![]() |
ATLAS Offline Software
|
This class is the persistent representation of EventStreamInfo. More...
#include <EventStreamInfo_p3.h>
Public Member Functions | |
| EventStreamInfo_p3 () | |
| Default Constructor. | |
| EventStreamInfo_p3 (const EventStreamInfo_p3 &rhs) | |
| Copy Constructor. | |
| virtual | ~EventStreamInfo_p3 () |
| Destructor. | |
| EventStreamInfo_p3 & | operator= (const EventStreamInfo_p3 &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_p3 > | m_eventTypes |
Friends | |
| class | EventStreamInfoCnv_p3 |
| class | PoolFilePeeker |
This class is the persistent representation of EventStreamInfo.
Definition at line 22 of file EventStreamInfo_p3.h.
|
inline |
Default Constructor.
Definition at line 48 of file EventStreamInfo_p3.h.
|
inline |
|
inlinevirtual |
|
inline |
Overloaded Assignment Operator.
Definition at line 62 of file EventStreamInfo_p3.h.
|
friend |
Definition at line 35 of file EventStreamInfo_p3.h.
|
friend |
Definition at line 36 of file EventStreamInfo_p3.h.
| std::vector<EventType_p3> EventStreamInfo_p3::m_eventTypes |
Definition at line 45 of file EventStreamInfo_p3.h.
| std::vector<std::pair<unsigned int, std::string> > EventStreamInfo_p3::m_itemList |
Definition at line 44 of file EventStreamInfo_p3.h.
| std::vector<unsigned int> EventStreamInfo_p3::m_lumiBlockNumbers |
Definition at line 42 of file EventStreamInfo_p3.h.
| unsigned int EventStreamInfo_p3::m_numberOfEvents |
Definition at line 40 of file EventStreamInfo_p3.h.
| std::vector<std::string> EventStreamInfo_p3::m_processingTags |
Definition at line 43 of file EventStreamInfo_p3.h.
| std::vector<unsigned int> EventStreamInfo_p3::m_runNumbers |
Definition at line 41 of file EventStreamInfo_p3.h.