ATLAS Offline Software
|
#include <EventBookkeeper_p2.h>
Public Member Functions | |
EventBookkeeper_p2 () | |
EventBookkeeper_p2 (const EventBookkeeper_p2 &rhs) | |
EventBookkeeper_p2 & | operator= (const EventBookkeeper_p2 &rhs) |
~EventBookkeeper_p2 () | |
Public Attributes | |
std::string | m_name |
std::string | m_description |
std::string | m_inputstream |
std::string | m_outputstream |
std::string | m_logic |
std::vector< EventBookkeeper_p2 * > * | m_childrenEB = nullptr |
unsigned long long | m_nAcceptedEvents = 0 |
double | m_nWeightedAcceptedEvents = 0 |
int | m_cycle = -1 |
Definition at line 16 of file EventBookkeeper_p2.h.
EventBookkeeper_p2::EventBookkeeper_p2 | ( | ) |
Definition at line 10 of file EventBookkeeper_p2.cxx.
EventBookkeeper_p2::EventBookkeeper_p2 | ( | const EventBookkeeper_p2 & | rhs | ) |
Definition at line 14 of file EventBookkeeper_p2.cxx.
EventBookkeeper_p2::~EventBookkeeper_p2 | ( | ) |
Definition at line 46 of file EventBookkeeper_p2.cxx.
EventBookkeeper_p2 & EventBookkeeper_p2::operator= | ( | const EventBookkeeper_p2 & | rhs | ) |
Definition at line 20 of file EventBookkeeper_p2.cxx.
std::vector<EventBookkeeper_p2*>* EventBookkeeper_p2::m_childrenEB = nullptr |
Definition at line 33 of file EventBookkeeper_p2.h.
int EventBookkeeper_p2::m_cycle = -1 |
Definition at line 36 of file EventBookkeeper_p2.h.
std::string EventBookkeeper_p2::m_description |
Definition at line 29 of file EventBookkeeper_p2.h.
std::string EventBookkeeper_p2::m_inputstream |
Definition at line 30 of file EventBookkeeper_p2.h.
std::string EventBookkeeper_p2::m_logic |
Definition at line 32 of file EventBookkeeper_p2.h.
unsigned long long EventBookkeeper_p2::m_nAcceptedEvents = 0 |
Definition at line 34 of file EventBookkeeper_p2.h.
std::string EventBookkeeper_p2::m_name |
Definition at line 28 of file EventBookkeeper_p2.h.
double EventBookkeeper_p2::m_nWeightedAcceptedEvents = 0 |
Definition at line 35 of file EventBookkeeper_p2.h.
std::string EventBookkeeper_p2::m_outputstream |
Definition at line 31 of file EventBookkeeper_p2.h.