#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<class T > | |
bool | getByLabel (const InputTag &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 (const std::type_info &iWrapperType, const std::type_info &iProductType, const InputTag &iTag) const =0 |
RunBase::RunBase | ( | ) |
Definition at line 23 of file RunBase.cc.
|
virtual |
|
inline |
Definition at line 45 of file RunBase.h.
References edm::RunAuxiliary::beginTime(), and runAuxiliary().
Referenced by BeamMonitor::beginRun(), BeamMonitorBx::beginRun(), DQMEventInfo::beginRun(), XmasToDQMEventInfo::beginRun(), and PhiSymmetryCalibration::endRun().
|
inline |
Definition at line 46 of file RunBase.h.
References edm::RunAuxiliary::endTime(), and runAuxiliary().
Referenced by PhiSymmetryCalibration::endRun().
bool edm::RunBase::getByLabel | ( | InputTag const & | tag, |
Handle< PROD > & | result | ||
) | const |
same as above, but using the InputTag class
bool edm::RunBase::getByLabel | ( | const InputTag & | tag, |
Handle< T > & | result | ||
) | const |
Definition at line 64 of file RunBase.h.
References edm::HandleBase::clear(), edm::convert_handle(), edm::BasicHandle::failedToGet(), and getByLabelImpl().
|
privatepure virtual |
Implemented in edm::Run, and fwlite::RunBase.
Referenced by getByLabel().
|
inline |
Definition at line 43 of file RunBase.h.
References edm::RunAuxiliary::id(), and runAuxiliary().
Referenced by DQMFileSaver::beginRun(), HcalBeamMonitor::beginRun(), ZDCMonitorClient::beginRun(), DTTrigProd::beginRun(), DQMEventInfo::beginRun(), HcalMonitorClient::beginRun(), HLTJetMETDQMSource::beginRun(), PhotonDataCertification::beginRun(), EcalBarrelMonitorClient::beginRun(), EcalEndcapMonitorClient::beginRun(), HLTSeedL1LogicScalers::beginRun(), FourVectorHLT::beginRun(), MulticoreRunLumiEventChecker::beginRun(), HLTMuonCertSummary::beginRun(), HLTOverallSummary::beginRun(), HLTScalers::beginRun(), FourVectorHLTOnline::beginRun(), TrigResRateMon::beginRun(), FourVectorHLTriggerOffline::beginRun(), FourVectorHLTOffline::beginRun(), HLTScalersClient::beginRun(), AlcaBeamSpotHarvester::endRun(), AlcaBeamMonitorClient::endRun(), DataCertificationJetMET::endRun(), ZDCMonitorClient::endRun(), HLTJetMETDQMSource::endRun(), EcalBarrelMonitorClient::endRun(), EcalEndcapMonitorClient::endRun(), FourVectorHLT::endRun(), JetMETHLTOfflineSource::endRun(), MulticoreRunLumiEventChecker::endRun(), AlignmentProducer::endRun(), HLTScalers::endRun(), L1GtHwValidation::endRun(), FourVectorHLTOnline::endRun(), TrigResRateMon::endRun(), FourVectorHLTriggerOffline::endRun(), FourVectorHLTOffline::endRun(), L1ExtraDQM::endRun(), HLTConfigProvider::init(), and main().
|
inline |
Definition at line 44 of file RunBase.h.
References edm::RunAuxiliary::run(), and runAuxiliary().
Referenced by L1GtAnalyzer::analyzeConditionsInRunBlock(), SiStripFedCablingBuilder::beginRun(), BaseHistoParams::beginRun(), SiPixelHistoricInfoEDAClient::beginRun(), SiPixelHistoricInfoReader::beginRun(), CastorRawToDigi::beginRun(), TKStatus::beginRun(), HLTMonBitSummary::beginRun(), LumiCalculator::beginRun(), AlCaRecoTriggerBitsRcdRead::beginRun(), ConfigurableAPVCyclePhaseProducer::beginRun(), GlobalHitsProdHistStripper::beginRun(), SiStripCorrelateNoise::beginRun(), APVCyclePhaseMonitor::beginRun(), EDMtoMEConverter::beginRun(), APVCyclePhaseProducerFromL1TS::beginRun(), APVCyclePhaseProducerFromL1ABC::beginRun(), SiStripQualityHistory::beginRun(), MEtoEDMConverter::beginRun(), IgProfModule::beginRun(), LumiProducer::beginRun(), RunHistogramManager::beginRun(), Types.LuminosityBlockID::cppID(), SiPixelHistoricInfoDQMClient::endRun(), DummyCondDBWriter< TObject, TObjectO, TRecord >::endRun(), SiPixelHistoricInfoEDAClient::endRun(), LumiCalculator::endRun(), PhiSymmetryCalibration::endRun(), HLTrigReport::endRun(), cms::Analyzer_minbias::endRun(), edm::service::IgProfService::postBeginRun(), and FamosManager::setupGeometryAndField().
|
pure virtual |
Implemented in fwlite::Run, and edm::Run.
Referenced by beginTime(), endTime(), id(), and run().