ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
KFParticle_Tools.cc File Reference
#include "KFParticle_Tools.h"
#include <phool/getClass.h>
#include <trackbase_historic/SvtxTrack.h>
#include <trackbase_historic/SvtxTrackMap.h>
#include <trackbase_historic/SvtxVertex.h>
#include <trackbase_historic/SvtxVertexMap.h>
#include <KFPTrack.h>
#include <KFParticle.h>
#include <KFParticleDatabase.h>
#include <KFVertex.h>
#include <TMatrixD.h>
#include <Eigen/Core>
#include <Eigen/Dense>
+ Include dependency graph for KFParticle_Tools.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
 
std::map< std::string,
particle_pair
particleMasses = kfp_particleList.getParticleList()
 

Typedef Documentation

typedef std::pair<int, float> particle_pair

Create necessary objects.

Definition at line 48 of file KFParticle_Tools.cc.

View newest version in sPHENIX GitHub at line 48 of file KFParticle_Tools.cc

Variable Documentation

KFParticle_particleList kfp_particleList

Definition at line 49 of file KFParticle_Tools.cc.

View newest version in sPHENIX GitHub at line 49 of file KFParticle_Tools.cc

std::map<std::string, particle_pair> particleMasses = kfp_particleList.getParticleList()

Definition at line 52 of file KFParticle_Tools.cc.

View newest version in sPHENIX GitHub at line 52 of file KFParticle_Tools.cc

Referenced by KFParticle_particleList::getParticleList().