CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
ECALActivity Class Reference

#include <ECALActivity.h>

Inheritance diagram for ECALActivity:
edm::stream::EDFilter<> edm::stream::EDFilterBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 ECALActivity (const edm::ParameterSet &)
 
 ~ECALActivity () override
 
- Public Member Functions inherited from edm::stream::EDFilter<>
 EDFilter ()=default
 
 EDFilter (const EDFilter &)=delete
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginProcessBlocks () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndProcessBlocks () const final
 
bool hasAbilityToProduceInEndRuns () const final
 
const EDFilteroperator= (const EDFilter &)=delete
 
- Public Member Functions inherited from edm::stream::EDFilterBase
 EDFilterBase ()
 
 EDFilterBase (const EDFilterBase &)=delete
 
ModuleDescription const & moduleDescription () const
 
const EDFilterBaseoperator= (const EDFilterBase &)=delete
 
 ~EDFilterBase () override
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
std::vector< edm::ProductResolverIndex > const & indiciesForPutProducts (BranchType iBranchType) const
 
 ProducerBase ()
 
std::vector< edm::ProductResolverIndex > const & putTokenIndexToProductResolverIndex () const
 
std::vector< bool > const & recordProvenanceList () const
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription const &)> registrationCallback () const
 used by the fwk to register list of products More...
 
void resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel)
 
TypeLabelList const & typeLabelList () const
 used by the fwk to register the list of products of this module More...
 
 ~ProducerBase () noexcept(false) override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESResolverIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESResolverIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::array< std::vector< ModuleDescription const *> *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const *> const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProductResolverIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Member Functions

bool filter (edm::Event &, const edm::EventSetup &) override
 

Private Attributes

bool applyfilter
 
int EBnum
 
edm::InputTag EBRecHitCollection_
 
double EBthresh
 
int EEnum
 
edm::InputTag EERecHitCollection_
 
double EEthresh
 
int ETOTnum
 
double ETOTthresh
 

Additional Inherited Members

- Public Types inherited from edm::stream::EDFilter<>
using CacheTypes = CacheContexts< T... >
 
using GlobalCache = typename CacheTypes::GlobalCache
 
using HasAbility = AbilityChecker< T... >
 
using InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache
 
using LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache
 
using LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache >
 
using LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache
 
using RunCache = typename CacheTypes::RunCache
 
using RunContext = RunContextT< RunCache, GlobalCache >
 
using RunSummaryCache = typename CacheTypes::RunSummaryCache
 
- Public Types inherited from edm::stream::EDFilterBase
typedef EDFilterAdaptorBase ModuleType
 
- Public Types inherited from edm::ProducerBase
template<typename T >
using BranchAliasSetterT = ProductRegistryHelper::BranchAliasSetterT< T >
 
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::stream::EDFilterBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::ProducerBase
template<Transition Tr = Transition::Event>
auto produces (std::string instanceName) noexcept
 declare what type of product will make and with which optional label More...
 
template<Transition B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<BranchType B>
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
BranchAliasSetter produces (const TypeID &id, std::string instanceName=std::string(), bool recordProvenance=true)
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<class ProductType >
BranchAliasSetterT< ProductType > produces ()
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces ()
 
template<class ProductType >
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces ()
 
template<Transition Tr = Transition::Event>
auto produces () noexcept
 
ProducesCollector producesCollector ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< Bconsumes (edm::InputTag tag) noexcept
 
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes ()
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag)
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
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)
 
void resetItemsToGetFrom (BranchType iType)
 

Detailed Description

Definition at line 31 of file ECALActivity.h.

Constructor & Destructor Documentation

◆ ECALActivity()

ECALActivity::ECALActivity ( const edm::ParameterSet iConfig)
explicit

Definition at line 32 of file ECALActivity.cc.

References DMR_cfg::applyfilter, bsc_activity_cfg::EBnum, bsc_activity_cfg::EBthresh, bsc_activity_cfg::EEnum, bsc_activity_cfg::EEthresh, bsc_activity_cfg::ETOTnum, bsc_activity_cfg::ETOTthresh, edm::ParameterSet::getParameter(), and edm::ParameterSet::getUntrackedParameter().

32  {
33  EBRecHitCollection_ = iConfig.getParameter<edm::InputTag>("ebrechitcollection");
34  EERecHitCollection_ = iConfig.getParameter<edm::InputTag>("ebrechitcollection");
35 
36  EBnum = iConfig.getUntrackedParameter<int>("EBnum");
37  EBthresh = iConfig.getUntrackedParameter<double>("EBthresh");
38  EEnum = iConfig.getUntrackedParameter<int>("EEnum");
39  EEthresh = iConfig.getUntrackedParameter<double>("EEthresh");
40  ETOTnum = iConfig.getUntrackedParameter<int>("ETOTnum");
41  ETOTthresh = iConfig.getUntrackedParameter<double>("ETOTthresh");
42  applyfilter = iConfig.getUntrackedParameter<bool>("applyfilter", true);
43 }
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
double EBthresh
Definition: ECALActivity.h:43
edm::InputTag EBRecHitCollection_
Definition: ECALActivity.h:39
bool applyfilter
Definition: ECALActivity.h:48
double EEthresh
Definition: ECALActivity.h:45
T getUntrackedParameter(std::string const &, T const &) const
edm::InputTag EERecHitCollection_
Definition: ECALActivity.h:40
double ETOTthresh
Definition: ECALActivity.h:47

