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
 
std::vector< ESProxyIndex > 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
 
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
 
const SiStripQuality_qualityHandle = nullptr
 
edm::ESGetToken< SiStripQuality, SiStripQualityRcd_qualityToken
 
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 wantsInputProcessBlocks ()
 
static bool wantsProcessBlocks ()
 
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 = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
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 52 of file LargeEvents.cc.

Constructor & Destructor Documentation

◆ LargeEvents()

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

Definition at line 85 of file LargeEvents.cc.

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

References edm::ParameterSet::getUntrackedParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.

◆ ~LargeEvents()

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

Definition at line 95 of file LargeEvents.cc.

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

Member Function Documentation

◆ beginJob()

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

Reimplemented from edm::EDFilter.

Definition at line 138 of file LargeEvents.cc.

138 {}

◆ endJob()

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

Reimplemented from edm::EDFilter.

Definition at line 142 of file LargeEvents.cc.

142 {}

◆ filter()

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

Implements edm::EDFilter.

Definition at line 106 of file LargeEvents.cc.

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

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

Member Data Documentation

◆ _absthr

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

Definition at line 65 of file LargeEvents.cc.

◆ _collectionToken

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

Definition at line 64 of file LargeEvents.cc.

◆ _modthr

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

Definition at line 66 of file LargeEvents.cc.

◆ _qualityHandle

template<class T >
const SiStripQuality* LargeEvents< T >::_qualityHandle = nullptr
private

Definition at line 68 of file LargeEvents.cc.

◆ _qualityToken

template<class T >
edm::ESGetToken<SiStripQuality, SiStripQualityRcd> LargeEvents< T >::_qualityToken
private

Definition at line 70 of file LargeEvents.cc.

◆ _qualityWatcher

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

Definition at line 69 of file LargeEvents.cc.

◆ _useQuality

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

Definition at line 67 of file LargeEvents.cc.

edm::ESWatcher::check
bool check(const edm::EventSetup &iSetup)
Definition: ESWatcher.h:52
edm::ESInputTag
Definition: ESInputTag.h:87
LargeEvents::_collectionToken
edm::EDGetTokenT< T > _collectionToken
Definition: LargeEvents.cc:64
edm
HLT enums.
Definition: AlignableModifier.h:19
SiStripQuality::IsModuleBad
bool IsModuleBad(const uint32_t &detid) const
Definition: SiStripQuality.cc:599
LargeEvents::_qualityHandle
const SiStripQuality * _qualityHandle
Definition: LargeEvents.cc:68
edm::ParameterSet::getUntrackedParameter
T getUntrackedParameter(std::string const &, T const &) const
edm::Handle
Definition: AssociativeIterator.h:50
LargeEvents::_absthr
int _absthr
Definition: LargeEvents.cc:65
LargeEvents::_qualityToken
edm::ESGetToken< SiStripQuality, SiStripQualityRcd > _qualityToken
Definition: LargeEvents.cc:70
LargeEvents::_modthr
int _modthr
Definition: LargeEvents.cc:66
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
LogDebug
#define LogDebug(id)
Definition: MessageLogger.h:233
LargeEvents::_qualityWatcher
edm::ESWatcher< SiStripQualityRcd > _qualityWatcher
Definition: LargeEvents.cc:69
iEvent
int iEvent
Definition: GenABIO.cc:224
edm::EventSetup::getData
bool getData(T &iHolder) const
Definition: EventSetup.h:127
LargeEvents::_useQuality
bool _useQuality
Definition: LargeEvents.cc:67
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
edm::EDConsumerBase::esConsumes
auto esConsumes()
Definition: EDConsumerBase.h:202
edm::InputTag
Definition: InputTag.h:15