EventIDBase.cpp
Go to the documentation of this file.
1 
11 
13  uint64_t event_number,
14  number_type time_stamp,
15  number_type time_stamp_ns_offset,
16  number_type lumi_block,
17  number_type bunch_crossing_id)
18  :
19  m_run_number (run_number),
20  m_event_number (event_number),
21  m_time_stamp (time_stamp),
22  m_time_stamp_ns_offset (time_stamp_ns_offset),
23  m_lumiBlock (lumi_block),
24  m_bunch_crossing_id (bunch_crossing_id)
25 {}
26 
28 {}
29 
30 
31 
unsigned long long uint64_t
Definition: instrset.h:144
This class provides a unique identification for each event, in terms of run/event number and/or a tim...
unsigned int number_type
Definition: EventIDBase.h:31
virtual ~EventIDBase()
Definition: EventIDBase.cpp:27