Public Member Functions | |
ClusterCheckerEDProducer (const edm::ParameterSet &iConfig) | |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
~ClusterCheckerEDProducer () override=default | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Attributes | |
ClusterChecker | theClusterCheck |
bool | theSilentOnClusterCheck |
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 9 of file ClusterCheckerEDProducer.cc.
ClusterCheckerEDProducer::ClusterCheckerEDProducer | ( | const edm::ParameterSet & | iConfig | ) |
Definition at line 24 of file ClusterCheckerEDProducer.cc.
|
overridedefault |
|
static |
Definition at line 31 of file ClusterCheckerEDProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addUntracked(), and ClusterChecker::fillDescriptions().
|
override |
Definition at line 39 of file ClusterCheckerEDProducer.cc.
References DEFINE_FWK_MODULE, eostools::move(), edm::Event::put(), theClusterCheck, theSilentOnClusterCheck, and ClusterChecker::tooManyClusters().
|
private |
Definition at line 20 of file ClusterCheckerEDProducer.cc.
Referenced by produce().
|
private |
Definition at line 21 of file ClusterCheckerEDProducer.cc.
Referenced by produce().