CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Static Protected Member Functions | Private Member Functions
edm::EventBase Class Referenceabstract

#include <EventBase.h>

Inheritance diagram for edm::EventBase:
edm::Event fwlite::EventBase fwlite::ChainEvent fwlite::Event fwlite::EventContainer fwlite::MultiChainEvent

Public Member Functions

int bunchCrossing () const
 
virtual edm::EventAuxiliary const & eventAuxiliary () const =0
 
 EventBase ()
 
edm::EventAuxiliary::ExperimentType experimentType () const
 
template<typename T >
bool get (ProductID const &, Handle< T > &) const
 
template<typename T >
bool getByLabel (InputTag const &, Handle< T > &) const
 
template<>
bool getByLabel (edm::InputTag const &tag, Handle< FWGenericObject > &result) const
 Specialize the getByLabel method to work with a Handle<FWGenericObject> More...
 
edm::EventID id () const
 
bool isRealData () const
 
edm::LuminosityBlockNumber_t luminosityBlock () const
 
int orbitNumber () const
 
virtual ProcessHistory const & processHistory () const =0
 
edm::Timestamp time () const
 
virtual TriggerNames const & triggerNames (edm::TriggerResults const &triggerResults) const =0
 
virtual TriggerResultsByName triggerResultsByName (std::string const &process) const =0
 
virtual ~EventBase ()
 

Static Protected Member Functions

static TriggerNames const * triggerNames_ (edm::TriggerResults const &triggerResults)
 

Private Member Functions

virtual BasicHandle getByLabelImpl (std::type_info const &iWrapperType, std::type_info const &iProductType, InputTag const &iTag) const =0
 
virtual BasicHandle getImpl (std::type_info const &iProductType, ProductID const &iTag) const =0
 

Detailed Description

Definition at line 46 of file EventBase.h.

Constructor & Destructor Documentation

EventBase::EventBase ( )

Definition at line 39 of file EventBase.cc.

40  {
41  }
EventBase::~EventBase ( )
virtual

Reimplemented in fwlite::EventBase.

Definition at line 43 of file EventBase.cc.

44  {
45  }

Member Function Documentation

int edm::EventBase::bunchCrossing ( ) const
inline

Definition at line 66 of file EventBase.h.

References edm::EventAuxiliary::bunchCrossing(), and eventAuxiliary().

Referenced by HcalNZSMonitor::analyze(), ESRawDataTask::analyze(), EventHeader::analyze(), HcalBeamMonitor::analyze(), HcalRecHitMonitor::analyze(), HLTInspect::analyze(), EcalTPGAnalyzer::analyze(), StudyHLT::analyze(), myJetAna::analyze(), SiPixelDigiSource::analyze(), HitEff::analyze(), RPCTTUMonitor::analyze(), EventTimeDistribution::analyze(), HcalIsoTrkAnalyzer::analyze(), TrackCount::analyze(), HcalDigiMonitor::analyze(), HLTScalers::analyze(), IsoTrig::analyze(), IsoTrackCalib::analyze(), IsoTrackCalibration::analyze(), CastorMonitorModule::analyze(), IsolatedTracksHcalScale::analyze(), IsolatedTracksNxN::analyze(), HcalRaddamMuon::analyze(), HcalHBHEMuonAnalyzer::analyze(), PrimaryVertexAnalyzer4PU::analyze(), BeamHaloAnalyzer::analyze(), GlobalTrackerMuonAlignment::analyzeTrackTrack(), GlobalTrackerMuonAlignment::analyzeTrackTrajectory(), ecaldqm::TrigPrimTask::beginEvent(), ecaldqm::RawDataTask::beginEvent(), MultiplicityCorrelatorHistogramMaker::fill(), DigiVertexCorrHistogramMaker::fill(), VertexHistogramMaker::fill(), DigiLumiCorrHistogramMaker::fill(), BSvsPVHistogramMaker::fill(), StringBasedNTupler::fill(), L1GlobalTriggerPSB::fillPsbBlock(), myFilter::filter(), PhysDecl::filter(), BeamSplash::filter(), FilterOutScraping::filter(), AlCaHBHEMuonFilter::filter(), AlCaIsoTracksFilter::filter(), l1t::MP7BufferDumpToRaw::formatRaw(), GetLumi::getRawValue(), L1GTEvmDigiToRaw::packHeader(), L1GTDigiToRaw::packHeader(), ShallowEventDataProducer::produce(), edm::EventAuxiliaryHistoryProducer::produce(), AlCaHBHEMuonProducer::produce(), EventWithHistoryProducer::produce(), EventWithHistoryProducerFromL1ABC::produce(), RPCTrigger::produce(), EcalDigiToRaw::produce(), l1t::GtProducer::produce(), APVCyclePhaseProducerFromL1ABC::produce(), L1GlobalTrigger::produce(), AlCaIsoTracksProducer::produce(), PVFitter::readEvent(), L1GlobalTriggerFDL::run(), amc13::Packet::write(), and LaserSorter::writeEventHeader().

