BOSS
7.0.7
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
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
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
BesRootIO.hh
Go to the documentation of this file.
1
#ifndef BesRootIO_h
2
#define BesRootIO_h 1
3
4
5
#include "
RootEventData/TMcHitTof.h
"
6
#include "
RootEventData/TMcHitMdc.h
"
7
#include "
RootEventData/TMcHitEvent.h
"
8
#include "
RootEventData/TDigiEvent.h
"
9
#include "
RootEventData/TEmcDigi.h
"
10
#include "G4Event.hh"
11
#include "TFile.h"
12
#include "TTree.h"
13
14
class
BesEventAction
;
15
class
G4DigiManager;
16
17
class
BesRootIO
18
{
19
public
:
20
BesRootIO
(G4int, G4int, G4int, G4int,
21
G4int, G4int ,G4int, G4int, G4String);
22
23
TFile *
f
;
24
TTree *
HitTree
;
25
26
~BesRootIO
();
27
28
public
:
29
void
SetMdcDigiFlag
(G4int
flag
) {m_mdcDigiFlag=
flag
;}
30
31
void
SaveEmcDigiRootEvent
();
32
void
SaveHitRootEvent
(G4int,
const
G4Event*);
33
void
SaveMdcHitRoot
();
34
void
SaveTofHitRoot
();
35
private
:
36
G4int m_mdcTruFlag;
37
G4int m_mdcDigiFlag;
38
G4int m_tofTruFlag;
39
G4int m_tofDigiFlag;
40
G4int m_emcTruFlag;
41
G4int m_emcDigiFlag;
42
G4int m_mucTruFlag;
43
G4int m_mucDigiFlag;
44
G4String m_rootFile;
45
46
47
Int_t m_trackIndex;
48
49
TMcHitEvent
* m_TMcHitEvent;
50
TMcHitTof
* m_TMcHitTof;
51
TMcHitMdc
* m_TMcHitMdc;
52
TEmcDigi
* m_TMmcDigi;
53
54
G4DigiManager* m_DigiMan;
55
};
56
57
#endif
flag
long int flag
Definition:
Eepipi/Eepipi-00-00-06/src/ee2eepp/basesv5.1/f2c.h:39
TDigiEvent.h
TEmcDigi.h
TMcHitEvent.h
TMcHitMdc.h
TMcHitTof.h
BesEventAction
Definition:
BesEventAction.hh:15
BesRootIO
Definition:
BesRootIO.hh:18
BesRootIO::~BesRootIO
~BesRootIO()
Definition:
BesRootIO.cc:60
BesRootIO::f
TFile * f
Definition:
BesRootIO.hh:23
BesRootIO::SaveMdcHitRoot
void SaveMdcHitRoot()
Definition:
BesRootIO.cc:117
BesRootIO::SaveHitRootEvent
void SaveHitRootEvent(G4int, const G4Event *)
Definition:
BesRootIO.cc:65
BesRootIO::SetMdcDigiFlag
void SetMdcDigiFlag(G4int flag)
Definition:
BesRootIO.hh:29
BesRootIO::SaveEmcDigiRootEvent
void SaveEmcDigiRootEvent()
Definition:
BesRootIO.cc:85
BesRootIO::HitTree
TTree * HitTree
Definition:
BesRootIO.hh:24
BesRootIO::SaveTofHitRoot
void SaveTofHitRoot()
Definition:
BesRootIO.cc:158
TEmcDigi
Definition:
TEmcDigi.h:6
TMcHitEvent
Definition:
TMcHitEvent.h:12
TMcHitMdc
Definition:
TMcHitMdc.h:8
TMcHitTof
Definition:
TMcHitTof.h:8
source
Simulation
BOOST
BesSim
BesSim-00-01-24
BesSim
BesRootIO.hh
Generated by
1.9.6