This file contains the implementation for the EventStreamInfo class.
More...
#include "EventInfo/EventStreamInfo.h"
#include "GaudiKernel/MsgStream.h"
Go to the source code of this file.
This file contains the implementation for the EventStreamInfo class.
- Author
- Peter van Gemmeren gemme.nosp@m.ren@.nosp@m.anl.g.nosp@m.ov
- Id
- EventStreamInfo.cxx,v 1.4 2009-02-09 22:11:39 gemmeren Exp
Definition in file EventStreamInfo.cxx.
◆ operator<<()
| std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
const EventStreamInfo & | esi ) |
Definition at line 100 of file EventStreamInfo.cxx.
101 {
103
104 os <<
"EventStreamInfo Run Numbers: ";
107 }
109
110 os <<
"EventStreamInfo LumiBlock Numbers: ";
113 }
115
116 os <<
"EventStreamInfo Processing Tags: ";
119 }
121
122 os <<
"EventStreamInfo Event Types: ";
124 os << typ.typeToString() <<
", ";
125 }
126
128}
const std::set< std::string > & getProcessingTags() const
const std::set< unsigned int > & getLumiBlockNumbers() const
const std::set< unsigned int > & getRunNumbers() const
const std::set< EventType > & getEventTypes() const
unsigned int getNumberOfEvents() const
This class represents the "type of event" where the type is given by one or more "characteristics".