#include <RunSummary.h>
Public Types | |
enum | subdet { PIXEL, TRACKER, ECAL, HCAL, DT, CSC, RPC } |
Public Member Functions | |
std::vector< std::string > | getSubdtIn () const |
void | printAllValues () const |
RunSummary () | |
virtual | ~RunSummary () |
Static Public Member Functions | |
static RunSummary * | Fake_RunSummary () |
Public Attributes | |
std::string | m_hltkey |
int | m_lumisections |
std::string | m_name |
long long | m_nevents |
float | m_rate |
int | m_run |
long long | m_start_time_ll |
std::string | m_start_time_str |
long long | m_stop_time_ll |
std::string | m_stop_time_str |
std::vector< int > | m_subdt_in |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 18 of file RunSummary.h.
enum RunSummary::subdet |
Enumerator | |
---|---|
PIXEL | |
TRACKER | |
ECAL | |
HCAL | |
DT | |
CSC | |
RPC |
Definition at line 33 of file RunSummary.h.
RunSummary::RunSummary | ( | ) |
|
inlinevirtual |
Definition at line 36 of file RunSummary.h.
References Fake_RunSummary(), getSubdtIn(), and printAllValues().
|
static |
Definition at line 4 of file RunSummary.cc.
References m_hltkey, m_name, m_run, m_start_time_str, m_stop_time_str, and RunSummary().
Referenced by RunSummaryHandler::getNewObjects(), and ~RunSummary().
std::vector< std::string > RunSummary::getSubdtIn | ( | ) | const |
Definition at line 33 of file RunSummary.cc.
References mps_fire::i, m_subdt_in, and findQualityFiles::v.
Referenced by edmtest::RunSummaryESAnalyzer::analyze(), and ~RunSummary().
void RunSummary::printAllValues | ( | ) | const |
Definition at line 16 of file RunSummary.cc.
References gather_cfg::cout, mps_fire::i, m_hltkey, m_lumisections, m_name, m_nevents, m_rate, m_run, m_start_time_ll, m_start_time_str, m_stop_time_ll, m_stop_time_str, and m_subdt_in.
Referenced by edmtest::RunSummaryESAnalyzer::analyze(), and ~RunSummary().
|
private |
|
friend |
Definition at line 43 of file RunSummary.h.
|
friend |
Definition at line 43 of file RunSummary.h.
std::string RunSummary::m_hltkey |
Definition at line 29 of file RunSummary.h.
Referenced by Fake_RunSummary(), printAllValues(), and RunSummaryRead::readData().
int RunSummary::m_lumisections |
Definition at line 27 of file RunSummary.h.
Referenced by printAllValues(), and RunSummaryRead::readData().
std::string RunSummary::m_name |
Definition at line 22 of file RunSummary.h.
Referenced by Fake_RunSummary(), printAllValues(), and RunSummaryRead::readData().
long long RunSummary::m_nevents |
Definition at line 30 of file RunSummary.h.
Referenced by printAllValues(), and RunSummaryRead::readData().
float RunSummary::m_rate |
Definition at line 31 of file RunSummary.h.
Referenced by printAllValues(), and RunSummaryRead::readData().
int RunSummary::m_run |
Definition at line 21 of file RunSummary.h.
Referenced by Fake_RunSummary(), printAllValues(), and RunSummaryRead::readData().
long long RunSummary::m_start_time_ll |
Definition at line 23 of file RunSummary.h.
Referenced by printAllValues(), and RunSummaryRead::readData().
std::string RunSummary::m_start_time_str |
Definition at line 24 of file RunSummary.h.
Referenced by Fake_RunSummary(), printAllValues(), and RunSummaryRead::readData().
long long RunSummary::m_stop_time_ll |
Definition at line 25 of file RunSummary.h.
Referenced by printAllValues(), and RunSummaryRead::readData().
std::string RunSummary::m_stop_time_str |
Definition at line 26 of file RunSummary.h.
Referenced by Fake_RunSummary(), printAllValues(), and RunSummaryRead::readData().
std::vector<int> RunSummary::m_subdt_in |
Definition at line 28 of file RunSummary.h.
Referenced by getSubdtIn(), printAllValues(), and RunSummaryRead::readData().