ATLAS Offline Software
Loading...
Searching...
No Matches
EventStreamInfo_p1 Class Reference

This class is the persistent representation of EventStreamInfo. More...

#include <EventStreamInfo_p1.h>

Collaboration diagram for EventStreamInfo_p1:

Public Member Functions

 EventStreamInfo_p1 ()
 Default Constructor.
 EventStreamInfo_p1 (const EventStreamInfo_p1 &rhs)
 Copy Constructor.
virtual ~EventStreamInfo_p1 ()
 Destructor.
EventStreamInfo_p1operator= (const EventStreamInfo_p1 &rhs)
 Overloaded Assignment Operator.

Public Attributes

unsigned int m_numberOfEvents
std::set< unsigned int > m_runNumbers
std::set< unsigned int > m_lumiBlockNumbers
std::set< std::string > m_processingTags
std::set< std::pair< unsigned int, std::string > > m_itemList
std::set< EventType_p1m_eventTypes

Friends

class EventStreamInfoCnv_p1

Detailed Description

This class is the persistent representation of EventStreamInfo.

Definition at line 22 of file EventStreamInfo_p1.h.

Constructor & Destructor Documentation

◆ EventStreamInfo_p1() [1/2]

EventStreamInfo_p1::EventStreamInfo_p1 ( )
inline

Default Constructor.

Definition at line 46 of file EventStreamInfo_p1.h.

50 m_itemList(),
51 m_eventTypes() {}
std::set< EventType_p1 > m_eventTypes
std::set< std::string > m_processingTags
unsigned int m_numberOfEvents
std::set< std::pair< unsigned int, std::string > > m_itemList
std::set< unsigned int > m_lumiBlockNumbers
std::set< unsigned int > m_runNumbers

◆ EventStreamInfo_p1() [2/2]

EventStreamInfo_p1::EventStreamInfo_p1 ( const EventStreamInfo_p1 & rhs)
inline

◆ ~EventStreamInfo_p1()

EventStreamInfo_p1::~EventStreamInfo_p1 ( )
inlinevirtual

Destructor.

Definition at line 58 of file EventStreamInfo_p1.h.

58{}

Member Function Documentation

◆ operator=()

EventStreamInfo_p1 & EventStreamInfo_p1::operator= ( const EventStreamInfo_p1 & rhs)
inline

Overloaded Assignment Operator.

Definition at line 60 of file EventStreamInfo_p1.h.

60 {
61 if (this != &rhs) {
68 }
69 return *this;
70}

◆ EventStreamInfoCnv_p1

friend class EventStreamInfoCnv_p1
friend

Definition at line 35 of file EventStreamInfo_p1.h.

Member Data Documentation

◆ m_eventTypes

std::set<EventType_p1> EventStreamInfo_p1::m_eventTypes

Definition at line 43 of file EventStreamInfo_p1.h.

◆ m_itemList

std::set<std::pair<unsigned int, std::string> > EventStreamInfo_p1::m_itemList

Definition at line 42 of file EventStreamInfo_p1.h.

◆ m_lumiBlockNumbers

std::set<unsigned int> EventStreamInfo_p1::m_lumiBlockNumbers

Definition at line 40 of file EventStreamInfo_p1.h.

◆ m_numberOfEvents

unsigned int EventStreamInfo_p1::m_numberOfEvents

Definition at line 38 of file EventStreamInfo_p1.h.

◆ m_processingTags

std::set<std::string> EventStreamInfo_p1::m_processingTags

Definition at line 41 of file EventStreamInfo_p1.h.

◆ m_runNumbers

std::set<unsigned int> EventStreamInfo_p1::m_runNumbers

Definition at line 39 of file EventStreamInfo_p1.h.


The documentation for this class was generated from the following file: