ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "KFParticle_eventReconstruction.h"
#include <KFPTrack.h>
#include <KFParticle.h>
#include <KFParticleDatabase.h>
#include <KFVertex.h>
#include <algorithm>
#include <assert.h>
#include <map>
Go to the source code of this file.
Typedefs | |
typedef std::pair< int, float > | particle_pair |
Create necessary objects. | |
Variables | |
KFParticle_particleList | kfp_particleList_evtReco |
std::map< std::string, particle_pair > | particleMasses_evtReco = kfp_particleList_evtReco.getParticleList() |
typedef std::pair<int, float> particle_pair |
Create necessary objects.
Definition at line 41 of file KFParticle_eventReconstruction.cc.
View newest version in sPHENIX GitHub at line 41 of file KFParticle_eventReconstruction.cc
KFParticle_particleList kfp_particleList_evtReco |
Definition at line 42 of file KFParticle_eventReconstruction.cc.
View newest version in sPHENIX GitHub at line 42 of file KFParticle_eventReconstruction.cc
Referenced by QAG4SimulationKFParticle::QAG4SimulationKFParticle().
std::map<std::string, particle_pair> particleMasses_evtReco = kfp_particleList_evtReco.getParticleList() |
Definition at line 45 of file KFParticle_eventReconstruction.cc.
View newest version in sPHENIX GitHub at line 45 of file KFParticle_eventReconstruction.cc