|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef JIVEXML_EVENTSTREAM_H
6 #define JIVEXML_EVENTSTREAM_H
EventStreamID(unsigned long EventNumber, unsigned int RunNumber, const char *StreamName)
unsigned long EventNumber() const
std::map< const EventStreamID, const std::string > EventStreamMap
const char * StreamNameCStr() const
EventStreamID(const std::string &StreamName)
bool isSameEvent(const EventStreamID &id) const
std::pair< const EventStreamID, const std::string > EventStreamPair
A map that stores events according to their EventStreamID Due to the way EventStreamID is build,...
For the client-server communication, each event is uniquely identified by the run number,...
const std::string & StreamName() const
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.
bool operator==(const EventStreamID &id) const
unsigned int RunNumber() const
EventStreamID(unsigned long EventNumber, unsigned int RunNumber, const std::string &StreamName)
bool operator<(const EventStreamID &id) const