EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
KFParticle_particleList.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file KFParticle_particleList.h
1 
22 #ifndef KFPARTICLESPHENIX_KFPARTICLEPARTICLELIST_H
23 #define KFPARTICLESPHENIX_KFPARTICLEPARTICLELIST_H
24 
25 #include <map>
26 
27 typedef std::pair<int, float> particle_pair;
28 
36 class KFParticleDatabase;
37 
39 {
40  public:
42 
44 
45  std::map<std::string, particle_pair> getParticleList();
46 
47  float returnPDGMass(const int pdgIndex);
48 };
49 
50 #endif //KFPARTICLESPHENIX_KFPARTICLEPARTICLELIST_H