|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef EVENTINFO_EVENTSTREAMINFO_H
6 #define EVENTINFO_EVENTSTREAMINFO_H
14 #include "GaudiKernel/ClassID.h"
46 const std::set<std::pair<CLID, std::string> >&
getItemList()
const;
97 #include "AthenaKernel/MetaCont.h"
99 #include "AthenaKernel/BaseInfo.h"
void print(MsgStream &log) const
Print a EventStreamInfo to the log file.
const std::set< unsigned int > & getRunNumbers() const
std::set< std::string > m_processingTags
This class represents the "type of event" where the type is given by one or more "characteristics".
const std::set< std::string > & getProcessingTags() const
const std::set< EventType > & getEventTypes() const
This class provides general information about an event. It extends EventInfo with a list of sub-evts ...
std::set< unsigned int > m_runNumbers
virtual ~EventStreamInfo()
Destructor.
const std::set< unsigned int > & getLumiBlockNumbers() const
std::set< EventType > m_eventTypes
void setNumberOfEvents(unsigned int number)
Set number of events.
POOL::TEvent event(POOL::TEvent::kClassAccess)
void insertRunNumber(unsigned int run)
Insert new Run Number into a set.
std::set< unsigned int > m_lumiBlockNumbers
void addEvent(unsigned int number=1)
Increase Event Counter.
uint32_t CLID
The Class ID type.
void insertProcessingTag(const std::string &process)
Insert new Processing Tag into a set.
std::set< std::pair< CLID, std::string > > m_itemList
unsigned int getNumberOfEvents() const
const std::set< std::pair< CLID, std::string > > & getItemList() const
EventStreamInfo()
Default Constructor.
This class provides the summary information stored for data written as a Event Stream.
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
void insertItemList(CLID type, const std::string &key)
Insert new ItemList Entry into a set.
unsigned int m_numberOfEvents
std::ostream & operator<<(std::ostream &os, const EventStreamInfo &esi)
SG_BASE(MetaCont< EventStreamInfo >, MetaContBase)
void insertEventType(const EventType &event)
Insert new Event Type into a set.
macros to associate a CLID to a type
void insertLumiBlockNumber(unsigned int lumiBlock)
Insert new Luminosity Block Number into a set.