66 {return eventAuxiliary().bunchCrossing();}
virtual edm::EventAuxiliary const & eventAuxiliary() const =0
int bunchCrossing() const
virtual edm::EventAuxiliary const& edm::EventBase::eventAuxiliary ( ) const
pure virtual
edm::EventAuxiliary::ExperimentType edm::EventBase::experimentType ( ) const
inline
template<typename T >
bool EventBase::get ( ProductID const &  pid,
Handle< T > &  result 
) const

Definition at line 104 of file EventBase.h.

References edm::HandleBase::clear(), edm::convert_handle(), edm::HandleBase::failedToGet(), and getImpl().

Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), fireworks::addSiStripClusters(), rrapi.RRApi::columns(), rrapi.RRApi::count(), rrapi.RRApi::data(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), fireworks::pushNearbyPixelHits(), rrapi.RRApi::report(), rrapi.RRApi::reports(), rrapi.RRApi::tables(), rrapi.RRApi::tags(), rrapi.RRApi::templates(), and rrapi.RRApi::workspaces().

104  {
105  result.clear();
106  BasicHandle bh = this->getImpl(typeid(T), pid);
107  convert_handle(std::move(bh), result); // throws on conversion error
108  if (result.failedToGet()) {
109  return false;
110  }
111  return true;
112  }
void convert_handle(BasicHandle &&bh, Handle< T > &result)
Definition: ConvertHandle.h:20
virtual BasicHandle getImpl(std::type_info const &iProductType, ProductID const &iTag) const =0
tuple pid
Definition: sysUtil.py:22
long double T
template<typename T >
bool EventBase::getByLabel ( InputTag const &  tag,
Handle< T > &  result 
) const

Definition at line 92 of file EventBase.h.

References edm::HandleBase::clear(), edm::convert_handle(), edm::HandleBase::failedToGet(), and getByLabelImpl().

Referenced by FWSimTrackProxyBuilder::build(), FWECALDetailViewBuilder::buildCaloData(), FWEventItem::data(), FWHLTValidator::fillOptions(), GsfEleFull5x5SigmaIEtaIEtaCut::getEventContent(), GsfEleDxyCut::getEventContent(), GsfEleDzCut::getEventContent(), GsfEleConversionVetoCut::getEventContent(), GsfEleDeltaBetaIsoCut::getEventContent(), GsfEleFull5x5E2x5OverE5x5Cut::getEventContent(), GsfEleEmHadD1IsoRhoCut::getEventContent(), FWPFCandidateWithHitsProxyBuilder::initPFRecHitsCollections(), FWECALDetailViewBuilder::showSuperClusters(), edm::LumiReWeighting::weight(), edm::Lumi3DReWeighting::weight3D(), and edm::LumiReWeighting::weightOOT().

92  {
93  result.clear();
94  BasicHandle bh = this->getByLabelImpl(typeid(edm::Wrapper<T>), typeid(T), tag);
95  convert_handle(std::move(bh), result); // throws on conversion error
96  if (result.failedToGet()) {
97  return false;
98  }
99  return true;
100  }
virtual BasicHandle getByLabelImpl(std::type_info const &iWrapperType, std::type_info const &iProductType, InputTag const &iTag) const =0
void convert_handle(BasicHandle &&bh, Handle< T > &result)
Definition: ConvertHandle.h:20
long double T
bool edm::EventBase::getByLabel ( edm::InputTag const &  tag,
Handle< FWGenericObject > &  result 
) const

Specialize the getByLabel method to work with a Handle<FWGenericObject>

Specialize the Event's getByLabel method to work with a Handle<FWGenericObject>

Definition at line 56 of file FWGenericHandle.cc.

References edm::TypeWithDict::byName(), edm::convert_handle(), edm::BasicHandle::failedToGet(), query::result, AlCaHLTBitMon_QueryRunRegistry::string, GlobalPosition_Frontier_DevDB_cff::tag, and edm::TypeWithDict::typeInfo().

58 {
59  std::string dataTypeName = result.type().name();
60  if (dataTypeName[dataTypeName.size() -1] == '>')
61  dataTypeName += " ";
62  std::string wrapperName = "edm::Wrapper<" + dataTypeName + ">";
63 
64  edm::TypeWithDict wrapperType(edm::TypeWithDict::byName(wrapperName));
65 
66  BasicHandle bh = this->getByLabelImpl(wrapperType.typeInfo(),
67  result.type().typeInfo(),
68  tag);
69  convert_handle(bh, result); // throws on conversion error
70  if(bh.failedToGet())
71  return false;
72  return true;
73 }
virtual BasicHandle getByLabelImpl(std::type_info const &iWrapperType, std::type_info const &iProductType, InputTag const &iTag) const =0
static TypeWithDict byName(std::string const &name)
Definition: TypeWithDict.cc:60
void convert_handle(BasicHandle &&bh, Handle< T > &result)
Definition: ConvertHandle.h:20
virtual BasicHandle edm::EventBase::getByLabelImpl ( std::type_info const &  iWrapperType,
std::type_info const &  iProductType,
InputTag const &  iTag 
) const
privatepure virtual

Implemented in edm::Event, and fwlite::EventBase.

Referenced by getByLabel().

