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 |
edm::ESGetToken< GeometricDet, IdealGeometryRecord > | geomDetToken_ |
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 | wantsInputProcessBlocks () |
static bool | wantsProcessBlocks () |
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 = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
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<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
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 66 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 84 of file SiStripDetVOffTrendPlotter.cc.
References fout.
|
overridevirtual |
Implements edm::EDAnalyzer.
Definition at line 89 of file SiStripDetVOffTrendPlotter.cc.
References c, cond::persistency::Transaction::commit(), gather_cfg::cout, cond::persistency::ConnectionPool::createSession(), data, dumpCSV(), Exception, cond::persistency::Session::fetchPayload(), cond::persistency::IOVArray::find(), first, formatIOV(), fout, cond::time::from_boost(), geomDetToken_, edm::EventSetup::getData(), 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(), findQualityFiles::size, cond::persistency::Transaction::start(), AlCaHLTBitMon_QueryRunRegistry::string, makeGlobalPositionRcd_cfg::tag, cond::time::to_boost(), cond::persistency::Session::transaction(), and cond::time::unpack().
|
private |
Definition at line 243 of file SiStripDetVOffTrendPlotter.cc.
References submitPVResolutionJobs::count, alignBH_cfg::fixed, iovMap, m_outputCSV, m_plotTags, AlCaHLTBitMon_QueryRunRegistry::string, makeGlobalPositionRcd_cfg::tag, cond::timestamp, cond::time::to_boost(), and findQualityFiles::v.
Referenced by analyze().
|
overridevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 215 of file SiStripDetVOffTrendPlotter.cc.
Referenced by o2olib.O2ORunMgr::executeJob().
|
private |
Definition at line 217 of file SiStripDetVOffTrendPlotter.cc.
References cms::cuda::stream, and cond::time::to_boost().
Referenced by analyze().
|
private |
Definition at line 225 of file SiStripDetVOffTrendPlotter.cc.
References Skims_PA_cff::name, and runGCPTkAlMap::title.
Referenced by analyze().
|
private |
Definition at line 58 of file SiStripDetVOffTrendPlotter.cc.
Referenced by analyze(), SiStripDetVOffTrendPlotter(), and ~SiStripDetVOffTrendPlotter().
|
private |
Definition at line 63 of file SiStripDetVOffTrendPlotter.cc.
Referenced by analyze().
|
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().