Main Page
Namespaces
Classes
Package Documentation
SimG4Core
PhysicsLists
src
EmParticleList.cc
Go to the documentation of this file.
1
#include "
SimG4Core/PhysicsLists/interface/EmParticleList.h
"
2
3
EmParticleList::EmParticleList
()
4
{
5
pNames
=
6
{
7
"gamma"
,
"e-"
,
"e+"
,
"mu+"
,
"mu-"
,
8
"pi+"
,
"pi-"
,
"kaon+"
,
"kaon-"
,
"proton"
,
9
"anti_proton"
,
"alpha"
,
"He3"
,
"GenericIon"
,
"B+"
,
10
"B-"
,
"D+"
,
"D-"
,
"Ds+"
,
"Ds-"
,
11
"anti_He3"
,
"anti_alpha"
,
"anti_deuteron"
,
"anti_lambda_c+"
,
"anti_omega-"
,
12
"anti_sigma_c+"
,
"anti_sigma_c++"
,
"anti_sigma+"
,
"anti_sigma-"
,
"anti_triton"
,
13
"anti_xi_c+"
,
"anti_xi-"
,
"deuteron"
,
"lambda_c+"
,
"omega-"
,
14
"sigma_c+"
,
"sigma_c++"
,
"sigma+"
,
"sigma-"
,
"tau+"
,
15
"tau-"
,
"triton"
,
"xi_c+"
,
"xi-"
16
};
17
}
18
19
EmParticleList::~EmParticleList
()
20
{}
21
22
const
std::vector<G4String>&
EmParticleList::PartNames
()
const
23
{
24
return
pNames
;
25
}
26
EmParticleList::EmParticleList
EmParticleList()
Definition:
EmParticleList.cc:3
EmParticleList::PartNames
const std::vector< G4String > & PartNames() const
Definition:
EmParticleList.cc:22
EmParticleList::~EmParticleList
~EmParticleList()
Definition:
EmParticleList.cc:19
EmParticleList::pNames
std::vector< G4String > pNames
Definition:
EmParticleList.h:21
EmParticleList.h
Generated for CMSSW Reference Manual by
1.8.11