#include <ME0PadDigiClusterProducer.h>
Public Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
ME0PadDigiClusterProducer (const edm::ParameterSet &ps) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~ME0PadDigiClusterProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Member Functions | |
void | buildClusters (const ME0PadDigiCollection &pads, ME0PadDigiClusterCollection &out_clusters) |
Private Attributes | |
const ME0Geometry * | geometry_ |
unsigned int | maxClusters_ |
unsigned int | maxClusterSize_ |
edm::EDGetTokenT< ME0PadDigiCollection > | pad_token_ |
Name of input digi Collection. More... | |
edm::InputTag | pads_ |
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 GEM pad clusters from at most 8 adjacent GEM pads. Clusters are used downstream in the CSC local trigger to build GEM-CSC triggers and in the muon trigger to build EMTF tracks
Produces ME0 pad clusters from at most 8 adjacent ME0 pads. Clusters are used downstream to build triggers.
Definition at line 25 of file ME0PadDigiClusterProducer.h.
|
explicit |
Definition at line 14 of file ME0PadDigiClusterProducer.cc.
References edm::ParameterSet::getParameter(), maxClusters_, maxClusterSize_, pad_token_, and pads_.
|
override |
Definition at line 28 of file ME0PadDigiClusterProducer.cc.
|
override |
Definition at line 32 of file ME0PadDigiClusterProducer.cc.
References geometry_, and edm::EventSetup::get().
|
private |
Definition at line 56 of file ME0PadDigiClusterProducer.cc.
References GetRecoTauVFromDQM_MC_cff::cl, edmIntegrityCheck::d, plotBeamSpotDB::first, geometry_, mps_fire::i, ME0Geometry::layers(), maxClusters_, maxClusterSize_, min(), and edm::second().
Referenced by produce().
|
override |
Definition at line 40 of file ME0PadDigiClusterProducer.cc.
References buildClusters(), edm::Event::getByToken(), eostools::move(), pad_token_, edm::Handle< T >::product(), and edm::Event::put().
|
private |
Definition at line 48 of file ME0PadDigiClusterProducer.h.
Referenced by beginRun(), and buildClusters().
|
private |
Definition at line 45 of file ME0PadDigiClusterProducer.h.
Referenced by buildClusters(), and ME0PadDigiClusterProducer().
|
private |
Definition at line 46 of file ME0PadDigiClusterProducer.h.
Referenced by buildClusters(), and ME0PadDigiClusterProducer().
|
private |
Name of input digi Collection.
Definition at line 42 of file ME0PadDigiClusterProducer.h.
Referenced by ME0PadDigiClusterProducer(), and produce().
|
private |
Definition at line 43 of file ME0PadDigiClusterProducer.h.
Referenced by ME0PadDigiClusterProducer().