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
G4SimEvent.h
Go to the documentation of this file.
1
#ifndef G4SVC_G4SIMEVENT_H
2
#define G4SVC_G4SIMEVENT_H
3
4
//------------------------------------------------------------------
5
//
6
// ClassName: G4SimEvent
7
//
8
// Description: Algorithm to trigger G4Svc in event Generators not used
9
//
10
// Author: Charles Leggett
11
//
12
// Date: 04-22-2003
13
//
14
// $Id: G4SimEvent.h,v 1.1.1.1 2013/11/22 02:11:07 juxd Exp $
15
//
16
//------------------------------------------------------------------
17
18
#include "GaudiKernel/Algorithm.h"
19
20
class
IG4Svc
;
21
template
<
class
ConcreteAlgorithm>
class
AlgFactory
;
22
23
class
G4SimEvent
:
public
Algorithm {
24
25
friend
class
AlgFactory
<
G4SimEvent
>;
26
27
public
:
28
G4SimEvent
(
const
std::string& name, ISvcLocator* pSvcLocator);
29
virtual
~G4SimEvent
(){};
30
31
StatusCode
initialize
();
32
StatusCode
finalize
();
33
StatusCode
execute
();
34
35
private
:
36
37
IG4Svc
* p_G4Svc;
38
39
40
};
41
42
#endif
43
AlgFactory
Definition:
G4SimEvent.h:21
G4SimEvent
Definition:
G4SimEvent.h:23
G4SimEvent::execute
StatusCode execute()
Definition:
G4SimEvent.cpp:41
G4SimEvent::~G4SimEvent
virtual ~G4SimEvent()
Definition:
G4SimEvent.h:29
G4SimEvent::initialize
StatusCode initialize()
Definition:
G4SimEvent.cpp:16
G4SimEvent::finalize
StatusCode finalize()
Definition:
G4SimEvent.cpp:33
IG4Svc
Definition:
InstallArea/include/G4Svc/G4Svc/IG4Svc.h:30
source
Simulation
G4Svc
G4Svc-00-04-01
other
G4SimEvent.h
Generated by
1.9.6