ATLAS Offline Software
Classes | Namespaces | Typedefs
EventStream.h File Reference
#include <string>
#include <map>
Include dependency graph for EventStream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JiveXML::EventStreamID
 For the client-server communication, each event is uniquely identified by the run number, the event number and a string determining which stream it belongs to. More...
 

Namespaces

 JiveXML
 This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.
 

Typedefs

typedef std::pair< const EventStreamID, const std::string > JiveXML::EventStreamPair
 A map that stores events according to their EventStreamID Due to the way EventStreamID is build, events will be sorted by their stream name. More...
 
typedef std::map< const EventStreamID, const std::string > JiveXML::EventStreamMap