#include <GEMPadDigiClusterProducer.h>
Public Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
GEMPadDigiClusterProducer (const edm::ParameterSet &ps) | |
void | produce (edm::Event &, const edm::EventSetup &) override |
~GEMPadDigiClusterProducer () 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 GEMPadDigiCollection &pads, GEMPadDigiClusterCollection &out_clusters) |
Private Attributes | |
const GEMGeometry * | geometry_ |
unsigned int | maxClusters_ |
unsigned int | maxClusterSize_ |
edm::EDGetTokenT< GEMPadDigiCollection > | 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 |
Definition at line 26 of file GEMPadDigiClusterProducer.h.
|
explicit |
Definition at line 14 of file GEMPadDigiClusterProducer.cc.
References edm::ParameterSet::getParameter(), maxClusters_, maxClusterSize_, pad_token_, and pads_.
|
override |
Definition at line 28 of file GEMPadDigiClusterProducer.cc.
|
override |
Definition at line 32 of file GEMPadDigiClusterProducer.cc.
References geometry_, and edm::EventSetup::get().
|
private |
Definition at line 56 of file GEMPadDigiClusterProducer.cc.
References GEMGeometry::chambers(), GetRecoTauVFromDQM_MC_cff::cl, edmIntegrityCheck::d, plotBeamSpotDB::first, geometry_, mps_fire::i, maxClusters_, maxClusterSize_, min(), and edm::second().
Referenced by produce().
|
override |
Definition at line 40 of file GEMPadDigiClusterProducer.cc.
References buildClusters(), edm::Event::getByToken(), eostools::move(), pad_token_, edm::Handle< T >::product(), and edm::Event::put().
|
private |
Definition at line 49 of file GEMPadDigiClusterProducer.h.
Referenced by beginRun(), and buildClusters().
|
private |
Definition at line 46 of file GEMPadDigiClusterProducer.h.
Referenced by buildClusters(), and GEMPadDigiClusterProducer().
|
private |
Definition at line 47 of file GEMPadDigiClusterProducer.h.
Referenced by buildClusters(), and GEMPadDigiClusterProducer().
|
private |
Name of input digi Collection.
Definition at line 43 of file GEMPadDigiClusterProducer.h.
Referenced by GEMPadDigiClusterProducer(), and produce().
|
private |
Definition at line 44 of file GEMPadDigiClusterProducer.h.
Referenced by GEMPadDigiClusterProducer().