virtual BasicHandle edm::EventBase::getImpl ( std::type_info const &  iProductType,
ProductID const &  iTag 
) const
privatepure virtual

Implemented in edm::Event, and fwlite::EventBase.

Referenced by get().

edm::EventID edm::EventBase::id ( void  ) const
inline

Definition at line 60 of file EventBase.h.

References eventAuxiliary(), and edm::EventAuxiliary::id().

Referenced by fwlite::RunLumiSelector::accept(), Selection< C, Selector, StoreContainer >::acceptMap(), edm::DataMixingEMWorker::addEMSignals(), edm::DataMixingEMDigiWorker::addEMSignals(), edm::DataMixingHcalWorker::addHcalSignals(), edm::DataMixingHcalDigiWorker::addHcalSignals(), edm::DataMixingMuonWorker::addMuonSignals(), edm::DataMixingModule::addSignals(), edm::MixingModule::addSignals(), edm::HiMixingWorker< T >::addSignals(), edm::MixingWorker< T >::addSignals(), edm::DataMixingSiPixelWorker::addSiPixelSignals(), edm::DataMixingSiPixelMCDigiWorker::addSiPixelSignals(), SiStripGainFromData::algoAnalyze(), SiStripHitEffFromCalibTree::algoAnalyze(), SiStripGainFromCalibTree::algoAnalyze(), CSCDigiDump::analyze(), ElectronIDAnalyzer::analyze(), EcalTrivialObjectAnalyzer::analyze(), evf::EvFRecordInserter::analyze(), PerformanceAnalyzer::analyze(), L1TScalersSCAL::analyze(), RawDataConverter::analyze(), SiStripDetVOffFakeBuilder::analyze(), JetValidation::analyze(), SiStripNoisesBuilder::analyze(), PlaybackRawDataProvider::analyze(), ESOccupancyTask::analyze(), ESPedestalTask::analyze(), SiStripApvGainBuilder::analyze(), SiStripPedestalsBuilder::analyze(), SiStripSummaryBuilder::analyze(), KVFTrackUpdate::analyze(), SiStripThresholdBuilder::analyze(), ESRawDataTask::analyze(), edmtest::FillInfoESAnalyzer::analyze(), EventHeader::analyze(), HcalTBWriter::analyze(), ElectronMcSignalValidator::analyze(), SiStripQualityStatistics::analyze(), ElectronGeneralAnalyzer::analyze(), ElectronTagProbeAnalyzer::analyze(), BeamSpotFromDB::analyze(), AlignmentStats::analyze(), ESTimingTask::analyze(), pat::CandidateSummaryTable::analyze(), MCElectronAnalyzer::analyze(), MCPhotonAnalyzer::analyze(), MCPizeroAnalyzer::analyze(), PhotonsWithConversionsAnalyzer::analyze(), SimpleConvertedPhotonAnalyzer::analyze(), BeamSpotAnalyzer::analyze(), EcalDQMonitorTask::analyze(), AlCaElectronsTest::analyze(), SimHitsValidationHcal::analyze(), SiStripCommissioningOfflineClient::analyze(), edmtest::L1TriggerScalerESAnalyzer::analyze(), PFCandidateChecker::analyze(), edmtest::RunInfoESAnalyzer::analyze(), edmtest::RunSummaryESAnalyzer::analyze(), SiPixelRecHitsValid::analyze(), SiStripMonitorDigi::analyze(), DTT0Calibration::analyze(), test::GlobalNumbersAnalysis::analyze(), HcalSimHitStudy::analyze(), HLTInspect::analyze(), TrackerHitAnalyzer::analyze(), ZDCMonitorClient::analyze(), ElectronStudy::analyze(), ValidationMisalignedTracker::analyze(), DTT0CalibrationNew::analyze(), DumpGctDigis::analyze(), SiStripCommissioningSource::analyze(), ElectronSeedAnalyzer::analyze(), ElectronMcFakeValidator::analyze(), EcalPedHists::analyze(), KVFTest::analyze(), SiStripLAProfileBooker::analyze(), HcalDetDiagNoiseMonitor::analyze(), DTConfigTester::analyze(), CSCRecoBadChannelsAnalyzer::analyze(), SimAnalyzerMinbias::analyze(), EcalTPGAnalyzer::analyze(), SiStripMonitorCluster::analyze(), SimplePhotonAnalyzer::analyze(), CSCViewDigi::analyze(), KineExample::analyze(), sistrip::SpyExtractRunModule::analyze(), ElectronAnalyzer::analyze(), DQMEventInfo::analyze(), HcalMonitorModule::analyze(), GsfElectronDataAnalyzer::analyze(), GsfElectronMCFakeAnalyzer::analyze(), L1CondDBIOVWriter::analyze(), StudyHLT::analyze(), EventIDChecker::analyze(), GsfElectronFakeAnalyzer::analyze(), CentralityTableProducer::analyze(), AbortOnEventIDAnalyzer::analyze(), DQMAnalyzer::analyze(), GsfElectronMCAnalyzer::analyze(), sistrip::SpyIdentifyRunsModule::analyze(), RPCPhiEff::analyze(), DuplicationChecker::analyze(), EcalBarrelSimHitsValidation::analyze(), SimplePi0DiscAnalyzer::analyze(), ElectronConversionRejectionValidator::analyze(), EcalEndcapSimHitsValidation::analyze(), EcalPreshowerSimHitsValidation::analyze(), ZDCMonitorModule::analyze(), DTTrigTest::analyze(), L1GtPatternGenerator::analyze(), SiStripMonitorRawData::analyze(), edmtest::HcalDumpConditions::analyze(), myJetAna::analyze(), edm::SecSourceAnalyzer::analyze(), HiggsDQM::analyze(), L1O2OTestAnalyzer::analyze(), GeneralHLTOffline::analyze(), HitEff::analyze(), L1TRate::analyze(), EcalSimHitsValidation::analyze(), DTSegmentAnalysisTask::analyze(), TrackingMonitor::analyze(), ContainmentCorrectionAnalyzer::analyze(), EcalRecHitsValidation::analyze(), HLTrigReport::analyze(), EcalBxOrbitNumberGrapher::analyze(), FFTJetImageRecorder::analyze(), MulticoreRunLumiEventChecker::analyze(), calcTopMass::analyze(), L1TRate_Offline::analyze(), IgProfModule::analyze(), SiStripSpyMonitorModule::analyze(), TkConvValidator::analyze(), SiStripMonitorPedestals::analyze(), EcalDigisValidation::analyze(), SiStripFEDCheckPlugin::analyze(), GlobalDigisHistogrammer::analyze(), ZdcSimHitStudy::analyze(), l1t::GtRecordDump::analyze(), EcalURecHitHists::analyze(), LhcTrackAnalyzer::analyze(), EcalLaserAnalyzerYousi::analyze(), CastorDumpConditions::analyze(), EGammaCutBasedEleIdAnalyzer::analyze(), TestOutliers::analyze(), BigEventsDebugger< T >::analyze(), GlobalRecHitsHistogrammer::analyze(), SiStripFEDMonitorPlugin::analyze(), SiStripMonitorTrack::analyze(), FFTJetPileupAnalyzer::analyze(), EcalMipGraphs::analyze(), PhotonValidator::analyze(), SiPixelErrorEstimation::analyze(), MuonSimHitsValidAnalyzer::analyze(), EcalDisplaysByEvent::analyze(), JetMETHLTOfflineSource::analyze(), HcalIsoTrkAnalyzer::analyze(), ValidIsoTrkCalib::analyze(), SiStripCMMonitorPlugin::analyze(), IsoTrig::analyze(), CosmicSplitterValidation::analyze(), SiPixelTrackingRecHitsValid::analyze(), EcalCosmicsHists::analyze(), IsoTrackCalib::analyze(), CastorPedestalsAnalysis::analyze(), GlobalHitsHistogrammer::analyze(), IsoTrackCalibration::analyze(), GlobalHitsAnalyzer::analyze(), Vx3DHLTAnalyzer::analyze(), SiStripBaselineAnalyzer::analyze(), PiZeroAnalyzer::analyze(), HcalTimingMonitorModule::analyze(), JetAnalyzer::analyze(), CastorMonitorModule::analyze(), DiJetAnalyzer::analyze(), GctErrorAnalyzer::analyze(), IsolatedGenParticles::analyze(), analyzer::SiPixelLorentzAngle::analyze(), SiStripSpyDisplayModule::analyze(), IsolatedTracksCone::analyze(), ZToMuMuGammaAnalyzer::analyze(), PhotonAnalyzer::analyze(), HcalDetDiagLEDMonitor::analyze(), L1TBPTX::analyze(), GlobalDigisAnalyzer::analyze(), IsolatedTracksHcalScale::analyze(), IsolatedTracksNxN::analyze(), LaserSorter::analyze(), SiStripRecHitsValid::analyze(), GammaJetAnalysis::analyze(), HcalRaddamMuon::analyze(), TrackerDpgAnalysis::analyze(), EcnaAnalyzer::analyze(), HcalHBHEMuonAnalyzer::analyze(), SiPixelOfflineCalibAnalysisBase::analyze(), GlobalRecHitsAnalyzer::analyze(), PrimaryVertexAnalyzer4PU::analyze(), BeamHaloAnalyzer::analyze(), HcalDetDiagPedestalMonitor::analyze(), HOCalibAnalyzer::analyze(), SiStripTrackingRecHitsValid::analyze(), ResidualRefitting::analyze(), HcalDetDiagLaserMonitor::analyze(), L1GtAnalyzer::analyzeConditionsInEventBlock(), L1GtAnalyzer::analyzeTrigger(), heppy::TriggerBitChecker::check(), CSCDigiToRaw::createFedBuffers(), sistrip::DigiToRaw::createFedBuffers_(), GsfElectronAlgo::displayInternalElectrons(), edm::DataMixingModule::doPileUp(), edm::MixingModule::doPileUp(), edmtest::HcalDumpConditions::dumpIt(), CastorDumpConditions::dumpIt(), AlignmentProducer::duringLoop(), EventWithHistory::EventWithHistory(), L1GtPatternGenerator::extractGlobalTriggerData(), extractRecordData(), StringBasedNTupler::fill(), FWHLTTriggerTableView::fillAverageAcceptFractions(), HLXMonitor::FillEventInfo(), L1GlobalTriggerPSB::fillPsbBlock(), DaqFakeReader::fillRawData(), DTTFFEDSim::fillRawData(), PFDQMEventSelector::filter(), myFilter::filter(), TrackingFailureFilter::filter(), SkipBadEvents::filter(), EcalTangentFilter::filter(), MultiEventFilter::filter(), PhotonIsoProducer::filter(), PythiaFilterGammaJetIsoPi0::filter(), SiStripCommissioningBasicPrescaler::filter(), EcalLaserCorrFilter::filter(), BeamSplash::filter(), PhysDecl::filter(), LogErrorEventFilter::filter(), FilterOutScraping::filter(), NMaxPerLumi::filter(), MCZll::filter(), HLTEventNumberFilter::filter(), AlCaHBHEMuonFilter::filter(), EcalSkim::filter(), HcalLaserEventFilter2012::filter(), edm::GeneratorFilter< HAD, DEC >::filter(), HLTPrescaler::filter(), HcalLaserEventFilter::filter(), HcalLaserHBHEFilter2012::filter(), HcalLaserHBHEHFFilter2012::filter(), HcalLaserHFFilter2012::filter(), PickEvents::filter(), SiStripShotFilter::filter(), AlCaIsoTracksFilter::filter(), edm::HadronizerFilter< HAD, DEC >::filter(), HLTEcalResonanceFilter::filter(), HLTRegionalEcalResonanceFilter::filter(), HSCPTreeBuilder::filter(), FWFileEntry::filterEventsWithCustomParser(), l1t::MP7BufferDumpToRaw::formatRaw(), RunManagerMTWorker::generateEvent(), RunManager::generateEvent(), L1GtUtils::getL1GtRecordInputTag(), MatacqProducer::getOrbitId(), TrackProducer::getTransient(), TrackProducerWithSCAssociation::getTransient(), tnp::BaseTreeFiller::init(), FWFFNavigator::isFirstEvent(), CmsShowMainFrame::loadEvent(), EcalDeadCellDeltaRFilter::loadEventInfo(), EcalDeadCellTriggerPrimitiveFilter::loadEventInfo(), EgammaHLTNxNClusterProducer::makeNxNClusters(), RunLumiSelector::operator()(), RecoTrackSelector::operator()(), L1GTEvmDigiToRaw::packHeader(), L1GTDigiToRaw::packHeader(), CkfDebugger::printSimHits(), AlignmentMonitorMuonSystemMap1D::processMuonResidualsFromTrack(), FFTJetTreeDump::processTreeData(), ShallowEventDataProducer::produce(), HcalPatternSource::produce(), edm::FlatRandomEThetaGunProducer::produce(), edm::FlatRandomPtThetaGunProducer::produce(), edm::FileRandomKEThetaGunProducer::produce(), edm::EventAuxiliaryHistoryProducer::produce(), PixelTrackProducer::produce(), GsfTrackRefitter::produce(), GsfTrackProducer::produce(), TrackRefitter::produce(), CosmicMuonProducer::produce(), DTDigiToRawModule::produce(), edm::FlatRandomOneOverPtGunProducer::produce(), EcalTBH2TDCRecInfoProducer::produce(), edm::FlatRandomPtGunProducer::produce(), CosmicMuonLinksProducer::produce(), edm::FlatRandomEGunProducer::produce(), TrackProducer::produce(), DAFTrackProducer::produce(), edm::MultiParticleInConeGunProducer::produce(), edm::ExpoRandomPtGunProducer::produce(), ESRecHitsMerger::produce(), EcalRecHitsMerger::produce(), StoreSecondary::produce(), CSCDCCUnpacker::produce(), ESDigiToRaw::produce(), PFV0Producer::produce(), NtpProducer< C >::produce(), edm::CosMuoGenProducer::produce(), CastorDigiToRaw::produce(), PreshowerClusterShapeProducer::produce(), HcalDigiToRaw::produce(), SiPixelFedFillerWordEventNumber::produce(), PFDisplacedVertexProducer::produce(), RPCPackingModule::produce(), BeamSpotProducer::produce(), TrackerHitProducer::produce(), PFDisplacedVertexCandidateProducer::produce(), sistrip::RawToDigiModule::produce(), EcalListOfFEDSProducer::produce(), GenParticles2HepMCConverter::produce(), AlcaBeamSpotProducer::produce(), CSCRecHitDProducer::produce(), LaserAlignmentProducer::produce(), PiZeroDiscriminatorProducer::produce(), ESListOfFEDSProducer::produce(), PFMET::produce(), SiPixelDigiToRaw::produce(), FakeTBEventHeaderProducer::produce(), CSCTFPacker::produce(), DTTrigProd::produce(), edm::BeamHaloProducer::produce(), EcalTrigPrimProducer::produce(), ZToLLEdmNtupleDumper::produce(), PFSimParticleProducer::produce(), AlCaHBHEMuonProducer::produce(), RunManagerMTWorker::produce(), PFProducer::produce(), GctDigiToRaw::produce(), EventWithHistoryProducer::produce(), EventWithHistoryProducerFromL1ABC::produce(), L1Comparator::produce(), DTDigitizer::produce(), gen::Pythia6Gun::produce(), EgammaHLTNxNClusterProducer::produce(), RPCTrigger::produce(), ConvBremSeedProducer::produce(), PFEGammaProducer::produce(), EcalDigiToRaw::produce(), GoodSeedProducer::produce(), EcalSimpleProducer::produce(), SiPixelCalibDigiProducer::produce(), L1GlobalTrigger::produce(), APVCyclePhaseProducerFromL1ABC::produce(), reco::PFMETProducerMVA::produce(), RunManager::produce(), reco::modules::TrackerTrackHitFilter::produce(), AlCaIsoTracksProducer::produce(), GlobalHitsProdHist::produce(), GlobalHitsProducer::produce(), LaserAlignment::produce(), VirtualJetProducer::produce(), GlobalDigisProducer::produce(), GlobalRecHitsProducer::produce(), AlCaHOCalibProducer::produce(), BeamFitter::readEvent(), PVFitter::readEvent(), L1GlobalTriggerFDL::run(), ElectronSeedGenerator::run(), SiStripElectronSeedGenerator::run(), FastElectronSeedGenerator::run(), edm::Event::run(), FWFFNavigator::setCurrentEvent(), reco::tau::RecoTauVertexAssociator::setEvent(), EventMaker::SetVars(), MVAJetIdMaker::SetVars(), RawEventOutputModuleForBU< Consumer >::write(), amc13::Packet::write(), and LaserSorter::writeEventHeader().

