CGEM BOSS
6.6.5.f
BESIII Offline Software System
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
x
z
Typedefs
b
c
d
e
g
h
i
l
m
n
o
p
r
s
t
v
Enumerations
_
e
f
g
h
i
l
m
o
p
r
s
t
Enumerator
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
w
x
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
m
n
p
r
s
t
v
w
Enumerations
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
w
x
Files
File List
File 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
l
m
n
o
p
q
r
s
t
u
v
w
x
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
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
Enumerations
d
e
g
h
p
r
s
t
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
ExN01PhysicsList.hh
Go to the documentation of this file.
1
// This code implementation is the intellectual property of
2
// the GEANT4 collaboration.
3
//
4
// By copying, distributing or modifying the Program (or any work
5
// based on the Program) you indicate your acceptance of this statement,
6
// and all its terms.
7
//
8
// $Id: ExN01PhysicsList.hh,v 1.1.1.1 2013/11/22 02:11:08 juxd Exp $
9
// GEANT4 tag $Name: G4Svc-00-04-01 $
10
//
11
//
12
//
13
// ExN01PhysicsList
14
// Construct/define particles and physics processes
15
//
16
// Particle defined in ExampleN01
17
// geantino
18
//
19
// Process defined in ExampleN01
20
// transportation
21
//
22
23
#ifndef ExN01PhysicsList_h
24
#define ExN01PhysicsList_h 1
25
26
#include "G4VUserPhysicsList.hh"
27
#include "globals.hh"
28
29
class
ExN01PhysicsList
:
public
G4VUserPhysicsList
30
{
31
public
:
32
ExN01PhysicsList
();
33
~ExN01PhysicsList
();
34
35
protected
:
36
// Construct particle and physics process
37
void
ConstructParticle
();
38
void
ConstructProcess
();
39
void
SetCuts
();
40
41
};
42
43
#endif
44
45
46
47
48
49
50
ExN01PhysicsList
Definition:
ExN01PhysicsList.hh:30
ExN01PhysicsList::ConstructProcess
void ConstructProcess()
Definition:
ExN01PhysicsList.cxx:33
ExN01PhysicsList::ExN01PhysicsList
ExN01PhysicsList()
Definition:
ExN01PhysicsList.cxx:17
ExN01PhysicsList::ConstructParticle
void ConstructParticle()
Definition:
ExN01PhysicsList.cxx:23
ExN01PhysicsList::SetCuts
void SetCuts()
Definition:
ExN01PhysicsList.cxx:40
ExN01PhysicsList::~ExN01PhysicsList
~ExN01PhysicsList()
Definition:
ExN01PhysicsList.cxx:20
source
Simulation
G4Svc
G4Svc-00-04-01
Physics
ExN01PhysicsList.hh
Generated by
1.9.6