EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "KFParticle_nTuple.h"
#include "KFParticle_Tools.h"
#include <ffaobjects/EventHeaderv1.h>
#include <phool/getClass.h>
#include <KFPVertex.h>
#include <KFParticle.h>
#include <KFVertex.h>
#include <TTree.h>
#include <cmath>
Go to the source code of this file.
Typedefs | |
typedef std::pair< int, float > | particle_pair_nTuple |
Create necessary objects. | |
Variables | |
KFParticle_particleList | kfp_particleList_nTuple |
KFParticle_Tools | kfpTupleTools |
std::map< std::string, particle_pair_nTuple > | particleMasses_nTuple = kfp_particleList_nTuple.getParticleList() |
typedef std::pair<int, float> particle_pair_nTuple |
Create necessary objects.
Definition at line 18 of file KFParticle_nTuple.cc.
View newest version in sPHENIX GitHub at line 18 of file KFParticle_nTuple.cc
KFParticle_particleList kfp_particleList_nTuple |
Definition at line 19 of file KFParticle_nTuple.cc.
View newest version in sPHENIX GitHub at line 19 of file KFParticle_nTuple.cc
KFParticle_Tools kfpTupleTools |
Definition at line 20 of file KFParticle_nTuple.cc.
View newest version in sPHENIX GitHub at line 20 of file KFParticle_nTuple.cc
Referenced by KFParticle_truthAndDetTools::allPVInfo().
std::map<std::string, particle_pair_nTuple> particleMasses_nTuple = kfp_particleList_nTuple.getParticleList() |
Definition at line 23 of file KFParticle_nTuple.cc.
View newest version in sPHENIX GitHub at line 23 of file KFParticle_nTuple.cc