60 {return eventAuxiliary().id();}
virtual edm::EventAuxiliary const & eventAuxiliary() const =0
EventID const & id() const
bool edm::EventBase::isRealData ( ) const
inline

Definition at line 64 of file EventBase.h.

References eventAuxiliary(), and edm::EventAuxiliary::isRealData().

Referenced by StandaloneTrackMonitor::analyze(), SUSY_HLT_InclusiveHT::analyze(), HLTInspect::analyze(), SUSY_HLT_PhotonHT::analyze(), SiStripMonitorCluster::analyze(), SUSY_HLT_Muon_Hadronic::analyze(), JetTester::analyze(), L1TRCT::analyze(), SUSY_HLT_SingleLepton::analyze(), L1TdeRCT::analyze(), EmDQM::analyze(), L1TGCT::analyze(), FFTJetCorrectionProducer::applyCorrections(), ecaldqm::RawDataTask::beginEvent(), PFClusterEMEnergyCorrector::correctEnergies(), StringBasedNTupler::fill(), AdHocNTupler::fill(), DetectorStateFilter::filter(), JetMETDQMDCSFilter::filter(), HLTPhysicsDeclared::filter(), HLTTriggerTypeFilter::filter(), HLTEventNumberFilter::filter(), HLTL1NumberFilter::filter(), L1GtBeamModeFilter::filter(), HLTHcalNZSFilter::hltFilter(), HLTBeamModeFilter::hltFilter(), EcalDeadCellDeltaRFilter::loadEventInfo(), WeakEffectsWeightProducer::produce(), edm::EventAuxiliaryHistoryProducer::produce(), HFEMClusterProducer::produce(), DistortedMETProducer::produce(), DistortedMuonProducerFromDB::produce(), DistortedPFCandProducer::produce(), DistortedMuonProducer::produce(), ISRGammaWeightProducer::produce(), ISRWeightProducer::produce(), FSRWeightProducer::produce(), HcalSimpleReconstructor::produce(), PdfWeightProducer::produce(), LHECOMWeightProducer::produce(), VoronoiBackgroundProducer::produce(), pat::PATMuonProducer::produce(), pat::PATTauProducer::produce(), HcalHitReconstructor::produce(), pat::PATJetProducer::produce(), PileupJetIdProducer::produce(), pat::PATPhotonProducer::produce(), pat::PATElectronProducer::produce(), pat::PATTriggerEventProducer::produce(), pat::PATTriggerProducer::produce(), ShiftedJetProducerT< T, Textractor >::produce(), EcalUncalibRecHitWorkerMultiFit::set(), EventMaker::SetVars(), and StringBranchHelper< Object, Collection >::StringBranchHelper().

