![]() |
ATLAS Offline Software
|
This class is the persistent representation of EventStreamInfo. More...
#include <EventStreamInfo_p2.h>
Public Member Functions | |
| EventStreamInfo_p2 () | |
| Default Constructor. | |
| EventStreamInfo_p2 (const EventStreamInfo_p2 &rhs) | |
| Copy Constructor. | |
| virtual | ~EventStreamInfo_p2 () |
| Destructor. | |
| EventStreamInfo_p2 & | operator= (const EventStreamInfo_p2 &rhs) |
| Overloaded Assignment Operator. | |
Public Attributes | |
| unsigned int | m_numberOfEvents |
| std::vector< unsigned int > | m_runNumbers |
| std::vector< unsigned int > | m_lumiBlockNumbers |
| std::vector< std::string > | m_processingTags |
| std::vector< std::pair< unsigned int, std::string > > | m_itemList |
| std::vector< EventType_p1 > | m_eventTypes |
Friends | |
| class | EventStreamInfoCnv_p2 |
| class | PoolFilePeeker |
This class is the persistent representation of EventStreamInfo.
Definition at line 22 of file EventStreamInfo_p2.h.
|
inline |
Default Constructor.
Definition at line 47 of file EventStreamInfo_p2.h.
|
inline |
|
inlinevirtual |
|
inline |
Overloaded Assignment Operator.
Definition at line 61 of file EventStreamInfo_p2.h.
|
friend |
Definition at line 35 of file EventStreamInfo_p2.h.
|
friend |
Definition at line 36 of file EventStreamInfo_p2.h.
| std::vector<EventType_p1> EventStreamInfo_p2::m_eventTypes |
Definition at line 44 of file EventStreamInfo_p2.h.
| std::vector<std::pair<unsigned int, std::string> > EventStreamInfo_p2::m_itemList |
Definition at line 43 of file EventStreamInfo_p2.h.
| std::vector<unsigned int> EventStreamInfo_p2::m_lumiBlockNumbers |
Definition at line 41 of file EventStreamInfo_p2.h.
| unsigned int EventStreamInfo_p2::m_numberOfEvents |
Definition at line 39 of file EventStreamInfo_p2.h.
| std::vector<std::string> EventStreamInfo_p2::m_processingTags |
Definition at line 42 of file EventStreamInfo_p2.h.
| std::vector<unsigned int> EventStreamInfo_p2::m_runNumbers |
Definition at line 40 of file EventStreamInfo_p2.h.