EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
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
38
class
KFParticle_particleList
39
{
40
public
:
41
KFParticle_particleList
(){}
42
43
virtual
~KFParticle_particleList
(){}
44
45
std::map<std::string, particle_pair>
getParticleList
();
46
47
float
returnPDGMass
(
const
int
pdgIndex);
48
};
49
50
#endif //KFPARTICLESPHENIX_KFPARTICLEPARTICLELIST_H
fun4all_coresoftware
blob
master
offline
packages
KFParticle_sPHENIX
KFParticle_particleList.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:44
using
1.8.2 with
EIC GitHub integration