ATLAS Offline Software
Loading...
Searching...
No Matches
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
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
This class provides general information about an event.
EventIDBase::number_type number_type
Definition EventID.h:37
MergedEventInfo()
POOL required.
virtual ~MergedEventInfo()