Public Member Functions | |
ME0MuonConverter (const edm::ParameterSet &) | |
Constructor. More... | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Produce the converted collection. More... | |
~ME0MuonConverter () override | |
Destructor. More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Attributes | |
edm::EDGetTokenT< ME0MuonCollection > | OurMuonsToken_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
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 |
Produces a collection of ME0Segment's in endcap muon ME0s.
Definition at line 66 of file ME0MuonConverter.cc.
|
explicit |
Constructor.
Definition at line 84 of file ME0MuonConverter.cc.
References OurMuonsToken_.
|
override |
|
override |
Produce the converted collection.
Definition at line 94 of file ME0MuonConverter.cc.
References funct::abs(), DEFINE_FWK_MODULE, edm::Event::getByToken(), eostools::move(), OurMuonsToken_, p4, sysUtil::pid, edm::Event::put(), lumiQueryAPI::q, reco::RecoChargedCandidate::setTrack(), and extraflags_cff::vtx.
|
private |
Definition at line 80 of file ME0MuonConverter.cc.
Referenced by ME0MuonConverter(), and produce().