|
ATLAS Offline Software
|
Go to the documentation of this file.
28 for (
const std::pair<CLID, std::string>&
p : pers->
m_itemList)
const std::set< unsigned int > & getRunNumbers() const
This class represents the "type of event" where the type is given by one or more "characteristics".
const std::set< std::string > & getProcessingTags() const
std::set< EventType_p1 > m_eventTypes
Athena::TPCnvVers::Old Athena::TPCnvVers::Current EventStreamInfo
virtual EventType * createTransientConst(const EventType_p1 *persObj, MsgStream &log) const override
virtual void transToPers(const EventStreamInfo *transObj, EventStreamInfo_p1 *persObj, MsgStream &log) const override
const std::set< EventType > & getEventTypes() const
This class provides general information about an event. It extends EventInfo with a list of sub-evts ...
virtual void transToPers(const EventType *transObj, EventType_p1 *persObj, MsgStream &log) const override
This file contains the class definition for the EventStreamInfo class.
virtual void persToTrans(const EventStreamInfo_p1 *persObj, EventStreamInfo *transObj, MsgStream &log) const override
const std::set< unsigned int > & getLumiBlockNumbers() const
This file contains the class definition for the EventStreamInfoCnv_p1 class.
std::set< std::string > m_processingTags
void insertRunNumber(unsigned int run)
Insert new Run Number into a set.
This class is the persistent representation of EventStreamInfo.
std::set< std::pair< unsigned int, std::string > > m_itemList
void addEvent(unsigned int number=1)
Increase Event Counter.
void insertProcessingTag(const std::string &process)
Insert new Processing Tag into a set.
unsigned int getNumberOfEvents() const
const std::set< std::pair< CLID, std::string > > & getItemList() const
This class provides the summary information stored for data written as a Event Stream.
void insertItemList(CLID type, const std::string &key)
Insert new ItemList Entry into a set.
unsigned int m_numberOfEvents
std::set< unsigned int > m_runNumbers
void insertEventType(const EventType &event)
Insert new Event Type into a set.
void insertLumiBlockNumber(unsigned int lumiBlock)
Insert new Luminosity Block Number into a set.
std::set< unsigned int > m_lumiBlockNumbers