64 {return eventAuxiliary().isRealData();}
bool isRealData() const
virtual edm::EventAuxiliary const & eventAuxiliary() const =0
edm::LuminosityBlockNumber_t edm::EventBase::luminosityBlock ( ) const
inline

Definition at line 63 of file EventBase.h.

References eventAuxiliary(), and edm::EventAuxiliary::luminosityBlock().

Referenced by fwlite::RunLumiSelector::accept(), SiStripHitEffFromCalibTree::algoAnalyze(), HcalNZSMonitor::analyze(), HcalTrigPrimMonitor::analyze(), L1Scalers::analyze(), L1TScalersSCAL::analyze(), RawDataConverter::analyze(), HcalCoarsePedestalMonitor::analyze(), EventHeader::analyze(), SiStripQualityStatistics::analyze(), HcalBeamMonitor::analyze(), HcalRecHitMonitor::analyze(), ElectronGeneralAnalyzer::analyze(), ElectronTagProbeAnalyzer::analyze(), HcalDeadCellMonitor::analyze(), test::GlobalNumbersAnalysis::analyze(), HcalRawDataMonitor::analyze(), HLTInspect::analyze(), ZDCMonitorClient::analyze(), HcalDataIntegrityTask::analyze(), HcalDetDiagNoiseMonitor::analyze(), BeamMonitorBx::analyze(), HcalBaseDQMonitor::analyze(), HcalHotCellMonitor::analyze(), HcalMonitorModule::analyze(), ZeePlots::analyze(), ElectronAnalyzer::analyze(), WenuPlots::analyze(), StudyHLT::analyze(), BeamMonitor::analyze(), NoiseRates::analyze(), BeamSpotProblemMonitor::analyze(), HLTAnalyzer::analyze(), HcalNoiseRates::analyze(), ZDCMonitorModule::analyze(), L1GtPatternGenerator::analyze(), myJetAna::analyze(), SiPixelDigiSource::analyze(), HLTrigReport::analyze(), SiPixelRawDataErrorSource::analyze(), EGammaCutBasedEleIdAnalyzer::analyze(), L1TGT::analyze(), SiPixelClusterSource::analyze(), HcalIsoTrkAnalyzer::analyze(), JetMETHLTOfflineSource::analyze(), HcalDigiMonitor::analyze(), IsoTrig::analyze(), IsoTrackCalib::analyze(), IsoTrackCalibration::analyze(), CastorMonitorModule::analyze(), HcalDetDiagTimingMonitor::analyze(), METAnalyzer::analyze(), IsolatedTracksHcalScale::analyze(), IsolatedTracksNxN::analyze(), PrimaryVertexAnalyzer4PU::analyze(), BeamHaloAnalyzer::analyze(), L1GtAnalyzer::analyzeConditionsInEventBlock(), L1GtAnalyzer::analyzeL1GtUtilsCore(), L1GtAnalyzer::analyzeTrigger(), Types.EventID::cppID(), Types.LuminosityBlockID::cppID(), StringBasedNTupler::fill(), METAnalyzer::fillMonitorElement(), EcalLaserCorrFilter::filter(), BeamSplash::filter(), PhysDecl::filter(), FilterOutScraping::filter(), LogErrorEventFilter::filter(), LumiblockFilter::filter(), AlCaHBHEMuonFilter::filter(), HcalLaserEventFilter2012::filter(), HcalLaserHBHEFilter2012::filter(), HcalLaserHBHEHFFilter2012::filter(), HcalLaserHFFilter2012::filter(), AlCaIsoTracksFilter::filter(), ZeeCandidateFilter::filter(), EcalDeadCellDeltaRFilter::loadEventInfo(), EcalDeadCellTriggerPrimitiveFilter::loadEventInfo(), ShallowEventDataProducer::produce(), NtpProducer< C >::produce(), ZToLLEdmNtupleDumper::produce(), AlCaHBHEMuonProducer::produce(), L1GlobalTrigger::produce(), reco::PFMETProducerMVA::produce(), AlCaIsoTracksProducer::produce(), BeamFitter::readEvent(), PVFitter::readEvent(), L1GlobalTriggerFDL::run(), EventMaker::SetVars(), fwlite::ChainEvent::to(), fwlite::MultiChainEvent::to(), fwlite::Event::to(), edm::LumiReWeighting::weightOOT(), RawEventOutputModuleForBU< Consumer >::write(), and LaserSorter::writeEventHeader().