◆ ~ECALActivity()

ECALActivity::~ECALActivity ( )
override

Definition at line 45 of file ECALActivity.cc.

45 {}

Member Function Documentation

◆ filter()

bool ECALActivity::filter ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Implements edm::stream::EDFilterBase.

Definition at line 47 of file ECALActivity.cc.

References DMR_cfg::applyfilter, bsc_activity_cfg::EBnum, filterRecHits_cfi::EBRecHits, bsc_activity_cfg::EBthresh, bsc_activity_cfg::EEnum, filterRecHits_cfi::EERecHits, bsc_activity_cfg::EEthresh, bsc_activity_cfg::ETOTnum, bsc_activity_cfg::ETOTthresh, iEvent, edm::HandleBase::isValid(), and edm::Handle< T >::product().

47  {
48  bool accepted = false;
49  bool eb = false;
50  bool ee = false;
51  bool etot = false;
52 
53  //int ievt = iEvent.id().event();
54  //int irun = iEvent.id().run();
55  //int ils = iEvent.luminosityBlock();
56 
57  int ebabovethresh = 0;
58  int eeabovethresh = 0;
59  int etotabovethresh = 0;
60 
61  Handle<EBRecHitCollection> pEBRecHits;
62  Handle<EERecHitCollection> pEERecHits;
63 
64  const EBRecHitCollection* EBRecHits = nullptr;
65  const EERecHitCollection* EERecHits = nullptr;
66 
67  if (!EBRecHitCollection_.label().empty() && !EBRecHitCollection_.instance().empty()) {
68  iEvent.getByLabel(EBRecHitCollection_, pEBRecHits);
69  if (pEBRecHits.isValid()) {
70  EBRecHits = pEBRecHits.product(); // get a ptr to the product
71  } else {
72  edm::LogError("EcalRecHitError") << "Error! can't get the product " << EBRecHitCollection_.label();
73  }
74  }
75 
76  if (!EERecHitCollection_.label().empty() && !EERecHitCollection_.instance().empty()) {
77  iEvent.getByLabel(EERecHitCollection_, pEERecHits);
78 
79  if (pEERecHits.isValid()) {
80  EERecHits = pEERecHits.product(); // get a ptr to the product
81  } else {
82  edm::LogError("EcalRecHitError") << "Error! can't get the product " << EERecHitCollection_.label();
83  }
84  }
85 
86  // now loop over them
87  if (EBRecHits) {
88  for (EBRecHitCollection::const_iterator it = EBRecHits->begin(); it != EBRecHits->end(); ++it) {
89  if (it->energy() > EBthresh)
90  ebabovethresh++;
91  if (it->energy() > ETOTthresh)
92  etotabovethresh++;
93  }
94  }
95  if (EERecHits) {
96  for (EERecHitCollection::const_iterator it = EERecHits->begin(); it != EERecHits->end(); ++it) {
97  if (it->energy() > EEthresh)
98  eeabovethresh++;
99  if (it->energy() > ETOTthresh)
100  etotabovethresh++;
101  }
102  }
103 
104  if (ebabovethresh >= EBnum)
105  eb = true;
106  if (eeabovethresh >= EEnum)
107  ee = true;
108  if (etotabovethresh >= ETOTnum)
109  etot = true;
110 
111  accepted = eb | ee | etot;
112 
113  if (applyfilter)
114  return accepted;
115  else
116  return true;
117 }
double EBthresh
Definition: ECALActivity.h:43
std::string const & instance() const
Definition: InputTag.h:37
T const * product() const
Definition: Handle.h:70
std::vector< EcalRecHit >::const_iterator const_iterator
edm::InputTag EBRecHitCollection_
Definition: ECALActivity.h:39
bool applyfilter
Definition: ECALActivity.h:48
std::string const & label() const
Definition: InputTag.h:36
Log< level::Error, false > LogError
double EEthresh
Definition: ECALActivity.h:45
int iEvent
Definition: GenABIO.cc:224
edm::InputTag EERecHitCollection_
Definition: ECALActivity.h:40
double ETOTthresh
Definition: ECALActivity.h:47
bool isValid() const
Definition: HandleBase.h:70

Member Data Documentation

◆ applyfilter

bool ECALActivity::applyfilter
private

Definition at line 48 of file ECALActivity.h.

◆ EBnum

int ECALActivity::EBnum
private

Definition at line 42 of file ECALActivity.h.

◆ EBRecHitCollection_

edm::InputTag ECALActivity::EBRecHitCollection_
private

Definition at line 39 of file ECALActivity.h.

◆ EBthresh

double ECALActivity::EBthresh
private

Definition at line 43 of file ECALActivity.h.

◆ EEnum

int ECALActivity::EEnum
private

Definition at line 44 of file ECALActivity.h.

◆ EERecHitCollection_

edm::InputTag ECALActivity::EERecHitCollection_
private

Definition at line 40 of file ECALActivity.h.

◆ EEthresh

double ECALActivity::EEthresh
private

Definition at line 45 of file ECALActivity.h.

◆ ETOTnum

int ECALActivity::ETOTnum
private

Definition at line 46 of file ECALActivity.h.

◆ ETOTthresh

double ECALActivity::ETOTthresh
private

Definition at line 47 of file ECALActivity.h.