#include <DPGAnalysis/SiStripTools/LargeEvents.cc>
Private Member Functions | |
virtual void | beginJob () override |
virtual void | endJob () override |
virtual 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 | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDFilter | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
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 ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
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) |
Description: templated EDFilter to select events with large number of SiStripDigi or SiStripCluster
Implementation: <Notes on="" implementation>="">
Definition at line 54 of file LargeEvents.cc.
|
explicit |
Definition at line 88 of file LargeEvents.cc.
LargeEvents< T >::~LargeEvents | ( | ) |
Definition at line 101 of file LargeEvents.cc.
|
overrideprivatevirtual |
|
overrideprivatevirtual |
|
overrideprivatevirtual |
Implements edm::EDFilter.
Definition at line 117 of file LargeEvents.cc.
References edm::EventSetup::get(), edm::Event::getByToken(), and LogDebug.
Referenced by Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::filter(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::find(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::setDataAccessor(), and Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::switchCenterView().
|
private |
Definition at line 67 of file LargeEvents.cc.
|
private |
Definition at line 66 of file LargeEvents.cc.
|
private |
Definition at line 68 of file LargeEvents.cc.
|
private |
Definition at line 71 of file LargeEvents.cc.
|
private |
Definition at line 70 of file LargeEvents.cc.
|
private |
Definition at line 72 of file LargeEvents.cc.
|
private |
Definition at line 69 of file LargeEvents.cc.