Public Member Functions | |
AlCaHBHEMuonProducer (edm::ParameterSet const &, const AlCaHBHEMuons::Counters *count) | |
virtual void | endStream () override |
virtual void | produce (edm::Event &, const edm::EventSetup &) override |
~AlCaHBHEMuonProducer () | |
Public Member Functions inherited from edm::stream::EDProducer< edm::GlobalCache< AlCaHBHEMuons::Counters > > | |
EDProducer ()=default | |
Public Member Functions inherited from edm::stream::EDProducerBase | |
EDProducerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducerBase () |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Static Public Member Functions | |
static void | globalEndJob (const AlCaHBHEMuons::Counters *counters) |
static std::unique_ptr < AlCaHBHEMuons::Counters > | initializeGlobalCache (edm::ParameterSet const &) |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
virtual void | beginRun (edm::Run const &, edm::EventSetup const &) override |
virtual void | endRun (edm::Run const &, edm::EventSetup const &) override |
bool | select (const reco::MuonCollection &) |
Private Attributes | |
edm::InputTag | labelBS_ |
edm::InputTag | labelEB_ |
edm::InputTag | labelEE_ |
edm::InputTag | labelHBHE_ |
edm::InputTag | labelMuon_ |
edm::InputTag | labelVtx_ |
unsigned int | nAll_ |
unsigned int | nGood_ |
unsigned int | nRun_ |
double | pMuonMin_ |
edm::EDGetTokenT< reco::BeamSpot > | tok_BS_ |
edm::EDGetTokenT < EcalRecHitCollection > | tok_EB_ |
edm::EDGetTokenT < EcalRecHitCollection > | tok_EE_ |
edm::EDGetTokenT < HBHERecHitCollection > | tok_HBHE_ |
edm::EDGetTokenT < reco::MuonCollection > | tok_Muon_ |
edm::EDGetTokenT < reco::VertexCollection > | tok_Vtx_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer< edm::GlobalCache< AlCaHBHEMuons::Counters > > | |
typedef CacheContexts< T...> | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T...> | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT < LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDProducerBase | |
typedef EDProducerAdaptorBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, 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 ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Definition at line 48 of file AlCaHBHEMuonProducer.cc.
|
explicit |
Definition at line 82 of file AlCaHBHEMuonProducer.cc.
References edm::ParameterSet::getParameter(), edm::InputTag::instance(), edm::InputTag::label(), labelBS_, labelEB_, labelEE_, labelHBHE_, labelMuon_, labelVtx_, pMuonMin_, tok_BS_, tok_EB_, tok_EE_, tok_HBHE_, tok_Muon_, and tok_Vtx_.
AlCaHBHEMuonProducer::~AlCaHBHEMuonProducer | ( | ) |
Definition at line 116 of file AlCaHBHEMuonProducer.cc.
|
overrideprivatevirtual |
Reimplemented from edm::stream::EDProducerBase.
Definition at line 236 of file AlCaHBHEMuonProducer.cc.
References nRun_, and edm::RunBase::run().
|
overrideprivatevirtual |
Reimplemented from edm::stream::EDProducerBase.
Definition at line 240 of file AlCaHBHEMuonProducer.cc.
References nRun_, and edm::RunBase::run().
|
overridevirtual |
Reimplemented from edm::stream::EDProducerBase.
Definition at line 226 of file AlCaHBHEMuonProducer.cc.
|
static |
Definition at line 231 of file AlCaHBHEMuonProducer.cc.
References AlCaHBHEMuons::Counters::nAll_, and AlCaHBHEMuons::Counters::nGood_.
|
inlinestatic |
Definition at line 53 of file AlCaHBHEMuonProducer.cc.
|
overridevirtual |
Implements edm::stream::EDProducerBase.
Definition at line 118 of file AlCaHBHEMuonProducer.cc.
References accept(), EcalCondDBWriter_cfi::beam, align::BeamSpot, reco::BeamSpot::BeamWidthX(), edm::SortedCollection< T, SORT >::begin(), edm::EventBase::bunchCrossing(), reco::BeamSpot::covariance(), reco::BeamSpot::dxdz(), reco::BeamSpot::dydz(), edm::SortedCollection< T, SORT >::end(), edm::EventID::event(), edm::Event::getByToken(), edm::EventBase::id(), edm::InputTag::instance(), edm::HandleBase::isValid(), edm::InputTag::label(), labelBS_, labelEB_, labelEE_, labelHBHE_, labelMuon_, labelVtx_, edm::EventBase::luminosityBlock(), metsig::muon, patZpeak::muons, nAll_, nGood_, reco::BeamSpot::position(), edm::Handle< T >::product(), edm::Event::put(), edm::EventID::run(), select(), reco::BeamSpot::sigmaZ(), tok_BS_, tok_EB_, tok_EE_, tok_HBHE_, tok_Muon_, tok_Vtx_, and reco::BeamSpot::type().
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
private |
Definition at line 245 of file AlCaHBHEMuonProducer.cc.
References relval_2017::k, convertSQLiteXML::ok, AlCaHLTBitMon_ParallelJobs::p, and pMuonMin_.
Referenced by Vispa.Views.LineDecayView.LineDecayContainer::createObject(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::find(), Vispa.Views.LineDecayView.LineDecayContainer::mousePressEvent(), Vispa.Gui.PortConnection.PointToPointConnection::mousePressEvent(), Vispa.Gui.VispaWidget.VispaWidget::mousePressEvent(), produce(), and Vispa.Views.AbstractView.AbstractView::restoreSelection().
|
private |
Definition at line 69 of file AlCaHBHEMuonProducer.cc.
Referenced by AlCaHBHEMuonProducer(), and produce().
|
private |
Definition at line 70 of file AlCaHBHEMuonProducer.cc.
Referenced by AlCaHBHEMuonProducer(), and produce().
|
private |
Definition at line 70 of file AlCaHBHEMuonProducer.cc.
Referenced by AlCaHBHEMuonProducer(), and produce().
|
private |
Definition at line 70 of file AlCaHBHEMuonProducer.cc.
Referenced by AlCaHBHEMuonProducer(), and produce().
|
private |
Definition at line 70 of file AlCaHBHEMuonProducer.cc.
Referenced by AlCaHBHEMuonProducer(), and produce().
|
private |
Definition at line 69 of file AlCaHBHEMuonProducer.cc.
Referenced by AlCaHBHEMuonProducer(), and produce().
|
private |
Definition at line 68 of file AlCaHBHEMuonProducer.cc.
Referenced by endStream(), and produce().
|
private |
Definition at line 68 of file AlCaHBHEMuonProducer.cc.
Referenced by endStream(), and produce().
|
private |
Definition at line 68 of file AlCaHBHEMuonProducer.cc.
Referenced by beginRun(), and endRun().
|
private |
Definition at line 71 of file AlCaHBHEMuonProducer.cc.
Referenced by AlCaHBHEMuonProducer(), and select().
|
private |
Definition at line 73 of file AlCaHBHEMuonProducer.cc.
Referenced by AlCaHBHEMuonProducer(), and produce().
|
private |
Definition at line 75 of file AlCaHBHEMuonProducer.cc.
Referenced by AlCaHBHEMuonProducer(), and produce().
|
private |
Definition at line 76 of file AlCaHBHEMuonProducer.cc.
Referenced by AlCaHBHEMuonProducer(), and produce().
|
private |
Definition at line 77 of file AlCaHBHEMuonProducer.cc.
Referenced by AlCaHBHEMuonProducer(), and produce().
|
private |
Definition at line 78 of file AlCaHBHEMuonProducer.cc.
Referenced by AlCaHBHEMuonProducer(), and produce().
|
private |
Definition at line 74 of file AlCaHBHEMuonProducer.cc.
Referenced by AlCaHBHEMuonProducer(), and produce().