BOSS
7.0.4
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
b
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
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
w
z
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
InstallArea/include/BesSim/BesSim/StepLimiter.hh
Go to the documentation of this file.
1
//---------------------------------------------------------------------------//
2
// BOOST --- BESIII Object_Oriented Simulation Tool //
3
//---------------------------------------------------------------------------//
4
//Description: Includes G4Steplimiter as process for the different Particles.
5
// However, particles will only be affected by this process, if
6
// G4UserLimit is associated to a volume. This method is used in
7
// BesTofConstruction::ConstructMRPC()
8
//Author: Matthias Ullrich
9
//Created: October, 2011
10
//Modified:
11
//Comment:
12
//---------------------------------------------------------------------------//
13
//$ID: StepLimiter.hh
14
15
16
17
18
#ifndef StepLimiter_h
19
#define StepLimiter_h 1
20
21
#include "G4VPhysicsConstructor.hh"
22
#include "globals.hh"
23
24
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
25
26
class
StepLimiter
:
public
G4VPhysicsConstructor
27
{
28
public
:
29
StepLimiter
(G4int ver = 0,
const
G4String& name =
"StepLimiter"
);
30
virtual
~StepLimiter
();
31
32
virtual
void
ConstructParticle
();
33
virtual
void
ConstructProcess
();
34
35
private
:
36
37
G4int verbose;
38
39
};
40
41
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
42
43
#endif
StepLimiter
Definition:
InstallArea/include/BesSim/BesSim/StepLimiter.hh:27
StepLimiter::~StepLimiter
virtual ~StepLimiter()
Definition:
StepLimiter.cc:52
StepLimiter::ConstructParticle
virtual void ConstructParticle()
Definition:
StepLimiter.cc:57
StepLimiter::ConstructProcess
virtual void ConstructProcess()
Definition:
StepLimiter.cc:88
source
InstallArea
include
BesSim
BesSim
StepLimiter.hh
Generated by
1.9.6