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/EventModel/EventModel/Event.h
Go to the documentation of this file.
1
#ifndef Event_EVENTH_H
2
#define Event_EVENTH_H
3
4
#include <iostream>
5
#include "GaudiKernel/Kernel.h"
6
#include "GaudiKernel/StreamBuffer.h"
7
#include "GaudiKernel/DataObject.h"
8
#include "EventModel/EventModel.h"
9
10
extern
const
CLID&
CLID_Event
;
11
12
/** class EventHeader
13
* brief Essential header information of the event.
14
* It can be identified by "/Event" on the TDS.
15
*
16
* It contains:
17
* - run number
18
* - event number
19
**/
20
21
namespace
Event
{
22
23
class
EventH :
public
DataObject {
24
25
public
:
26
27
EventH
()
28
: DataObject() {}
29
30
virtual
~EventH
() {}
31
32
/// Retrieve reference to class definition structure
33
virtual
const
CLID&
clID
()
const
{
return
EventH::classID
(); }
34
static
const
CLID&
classID
() {
return
CLID_Event
; }
35
36
private
:
37
};
38
39
}
// namespace EventH
40
#endif
// Event_EVENTH_H
41
CLID_Event
const CLID & CLID_Event
Definition:
EventModel.cxx:193
CLID_Event
const CLID & CLID_Event
Definition:
EventModel.cxx:193
Event::EventH::~EventH
virtual ~EventH()
Definition:
InstallArea/include/EventModel/EventModel/Event.h:30
Event::EventH::clID
virtual const CLID & clID() const
Retrieve reference to class definition structure.
Definition:
InstallArea/include/EventModel/EventModel/Event.h:33
Event::EventH::classID
static const CLID & classID()
Definition:
Event/EventModel/EventModel-01-05-33/EventModel/Event.h:34
Event::EventH::EventH
EventH()
Definition:
InstallArea/include/EventModel/EventModel/Event.h:27
Event
Definition:
Event/EventModel/EventModel-01-05-33/EventModel/Event.h:21
source
InstallArea
include
EventModel
EventModel
Event.h
Generated by
1.9.6