Public Attributes | |
const std::vector< Color_t > | PLOT_COLORS {kRed, kBlue, kBlack, kOrange, kMagenta} |
Private Member Functions | |
void | dumpCSV (bool isHV, std::size_t nModules) |
std::string | formatIOV (cond::Time_t iov, std::string format="%Y-%m-%d__%H_%M_%S") |
void | prepGraph (TGraph *gr, TString name, TString title, Color_t color) |
Private Attributes | |
TFile * | fout |
std::map< cond::Time_t, std::map< std::string, std::pair< int, int > > > | iovMap |
std::string | m_condDb |
cond::persistency::ConnectionPool | m_connectionPool |
std::string | m_endTime |
int | m_interval |
std::string | m_outputCSV |
std::string | m_outputPlot |
std::string | m_outputRootFile |
std::vector< std::string > | m_plotTags |
std::string | m_startTime |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
Definition at line 29 of file SiStripDetVOffTrendPlotter.cc.
|
explicit |
Definition at line 64 of file SiStripDetVOffTrendPlotter.cc.
References cond::persistency::ConnectionPool::configure(), fout, edm::ParameterSet::getParameter(), m_connectionPool, m_outputRootFile, and cond::persistency::ConnectionPool::setParameters().
|
override |
Definition at line 81 of file SiStripDetVOffTrendPlotter.cc.
References fout.
|
overridevirtual |
Implements edm::EDAnalyzer.
Definition at line 86 of file SiStripDetVOffTrendPlotter.cc.
References HltBtagPostValidation_cff::c, cond::persistency::Transaction::commit(), gather_cfg::cout, cond::persistency::ConnectionPool::createSession(), data, dumpCSV(), Exception, cond::persistency::Session::fetchPayload(), cond::persistency::IOVArray::find(), dqmdumpme::first, formatIOV(), fout, cond::time::from_boost(), edm::EventSetup::get(), get, TrackerGeometryUtils::getSiStripDetIds(), getRunInfo::hours, iovMap, m_condDb, m_connectionPool, m_endTime, m_interval, m_outputCSV, m_outputPlot, m_plotTags, m_startTime, jets_cff::payload, PLOT_COLORS, prepGraph(), cond::persistency::Session::readIov(), cond::persistency::IOVProxy::selectAll(), cond::persistency::Transaction::start(), AlCaHLTBitMon_QueryRunRegistry::string, GlobalPosition_Frontier_DevDB_cff::tag, cond::time::to_boost(), cond::persistency::Session::transaction(), and cond::time::unpack().
|
private |
Definition at line 242 of file SiStripDetVOffTrendPlotter.cc.
References KineDebug3::count(), alignBH_cfg::fixed, iovMap, m_outputCSV, m_plotTags, AlCaHLTBitMon_QueryRunRegistry::string, GlobalPosition_Frontier_DevDB_cff::tag, cond::timestamp, cond::time::to_boost(), and findQualityFiles::v.
Referenced by analyze().
|
overridevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 214 of file SiStripDetVOffTrendPlotter.cc.
Referenced by o2olib.O2ORunMgr::executeJob().
|
private |
Definition at line 216 of file SiStripDetVOffTrendPlotter.cc.
References cms::cuda::stream, and cond::time::to_boost().
Referenced by analyze().
|
private |
Definition at line 224 of file SiStripDetVOffTrendPlotter.cc.
References Skims_PA_cff::name, and overlapproblemtsosanalyzer_cfi::title.
Referenced by analyze().
|
private |
Definition at line 58 of file SiStripDetVOffTrendPlotter.cc.
Referenced by analyze(), SiStripDetVOffTrendPlotter(), and ~SiStripDetVOffTrendPlotter().
|
private |
Definition at line 61 of file SiStripDetVOffTrendPlotter.cc.
|
private |
Definition at line 44 of file SiStripDetVOffTrendPlotter.cc.
Referenced by analyze().
|
private |
Definition at line 43 of file SiStripDetVOffTrendPlotter.cc.
Referenced by analyze(), and SiStripDetVOffTrendPlotter().
|
private |
Definition at line 51 of file SiStripDetVOffTrendPlotter.cc.
Referenced by analyze().
|
private |
Definition at line 48 of file SiStripDetVOffTrendPlotter.cc.
Referenced by analyze().
|
private |
Definition at line 57 of file SiStripDetVOffTrendPlotter.cc.
|
private |
Definition at line 53 of file SiStripDetVOffTrendPlotter.cc.
Referenced by analyze().
|
private |
Definition at line 55 of file SiStripDetVOffTrendPlotter.cc.
Referenced by SiStripDetVOffTrendPlotter().
|
private |
Definition at line 45 of file SiStripDetVOffTrendPlotter.cc.
|
private |
Definition at line 50 of file SiStripDetVOffTrendPlotter.cc.
Referenced by analyze().
const std::vector<Color_t> SiStripDetVOffTrendPlotter::PLOT_COLORS {kRed, kBlue, kBlack, kOrange, kMagenta} |
Definition at line 31 of file SiStripDetVOffTrendPlotter.cc.
Referenced by analyze().