CMS 3D CMS Logo

List of all members | Public Member Functions | Private Member Functions | Private Attributes
LargeEvents< T > Class Template Reference

#include <DPGAnalysis/SiStripTools/LargeEvents.cc>

Inheritance diagram for LargeEvents< T >:
edm::EDFilter edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

 LargeEvents (const edm::ParameterSet &)
 
 ~LargeEvents () override
 
- Public Member Functions inherited from edm::EDFilter
 EDFilter ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
 ~EDFilter () 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 &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
ESProxyIndex const * esGetTokenIndices (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::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Member Functions

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

Private Attributes

int _absthr
 
edm::EDGetTokenT< T_collectionToken
 
int _modthr
 
edm::ESHandle< SiStripQuality_qualityHandle
 
std::string _qualityLabel
 
edm::ESWatcher< SiStripQualityRcd_qualityWatcher
 
bool _useQuality
 

Additional Inherited Members

- Public Types inherited from edm::EDFilter
typedef EDFilter ModuleType
 
- Public Types inherited from edm::ProducerBase
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::EDFilter
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- Protected Member Functions inherited from edm::ProducerBase
template<class ProductType >
BranchAliasSetterT< ProductType > produces ()
 declare what type of product will make and with which optional label More...
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces ()
 
template<typename ProductType , Transition B>
BranchAliasSetterT< ProductType > produces ()
 
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)
 
template<Transition B>
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 (std::string instanceName)
 
template<typename ProductType , BranchType B>
BranchAliasSetterT< ProductType > produces (std::string instanceName)
 
ProducesCollector producesCollector ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (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 ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
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)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 

Detailed Description

template<class T>
class LargeEvents< T >

Description: templated EDFilter to select events with large number of SiStripDigi or SiStripCluster

Implementation: <Notes on="" implementation>="">

Definition at line 53 of file LargeEvents.cc.

Constructor & Destructor Documentation

◆ LargeEvents()

template<class T >
LargeEvents< T >::LargeEvents ( const edm::ParameterSet iConfig)
explicit

Definition at line 86 of file LargeEvents.cc.

87  : _collectionToken(consumes<T>(iConfig.getParameter<edm::InputTag>("collectionName"))),
88  _absthr(iConfig.getUntrackedParameter<int>("absoluteThreshold")),
89  _modthr(iConfig.getUntrackedParameter<int>("moduleThreshold")),
90  _useQuality(iConfig.getUntrackedParameter<bool>("useQuality", false)),
91  _qualityLabel(iConfig.getUntrackedParameter<std::string>("qualityLabel", "")) {
92  //now do what ever initialization is needed
93 }

◆ ~LargeEvents()

template<class T >
LargeEvents< T >::~LargeEvents ( )
override

Definition at line 96 of file LargeEvents.cc.

96  {
97  // do anything here that needs to be done at desctruction time
98  // (e.g. close files, deallocate resources etc.)
99 }

Member Function Documentation

◆ beginJob()

template<class T >
void LargeEvents< T >::beginJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDFilter.

Definition at line 139 of file LargeEvents.cc.

139 {}

◆ endJob()

template<class T >
void LargeEvents< T >::endJob ( void  )
overrideprivatevirtual

Reimplemented from edm::EDFilter.

Definition at line 143 of file LargeEvents.cc.

143 {}

◆ filter()

template<class T >
bool LargeEvents< T >::filter ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Implements edm::EDFilter.

Definition at line 107 of file LargeEvents.cc.

107  {
108  using namespace edm;
109 
110  if (_useQuality) {
111  if (_qualityWatcher.check(iSetup)) {
113  LogDebug("SiStripQualityUpdated") << "SiStripQuality has changed and it will be updated";
114  }
115  }
116 
117  Handle<T> digis;
118  iEvent.getByToken(_collectionToken, digis);
119 
120  int ndigitot = 0;
121  for (typename T::const_iterator it = digis->begin(); it != digis->end(); it++) {
122  if (!_useQuality || !_qualityHandle->IsModuleBad(it->detId())) {
123  if (_modthr < 0 || int(it->size()) < _modthr) {
124  ndigitot += it->size();
125  }
126  }
127  }
128 
129  if (ndigitot > _absthr) {
130  LogDebug("LargeEventSelected") << "event with " << ndigitot << " digi/cluster selected";
131  return true;
132  }
133 
134  return false;
135 }

References edm::EventSetup::get(), edm::get(), iEvent, and LogDebug.

Member Data Documentation

◆ _absthr

template<class T >
int LargeEvents< T >::_absthr
private

Definition at line 66 of file LargeEvents.cc.

◆ _collectionToken

template<class T >
edm::EDGetTokenT<T> LargeEvents< T >::_collectionToken
private

Definition at line 65 of file LargeEvents.cc.

◆ _modthr

template<class T >
int LargeEvents< T >::_modthr
private

Definition at line 67 of file LargeEvents.cc.

◆ _qualityHandle

template<class T >
edm::ESHandle<SiStripQuality> LargeEvents< T >::_qualityHandle
private

Definition at line 70 of file LargeEvents.cc.

◆ _qualityLabel

template<class T >
std::string LargeEvents< T >::_qualityLabel
private

Definition at line 69 of file LargeEvents.cc.

◆ _qualityWatcher

template<class T >
edm::ESWatcher<SiStripQualityRcd> LargeEvents< T >::_qualityWatcher
private

Definition at line 71 of file LargeEvents.cc.

◆ _useQuality

template<class T >
bool LargeEvents< T >::_useQuality
private

Definition at line 68 of file LargeEvents.cc.

edm::ESWatcher::check
bool check(const edm::EventSetup &iSetup)
Definition: ESWatcher.h:52
LargeEvents::_collectionToken
edm::EDGetTokenT< T > _collectionToken
Definition: LargeEvents.cc:65
edm
HLT enums.
Definition: AlignableModifier.h:19
SiStripQuality::IsModuleBad
bool IsModuleBad(const uint32_t &detid) const
Definition: SiStripQuality.cc:604
edm::ParameterSet::getUntrackedParameter
T getUntrackedParameter(std::string const &, T const &) const
edm::Handle
Definition: AssociativeIterator.h:50
LargeEvents::_absthr
int _absthr
Definition: LargeEvents.cc:66
edm::EventSetup::get
T get() const
Definition: EventSetup.h:73
SiStripQualityRcd
Definition: SiStripDependentRecords.h:56
LargeEvents::_modthr
int _modthr
Definition: LargeEvents.cc:67
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
LogDebug
#define LogDebug(id)
Definition: MessageLogger.h:670
LargeEvents::_qualityWatcher
edm::ESWatcher< SiStripQualityRcd > _qualityWatcher
Definition: LargeEvents.cc:71
iEvent
int iEvent
Definition: GenABIO.cc:224
get
#define get
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
LargeEvents::_qualityHandle
edm::ESHandle< SiStripQuality > _qualityHandle
Definition: LargeEvents.cc:70
LargeEvents::_useQuality
bool _useQuality
Definition: LargeEvents.cc:68
edm::InputTag
Definition: InputTag.h:15
LargeEvents::_qualityLabel
std::string _qualityLabel
Definition: LargeEvents.cc:69