ATLAS Offline Software
MergedEventInfo.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3  */
4 
13 
15  EventInfo(), m_newEventID() {}
16 
18  EventID::number_type newRunNo,
19  EventID::number_type newEvtNo,
20  EventID::number_type newTimeStamp) :
21  EventInfo(origEvent), m_newEventID(newRunNo, newEvtNo, newTimeStamp) {}
22 
MergedEventInfo::~MergedEventInfo
virtual ~MergedEventInfo()
Definition: MergedEventInfo.cxx:23
MergedEventInfo.h
This class provides general information about an event. It extends MergedEventInfo with a list of sub...
EventID::number_type
EventIDBase::number_type number_type
Definition: EventID.h:37
EventInfo
This class provides general information about an event. Event information is provided by the accessor...
Definition: EventInfo/EventInfo/EventInfo.h:42
MergedEventInfo::MergedEventInfo
MergedEventInfo()
POOL required.
Definition: MergedEventInfo.cxx:14