63 {return eventAuxiliary().luminosityBlock();}
virtual edm::EventAuxiliary const & eventAuxiliary() const =0
LuminosityBlockNumber_t luminosityBlock() const
int edm::EventBase::orbitNumber ( ) const
inline

Definition at line 67 of file EventBase.h.

References eventAuxiliary(), and edm::EventAuxiliary::orbitNumber().

Referenced by ESRawDataTask::analyze(), EventHeader::analyze(), SiStripMonitorDigi::analyze(), SiStripMonitorCluster::analyze(), EcalTPGAnalyzer::analyze(), myJetAna::analyze(), L1TGMT::analyze(), AnotherBeamSpotAnalyzer::analyze(), MultiplicityInvestigator::analyze(), APVCyclePhaseMonitor::analyze(), EventTimeDistribution::analyze(), L1TGT::analyze(), SiStripFEDMonitorPlugin::analyze(), SiStripQualityHistory::analyze(), SiPixelQualityHistory::analyze(), SiStripMonitorTrack::analyze(), MultiplicityTimeCorrelations::analyze(), TrackCount::analyze(), HcalDigiMonitor::analyze(), SiStripCMMonitorPlugin::analyze(), APVShotsAnalyzer::analyze(), PrimaryVertexAnalyzer4PU::analyze(), HcalDetDiagPedestalMonitor::analyze(), HcalDetDiagLaserMonitor::analyze(), ecaldqm::RawDataTask::beginEvent(), VertexHistogramMaker::fill(), BSvsPVHistogramMaker::fill(), StringBasedNTupler::fill(), FEDBadModuleFilter::filter(), edm::EventAuxiliaryHistoryProducer::produce(), EventWithHistoryProducer::produce(), EventWithHistoryProducerFromL1ABC::produce(), EcalDigiToRaw::produce(), l1t::GtProducer::produce(), L1GlobalTrigger::produce(), APVCyclePhaseProducerFromL1ABC::produce(), L1GlobalTriggerFDL::run(), and amc13::Packet::write().

