CMS 3D CMS Logo

EmParticleList.cc
Go to the documentation of this file.
2 
4  pNames = {"gamma",
5  "e-",
6  "e+",
7  "mu+",
8  "mu-",
9  "pi+",
10  "pi-",
11  "kaon+",
12  "kaon-",
13  "proton",
14  "anti_proton",
15  "alpha",
16  "He3",
17  "GenericIon",
18  "B+",
19  "B-",
20  "D+",
21  "D-",
22  "Ds+",
23  "Ds-",
24  "anti_He3",
25  "anti_alpha",
26  "anti_deuteron",
27  "anti_lambda_c+",
28  "anti_omega-",
29  "anti_sigma_c+",
30  "anti_sigma_c++",
31  "anti_sigma+",
32  "anti_sigma-",
33  "anti_triton",
34  "anti_xi_c+",
35  "anti_xi-",
36  "deuteron",
37  "lambda_c+",
38  "omega-",
39  "sigma_c+",
40  "sigma_c++",
41  "sigma+",
42  "sigma-",
43  "tau+",
44  "tau-",
45  "triton",
46  "xi_c+",
47  "xi-"};
48 }
49 
51 
52 const std::vector<G4String>& EmParticleList::PartNames() const { return pNames; }
std::vector< G4String > pNames
const std::vector< G4String > & PartNames() const