#include <DQMFileIterator.h>
Static Public Member Functions | |
static EorEntry | load_json (const std::string &run_path, const std::string &filename) |
Public Attributes | |
std::string | filename |
bool | loaded = false |
std::size_t | n_events |
std::size_t | n_lumi |
std::string | run_path |
Definition at line 37 of file DQMFileIterator.h.
|
static |
Definition at line 60 of file DQMFileIterator.cc.
References dqmservices::DQMFileIterator::LumiEntry::filename, filename, loaded, n_events, n_lumi, GetRecoTauVFromDQM_MC_cff::next, EnergyCorrector::pt, dqmservices::DQMFileIterator::LumiEntry::run_path, run_path, and edm::second().
std::string dqmservices::DQMFileIterator::EorEntry::filename |
Definition at line 39 of file DQMFileIterator.h.
Referenced by python.rootplot.rootmath.Target::__repr__(), load_json(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::properties(), and utils.unpickler::run().
bool dqmservices::DQMFileIterator::EorEntry::loaded = false |
Definition at line 38 of file DQMFileIterator.h.
Referenced by dqmservices::DQMFileIterator::collect(), load_json(), dqmservices::DQMFileIterator::reset(), and dqmservices::DQMFileIterator::update_state().
std::size_t dqmservices::DQMFileIterator::EorEntry::n_events |
Definition at line 42 of file DQMFileIterator.h.
Referenced by load_json().
std::size_t dqmservices::DQMFileIterator::EorEntry::n_lumi |
Definition at line 43 of file DQMFileIterator.h.
Referenced by dqmservices::DQMFileIterator::collect(), load_json(), and dqmservices::DQMFileIterator::update_state().
std::string dqmservices::DQMFileIterator::EorEntry::run_path |
Definition at line 40 of file DQMFileIterator.h.
Referenced by load_json().