67 {return eventAuxiliary().orbitNumber();}
virtual edm::EventAuxiliary const & eventAuxiliary() const =0
int orbitNumber() const
virtual ProcessHistory const& edm::EventBase::processHistory ( ) const
pure virtual
edm::Timestamp edm::EventBase::time ( ) const
inline
virtual TriggerNames const& edm::EventBase::triggerNames ( edm::TriggerResults const &  triggerResults) const
pure virtual
TriggerNames const * EventBase::triggerNames_ ( edm::TriggerResults const &  triggerResults)
staticprotected

Definition at line 48 of file EventBase.cc.

References edm::ParameterSet::addParameter(), edm::hlt::Exception, edm::ParameterSet::existsAs(), edm::pset::Registry::getMapped(), edm::TriggerResults::getTriggerNames(), edm::ParameterSet::id(), edm::pset::Registry::instance(), getDQMSummary::iter, edm::TriggerResults::parameterSetID(), edm::ParameterSet::registerIt(), run_regression::ret, edm::HLTGlobalStatus::size(), edm::TriggerNames::size(), and triggerNames().

Referenced by fwlite::MultiChainEvent::triggerNames(), fwlite::Event::triggerNames(), edm::Event::triggerNames(), fwlite::MultiChainEvent::triggerResultsByName(), fwlite::Event::triggerResultsByName(), and edm::Event::triggerResultsByName().

