BOSS
7.0.5
BESIII Offline Software System
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-34/EventModel/Event.h:34
Event::EventH::EventH
EventH()
Definition:
InstallArea/include/EventModel/EventModel/Event.h:27
Event
Definition:
Event/EventModel/EventModel-01-05-34/EventModel/Event.h:21
source
InstallArea
include
EventModel
EventModel
Event.h
Generated by
1.9.6