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
Event/RootEventData/bak_RootEventData-00-05-12/RootEventData/TTrigEvent.h
Go to the documentation of this file.
1
#ifndef ROOT_TTrigEvent_H
2
#define ROOT_TTrigEvent_H
3
4
#include "TObject.h"
5
#include "TClonesArray.h"
6
#include "TObjArray.h"
7
8
#include "
TTrigData.h
"
9
10
class
TTrigEvent
:
public
TObject {
11
public
:
12
13
TTrigEvent
();
14
virtual
~TTrigEvent
();
15
16
//o void initialize( Bool_t fromMc=true);
17
void
initialize
(){};
18
19
void
Clear
(Option_t *option=
""
);
20
21
void
Print
(Option_t *option=
""
)
const
;
22
23
24
//o inline Bool_t getFromMc() { return m_fromMc; };
25
26
//TrigData
27
void
addTrigData
(
TTrigData
* trigData);
28
const
TTrigData
*
getTrigData
()
const
;
29
void
clearTrigData
() { m_trigData->
Clear
();}
30
31
private
:
32
33
34
/// Denote whether or not this data was simulated
35
//o Bool_t m_fromMc;
36
37
/// data members to store trigger data
38
static
TTrigData
* s_staticTrigData;
39
TTrigData
* m_trigData;
//->
40
41
ClassDef(
TTrigEvent
,1)
// Storage for trigger event and subsystem data
42
};
43
44
#endif
45
46
47
48
49
TTrigData.h
TTrigData
Definition:
Event/RootEventData/bak_RootEventData-00-05-12/RootEventData/TTrigData.h:8
TTrigData::Clear
void Clear(Option_t *option="")
Definition:
bak_RootEventData-00-05-12/src/TTrigData.cxx:17
TTrigEvent
Definition:
Event/RootEventData/bak_RootEventData-00-05-12/RootEventData/TTrigEvent.h:10
TTrigEvent::TTrigEvent
TTrigEvent()
TTrigEvent::getTrigData
const TTrigData * getTrigData() const
Definition:
bak_RootEventData-00-05-12/src/TTrigEvent.cxx:50
TTrigEvent::Clear
void Clear(Option_t *option="")
Definition:
bak_RootEventData-00-05-12/src/TTrigEvent.cxx:35
TTrigEvent::clearTrigData
void clearTrigData()
Definition:
Event/RootEventData/bak_RootEventData-00-05-12/RootEventData/TTrigEvent.h:29
TTrigEvent::addTrigData
void addTrigData(TTrigData *trigData)
TrigData.
Definition:
bak_RootEventData-00-05-12/src/TTrigEvent.cxx:45
TTrigEvent::~TTrigEvent
virtual ~TTrigEvent()
Definition:
bak_RootEventData-00-05-12/src/TTrigEvent.cxx:23
TTrigEvent::initialize
void initialize()
Definition:
Event/RootEventData/bak_RootEventData-00-05-12/RootEventData/TTrigEvent.h:17
TTrigEvent::Print
void Print(Option_t *option="") const
Definition:
bak_RootEventData-00-05-12/src/TTrigEvent.cxx:40
source
Event
RootEventData
bak_RootEventData-00-05-12
RootEventData
TTrigEvent.h
Generated by
1.9.6