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
TEvtHeader.cxx
Go to the documentation of this file.
1
#include "
RootEventData/TEvtHeader.h
"
2
#include <iostream>
3
#include "TCollection.h"
// Declares TIter
4
5
ClassImp
(
TEvtHeader
)
6
7
// Allocate the TObjArray just once
8
9
10
//***************************************************************
11
TEvtHeader::TEvtHeader
()
12
:m_eventId(-1),m_runId(-1),m_eventTag(0),m_time(0),m_flag1(0),m_flag2(0),
13
m_etsT1(0),m_etsT2(0)
14
{
15
16
}
17
18
//*****************************************************************
19
TEvtHeader::~TEvtHeader
() {
20
21
}
22
23
//*****************************************************************
24
void
TEvtHeader::initialize
(Int_t event, Int_t runId, UInt_t eventTag){
25
m_eventId = event;
26
m_runId = runId;
27
m_eventTag=eventTag;
28
}
29
30
//*****************************************************************
31
void
TEvtHeader::Clear
(Option_t *option) {
32
33
m_eventId = 0;
34
m_runId = 0;
35
m_eventTag=0;
36
m_time = 0;
37
m_flag1 = 0;
38
m_flag2 = 0;
39
m_etsT1 = 0;
40
m_etsT2 = 0;
41
}
42
43
//*****************************************************************************
44
void
TEvtHeader::Print
(Option_t *option)
const
{
45
TObject::Print(option);
46
std::cout.precision(2);
47
std::cout <<
"Run, Event, TotEvtNum, EventTag: "
<< m_runId <<
", "
<< m_eventId<<
", "
<< std::hex<<m_eventTag<<std::dec<<std::endl;
48
}
49
ClassImp
ClassImp(TEvtHeader) TEvtHeader
Definition:
TEvtHeader.cxx:5
TEvtHeader.h
TEvtHeader
Definition:
TEvtHeader.h:8
TEvtHeader::TEvtHeader
TEvtHeader()
TEvtHeader::initialize
void initialize(Int_t Id, Int_t runId, UInt_t evenTag)
Definition:
TEvtHeader.cxx:24
TEvtHeader::~TEvtHeader
virtual ~TEvtHeader()
Definition:
TEvtHeader.cxx:19
TEvtHeader::Print
void Print(Option_t *option="") const
Definition:
TEvtHeader.cxx:44
TEvtHeader::Clear
void Clear(Option_t *option="")
Definition:
TEvtHeader.cxx:31
source
Event
RootEventData
RootEventData-00-03-81
src
TEvtHeader.cxx
Generated by
1.9.6