#include <SUSYBSMAnalysis/MuonSegmentProducer/src/MuonSegmentProducer.cc>
Private Member Functions | |
void | beginJob () override |
void | endJob () override |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
edm::EDGetTokenT< CSCSegmentCollection > | m_cscSegmentToken |
edm::EDGetTokenT< DTRecSegment4DCollection > | m_dtSegmentToken |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
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::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) |
Description: Producer muon segments with global position info to be used in FWLite
Implementation: <Notes on="" implementation>="">
Definition at line 48 of file MuonSegmentProducer.cc.
|
explicit |
Definition at line 64 of file MuonSegmentProducer.cc.
References edm::ParameterSet::getParameter(), m_cscSegmentToken, and m_dtSegmentToken.
|
override |
Definition at line 75 of file MuonSegmentProducer.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 134 of file MuonSegmentProducer.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDProducer.
Definition at line 139 of file MuonSegmentProducer.cc.
References DEFINE_FWK_MODULE.
|
overrideprivate |
Definition at line 86 of file MuonSegmentProducer.cc.
References EnergyCorrector::c, cscSegments_cfi::cscSegments, edmIntegrityCheck::d, edm::EventSetup::get(), edm::Event::getByToken(), DTGeometry::idToDet(), CSCGeometry::idToDet(), m_cscSegmentToken, m_dtSegmentToken, eostools::move(), point, edm::Event::put(), susybsm::MuonSegment::setCSCSegmentRef(), susybsm::MuonSegment::setDTSegmentRef(), susybsm::MuonSegment::setGP(), and GeomDet::toGlobal().
|
private |
Definition at line 58 of file MuonSegmentProducer.cc.
Referenced by MuonSegmentProducer(), and produce().
|
private |
Definition at line 59 of file MuonSegmentProducer.cc.
Referenced by MuonSegmentProducer(), and produce().