#include <DQMFileIterator.h>
Public Member Functions | |
std::string | get_data_path () const |
std::string | get_json_path () const |
Static Public Member Functions | |
static LumiEntry | load_json (const std::string &run_path, const std::string &filename, int lumiNumber, int datafn_position) |
Public Attributes | |
std::string | datafn |
unsigned int | file_ls |
std::string | filename |
std::size_t | n_events_accepted |
std::size_t | n_events_processed |
std::string | run_path |
std::string | state |
Definition at line 20 of file DQMFileIterator.h.
std::string dqmservices::DQMFileIterator::LumiEntry::get_data_path | ( | ) | const |
Definition at line 46 of file DQMFileIterator.cc.
References datafn, AlCaHLTBitMon_ParallelJobs::p, callgraph::path, and run_path.
Referenced by dqmservices::DQMProtobufReader::beginLuminosityBlock(), dqmservices::DQMStreamerReader::openFileImp_(), and dqmservices::DQMStreamerReader::openNextFileImp_().
std::string dqmservices::DQMFileIterator::LumiEntry::get_json_path | ( | ) | const |
Definition at line 54 of file DQMFileIterator.cc.
References filename.
Referenced by dqmservices::DQMProtobufReader::beginLuminosityBlock().
|
static |
Definition at line 20 of file DQMFileIterator.cc.
References datafn, file_ls, filename, csvLumiCalc::lumi, n_events_accepted, n_events_processed, GetRecoTauVFromDQM_MC_cff::next, EnergyCorrector::pt, run_path, edm::second(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by dqmservices::DQMFileIterator::collect().
std::string dqmservices::DQMFileIterator::LumiEntry::datafn |
Definition at line 27 of file DQMFileIterator.h.
Referenced by get_data_path(), and load_json().
unsigned int dqmservices::DQMFileIterator::LumiEntry::file_ls |
Definition at line 24 of file DQMFileIterator.h.
Referenced by load_json(), dqmservices::DQMFileIterator::logLumiState(), dqmservices::DQMFileIterator::monUpdateLumi(), and dqmservices::DQMProtobufReader::readLuminosityBlockAuxiliary_().
std::string dqmservices::DQMFileIterator::LumiEntry::filename |
std::size_t dqmservices::DQMFileIterator::LumiEntry::n_events_accepted |
Definition at line 26 of file DQMFileIterator.h.
Referenced by load_json().
std::size_t dqmservices::DQMFileIterator::LumiEntry::n_events_processed |
Definition at line 25 of file DQMFileIterator.h.
Referenced by load_json().
std::string dqmservices::DQMFileIterator::LumiEntry::run_path |
Definition at line 22 of file DQMFileIterator.h.
Referenced by get_data_path(), load_json(), and dqmservices::DQMFileIterator::EorEntry::load_json().
std::string dqmservices::DQMFileIterator::LumiEntry::state |
Definition at line 34 of file DQMFileIterator.h.
Referenced by dqmservices::DQMFileIterator::monUpdateLumi().