Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
SimG4Core
PhysicsLists
interface
EmParticleList.h
Go to the documentation of this file.
1
#ifndef SimG4Core_PhysicsList_EmParticleList_h
2
#define SimG4Core_PhysicsList_EmParticleList_h 1
3
4
// V.Ivanchenko 6 March 2017
5
// List of Geant4 basic particle names used in SIM step
6
7
#include "globals.hh"
8
#include <vector>
9
10
class
EmParticleList
{
11
public
:
12
explicit
EmParticleList
();
13
14
~EmParticleList
();
15
16
const
std::vector<G4String>&
PartNames
()
const
;
17
18
private
:
19
std::vector<G4String>
pNames
;
20
};
21
22
#endif
EmParticleList::~EmParticleList
~EmParticleList()
Definition:
EmParticleList.cc:50
EmParticleList
Definition:
EmParticleList.h:10
EmParticleList::EmParticleList
EmParticleList()
Definition:
EmParticleList.cc:3
EmParticleList::pNames
std::vector< G4String > pNames
Definition:
EmParticleList.h:19
EmParticleList::PartNames
const std::vector< G4String > & PartNames() const
Definition:
EmParticleList.cc:52
Generated for CMSSW Reference Manual by
1.8.16