Analysis Software
Documentation for sPHENIX simulation software
|
#include "KFParticleTopoReconstructor.h"
#include "KFParticleSIMD.h"
#include "KFParticleDatabase.h"
#include <fstream>
#include <iostream>
#include "string"
#include "KFPInputData.h"
Go to the source code of this file.
Classes | |
class | ParticleInfo |
Helper structure to clean particle spectra by competition of PDG hypothesis. More... | |
Functions | |
bool | UseParticleInCompetition (int PDG) |
bool UseParticleInCompetition | ( | int | PDG | ) |
Defines if a particle with a given PDG code should be used in the competition between reconstructed particle candidates.
Definition at line 638 of file KFParticleTopoReconstructor.cxx.
View newest version in sPHENIX GitHub at line 638 of file KFParticleTopoReconstructor.cxx
Referenced by KFParticleTopoReconstructor::SelectParticleCandidates().