Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
SimG4Core
PhysicsLists
src
EmParticleList.cc
Go to the documentation of this file.
1
#include "
SimG4Core/PhysicsLists/interface/EmParticleList.h
"
2
3
EmParticleList::EmParticleList
() {
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
50
EmParticleList::~EmParticleList
() {}
51
52
const
std::vector<G4String>&
EmParticleList::PartNames
()
const
{
return
pNames
; }
EmParticleList::EmParticleList
EmParticleList()
Definition:
EmParticleList.cc:3
EmParticleList::PartNames
const std::vector< G4String > & PartNames() const
Definition:
EmParticleList.cc:52
EmParticleList::~EmParticleList
~EmParticleList()
Definition:
EmParticleList.cc:50
EmParticleList::pNames
std::vector< G4String > pNames
Definition:
EmParticleList.h:19
EmParticleList.h
Generated for CMSSW Reference Manual by
1.8.5