EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
KFParticle_eventReconstruction.cc File Reference
#include "KFParticle_eventReconstruction.h"
#include <KFPTrack.h>
#include <KFParticle.h>
#include <KFParticleDatabase.h>
#include <KFVertex.h>
#include <algorithm>
#include <assert.h>
#include <map>
+ Include dependency graph for KFParticle_eventReconstruction.cc:

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 Documentation

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

Variable Documentation

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