#include <RunBase.h>
Public Member Functions | |
Timestamp const & | beginTime () const |
Timestamp const & | endTime () const |
template<typename PROD > | |
bool | getByLabel (InputTag const &tag, Handle< PROD > &result) const |
same as above, but using the InputTag class More... | |
template<typename T > | |
bool | getByLabel (InputTag const &tag, Handle< T > &result) const |
RunID const & | id () const |
RunNumber_t | run () const |
virtual edm::RunAuxiliary const & | runAuxiliary () const =0 |
RunBase () | |
virtual | ~RunBase () |
Private Member Functions | |
virtual BasicHandle | getByLabelImpl (std::type_info const &iWrapperType, std::type_info const &iProductType, InputTag const &iTag) const =0 |
RunBase::RunBase | ( | ) |
Definition at line 23 of file RunBase.cc.
|
virtual |
|
inline |
Definition at line 41 of file RunBase.h.
References edm::RunAuxiliary::beginTime(), and runAuxiliary().
Referenced by CosmicRateAnalyzer::analyze(), DTNoiseCalibration::beginRun(), BeamMonitorBx::beginRun(), BeamMonitor::beginRun(), DQMEventInfo::bookHistograms(), ESTrendTask::dqmBeginRun(), and PhiSymmetryCalibration::endRun().
|
inline |
Definition at line 42 of file RunBase.h.
References edm::RunAuxiliary::endTime(), getByLabel(), getByLabelImpl(), mps_fire::result, runAuxiliary(), and GlobalPosition_Frontier_DevDB_cff::tag.
Referenced by CosmicRateAnalyzer::analyze(), DTNoiseCalibration::beginRun(), and PhiSymmetryCalibration::endRun().
bool edm::RunBase::getByLabel | ( | InputTag const & | tag, |
Handle< T > & | result | ||
) | const |
Definition at line 60 of file RunBase.h.
References edm::HandleBase::clear(), edm::convert_handle(), edm::HandleBase::failedToGet(), getByLabelImpl(), and eostools::move().
|
privatepure virtual |
Implemented in edm::Run.
Referenced by endTime(), and getByLabel().
|
inline |
Definition at line 39 of file RunBase.h.
References edm::RunAuxiliary::id(), and runAuxiliary().
Referenced by DTTrigProd::beginRun(), RunLumiEventChecker::beginRun(), FourVectorHLT::beginRun(), HLTMuonCertSummary::beginRun(), HLTOverallSummary::beginRun(), HLTScalersClient::beginRun(), ConditionDBWriter< SiStripApvGain >::beginRun(), AlignmentProducerBase::beginRunImpl(), DQMEventInfo::bookHistograms(), PixelLumiDQM::bookHistograms(), HLTScalers::dqmBeginRun(), AlcaBeamSpotHarvester::endRun(), AlcaBeamMonitorClient::endRun(), RunLumiEventChecker::endRun(), FourVectorHLT::endRun(), HLTScalers::endRun(), L1ExtraDQM::endRun(), ConditionDBWriter< SiStripApvGain >::endRun(), AlignmentProducerBase::endRunImpl(), DQMFileSaver::globalEndRun(), dqm::DQMFileSaverBase::globalEndRun(), HLTConfigProvider::init(), and main().
|
inline |
Definition at line 40 of file RunBase.h.
References edm::RunAuxiliary::run(), and runAuxiliary().
Referenced by CosmicRateAnalyzer::analyze(), L1GtAnalyzer::analyzeConditionsInRunBlock(), SiStripFedCablingBuilder::beginRun(), ecaldqm::RawDataTask::beginRun(), DQMEDAnalyzer::beginRun(), TKStatus::beginRun(), SiStripMonitorCondDataOnDemandExample::beginRun(), CastorRawToDigi::beginRun(), LumiCalculator::beginRun(), BeamMonitor::beginRun(), AlCaRecoTriggerBitsRcdRead::beginRun(), SiStripMonitorCondData::beginRun(), L1RCTProducer::beginRun(), ConfigurableAPVCyclePhaseProducer::beginRun(), SiStripAnalyser::beginRun(), AlCaIsolatedBunchSelector::beginRun(), AlCaIsolatedBunchFilter::beginRun(), GlobalHitsProdHistStripper::beginRun(), AlCaIsoTracksProducerFilter::beginRun(), CentralityBinProducer::beginRun(), SimpleHBHEPhase1Algo::beginRun(), AnotherBeamSpotAnalyzer::beginRun(), SiStripCorrelateNoise::beginRun(), BSvsPVAnalyzer::beginRun(), EDMtoMEConverter::beginRun(), APVCyclePhaseProducerFromL1ABC::beginRun(), MEtoEDMConverter::beginRun(), AlCaHBHEMuonProducer::beginRun(), APVCyclePhaseProducerFromL1TS::beginRun(), AlCaHBHEMuonFilter::beginRun(), SiStripQualityHistory::beginRun(), IgProfModule::beginRun(), SiPixelQualityHistory::beginRun(), MultiplicityTimeCorrelations::beginRun(), thread_unsafe::DQMEDAnalyzer::beginRun(), HcalHBHEMuonAnalyzer::beginRun(), AlCaIsoTracksFilter::beginRun(), IsoTrackCalibration::beginRun(), MillePedeAlignmentAlgorithm::beginRun(), StudyHLT::beginRun(), IsoTrackCalib::beginRun(), AlCaIsoTracksProducer::beginRun(), IsoTrig::beginRun(), LumiProducer::beginRun(), RunHistogramManager::beginRun(), PixelLumiDQM::bookHistograms(), Types.EventID::cppID(), Types.LuminosityBlockID::cppID(), CTPPSDiamondDQMSource::dqmBeginRun(), ecaldqm::EcalDQMonitor::ecaldqmBeginRun(), ecaldqm::EcalDQMonitor::ecaldqmEndRun(), DummyCondDBWriter< TObject, TObjectO, TRecord >::endRun(), CTPPSPixelDQMSource::endRun(), LogErrorEventFilter::endRun(), LumiCalculator::endRun(), PhiSymmetryCalibration::endRun(), HLTrigReport::endRun(), AlCaIsolatedBunchSelector::endRun(), AlCaIsolatedBunchFilter::endRun(), AlCaIsoTracksProducerFilter::endRun(), AlCaHBHEMuonProducer::endRun(), AlCaHBHEMuonFilter::endRun(), cms::Analyzer_minbias::endRun(), AlCaIsoTracksFilter::endRun(), IsoTrackCalibration::endRun(), StudyHLT::endRun(), IsoTrackCalib::endRun(), AlCaIsoTracksProducer::endRun(), MEtoEDMConverter::endRunProduce(), DQMEDAnalyzer::endRunSummary(), DQMGlobalEDAnalyzer< H >::globalBeginRun(), L1TriggerJSONMonitoring::globalBeginRun(), HLTriggerJSONMonitoring::globalBeginRun(), and FamosManager::setupGeometryAndField().
|
pure virtual |
Implemented in fwlite::Run, and edm::Run.
Referenced by beginTime(), endTime(), id(), and run().