#include <MuonCandProducerMon.h>
Public Member Functions | |
MuonCandProducerMon (const edm::ParameterSet &) | |
~MuonCandProducerMon () | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Private Member Functions | |
virtual void | beginJob (void) |
virtual void | endJob () |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
int | verbose () |
Private Attributes | |
edm::InputTag | CSCinput_ |
CSCTFPtLUT * | cscPtLUT_ |
edm::InputTag | DTinput_ |
unsigned long long | m_ptScaleCacheID |
unsigned long long | m_scalesCacheID |
int | verbose_ |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
Definition at line 32 of file MuonCandProducerMon.h.
|
explicit |
Definition at line 10 of file MuonCandProducerMon.cc.
References CSCinput_, cscPtLUT_, DTinput_, edm::ParameterSet::getUntrackedParameter(), m_ptScaleCacheID, m_scalesCacheID, and verbose_.
MuonCandProducerMon::~MuonCandProducerMon | ( | ) |
Definition at line 27 of file MuonCandProducerMon.cc.
|
inlineprivatevirtual |
|
privatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 30 of file MuonCandProducerMon.cc.
References cscPtLUT_.
|
privatevirtual |
Implements edm::EDProducer.
Definition at line 35 of file MuonCandProducerMon.cc.
References edm::ParameterSet::addParameter(), edm::ParameterSet::addUntrackedParameter(), edm::eventsetup::EventSetupRecord::cacheIdentifier(), CSCinput_, cscPtLUT_, csc::L1Track::decodeRank(), DTinput_, edm::EventSetup::get(), edm::Event::getByLabel(), edm::HandleBase::isValid(), m_ptScaleCacheID, m_scalesCacheID, edm::ESHandle< class >::product(), CSCTFPtLUT::Pt(), and edm::Event::put().
|
inlineprivate |
|
private |
Definition at line 50 of file MuonCandProducerMon.h.
Referenced by MuonCandProducerMon(), and produce().
|
private |
Definition at line 52 of file MuonCandProducerMon.h.
Referenced by endJob(), MuonCandProducerMon(), and produce().
|
private |
Definition at line 51 of file MuonCandProducerMon.h.
Referenced by MuonCandProducerMon(), and produce().
|
private |
Definition at line 54 of file MuonCandProducerMon.h.
Referenced by MuonCandProducerMon(), and produce().
|
private |
Definition at line 53 of file MuonCandProducerMon.h.
Referenced by MuonCandProducerMon(), and produce().
|
private |
Definition at line 49 of file MuonCandProducerMon.h.
Referenced by MuonCandProducerMon(), and verbose().