48  {
49 
50  // If TriggerNames was already created and cached here in the map,
51  // then look it up and return that one
52  TriggerNamesMap::const_iterator iter =
53  triggerNamesMap.find(triggerResults.parameterSetID());
54  if (iter != triggerNamesMap.end()) {
55  return &iter->second;
56  }
57 
58  // Look for the parameter set containing the trigger names in the parameter
59  // set registry using the ID from TriggerResults as the key used to find it.
61  edm::ParameterSet const* pset=0;
62  if (0!=(pset=psetRegistry->getMapped(triggerResults.parameterSetID()))) {
63 
64  if (pset->existsAs<std::vector<std::string> >("@trigger_paths", true)) {
65  TriggerNames triggerNames(*pset);
66 
67  // This should never happen
68  if (triggerNames.size() != triggerResults.size()) {
69  throw cms::Exception("LogicError")
70  << "edm::EventBase::triggerNames_ Encountered vector\n"
71  "of trigger names and a TriggerResults object with\n"
72  "different sizes. This should be impossible.\n"
73  "Please send information to reproduce this problem to\n"
74  "the edm developers.\n";
75  }
76 
77  std::pair<TriggerNamesMap::iterator, bool> ret =
78  triggerNamesMap.insert(std::pair<edm::ParameterSetID, edm::TriggerNames>(triggerResults.parameterSetID(), triggerNames));
79  return &(ret.first->second);
80  }
81  }
82  // For backward compatibility to very old data
83  if (triggerResults.getTriggerNames().size() > 0U) {
84  edm::ParameterSet fakePset;
85  fakePset.addParameter<std::vector<std::string> >("@trigger_paths", triggerResults.getTriggerNames());
86  fakePset.registerIt();
87  TriggerNames triggerNames(fakePset);
88 
89  // This should never happen
90  if (triggerNames.size() != triggerResults.size()) {
91  throw cms::Exception("LogicError")
92  << "edm::EventBase::triggerNames_ Encountered vector\n"
93  "of trigger names and a TriggerResults object with\n"
94  "different sizes. This should be impossible.\n"
95  "Please send information to reproduce this problem to\n"
96  "the edm developers (2).\n";
97  }
98 
99  std::pair<TriggerNamesMap::iterator, bool> ret =
100  triggerNamesMap.insert(std::pair<edm::ParameterSetID, edm::TriggerNames>(fakePset.id(), triggerNames));
101  return &(ret.first->second);
102  }
103  return 0;
104  }
bool existsAs(std::string const &parameterName, bool trackiness=true) const
checks if a parameter exists as a given type
Definition: ParameterSet.h:185
ParameterSetID id() const
Strings::size_type size() const
Definition: TriggerNames.cc:39
void addParameter(std::string const &name, T const &value)
Definition: ParameterSet.h:143
bool getMapped(key_type const &k, value_type &result) const
Definition: Registry.cc:22
static std::string const triggerResults("TriggerResults")
virtual TriggerNames const & triggerNames(edm::TriggerResults const &triggerResults) const =0
ParameterSet const & registerIt()
static Registry * instance()
Definition: Registry.cc:16
virtual TriggerResultsByName edm::EventBase::triggerResultsByName ( std::string const &  process) const
pure virtual