#include <HLTHcalTowerNoiseCleaner.h>
Classes | |
struct | noisedatacomp |
Public Member Functions | |
HLTHcalTowerNoiseCleaner (const edm::ParameterSet &) | |
virtual void | produce (edm::Event &, const edm::EventSetup &) |
~HLTHcalTowerNoiseCleaner () | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
Public Member Functions inherited from edm::stream::EDProducerBase | |
EDProducerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDProducerBase () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Types | |
typedef std::set < CommonHcalNoiseRBXData, noisedatacomp > | noisedataset_t |
Private Attributes | |
edm::InputTag | HcalNoiseRBXCollectionTag_ |
edm::EDGetTokenT < CaloTowerCollection > | m_theCaloTowerCollectionToken |
edm::EDGetTokenT < reco::HcalNoiseRBXCollection > | m_theHcalNoiseToken |
double | maxHighEHitTime_ |
int | maxNumRBXs_ |
double | maxRatio_ |
double | maxRBXEMF_ |
double | minHighEHitTime_ |
double | minHighHitE_ |
int | minHPDHits_ |
int | minHPDNoOtherHits_ |
double | minLowHitE_ |
double | minR45HitE_ |
double | minRatio_ |
double | minRBXEnergy_ |
int | minRBXHits_ |
double | minRecHitE_ |
int | minZeros_ |
bool | needEMFCoincidence_ |
int | numRBXsToConsider_ |
int | severity_ |
edm::InputTag | TowerCollectionTag_ |
double | TS4TS5EnergyThreshold_ |
std::vector< std::pair< double, double > > | TS4TS5LowerCut_ |
std::vector< std::pair< double, double > > | TS4TS5UpperCut_ |
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 |
Public Types inherited from edm::stream::EDProducerBase | |
typedef EDProducerAdaptorBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
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: HLT filter module for cleaning HCal Noise from MET or MHT
Implementation: <Notes on="" implementation>="">
Definition at line 23 of file HLTHcalTowerNoiseCleaner.h.
|
private |
Definition at line 65 of file HLTHcalTowerNoiseCleaner.h.
|
explicit |
Definition at line 50 of file HLTHcalTowerNoiseCleaner.cc.
References edm::ParameterSet::existsAs(), edm::ParameterSet::getParameter(), HcalNoiseRBXCollectionTag_, i, m_theCaloTowerCollectionToken, m_theHcalNoiseToken, minR45HitE_, python.multivaluedict::sort(), TowerCollectionTag_, TS4TS5LowerCut_, and TS4TS5UpperCut_.
HLTHcalTowerNoiseCleaner::~HLTHcalTowerNoiseCleaner | ( | ) |
Definition at line 97 of file HLTHcalTowerNoiseCleaner.cc.
|
static |
Definition at line 100 of file HLTHcalTowerNoiseCleaner.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), HLT_25ns14e33_v1_cff::InputTag, HLT_25ns14e33_v1_cff::TS4TS5LowerCut, HLT_25ns14e33_v1_cff::TS4TS5LowerThreshold, HLT_25ns14e33_v1_cff::TS4TS5UpperCut, and HLT_25ns14e33_v1_cff::TS4TS5UpperThreshold.
|
virtual |
Implements edm::stream::EDProducerBase.
Definition at line 145 of file HLTHcalTowerNoiseCleaner.cc.
References edm::RefVector< C, T, F >::begin(), ztail::d, data, edm::RefVector< C, T, F >::end(), edm::Event::getByToken(), HcalNoiseRBXCollectionTag_, CaloTower::id(), edm::Ref< C, T, F >::id(), LogDebug, m_theCaloTowerCollectionToken, m_theHcalNoiseToken, maxHighEHitTime_, maxRatio_, maxRBXEMF_, minHighEHitTime_, minHighHitE_, minHPDHits_, minHPDNoOtherHits_, minLowHitE_, minR45HitE_, minRatio_, minRBXEnergy_, minRBXHits_, minRecHitE_, minZeros_, needEMFCoincidence_, edm::Event::put(), dt_dqm_sourceclient_common_cff::reco, severity_, TS4TS5EnergyThreshold_, TS4TS5LowerCut_, and TS4TS5UpperCut_.
|
private |
Definition at line 35 of file HLTHcalTowerNoiseCleaner.h.
Referenced by HLTHcalTowerNoiseCleaner(), and produce().
|
private |
Definition at line 33 of file HLTHcalTowerNoiseCleaner.h.
Referenced by HLTHcalTowerNoiseCleaner(), and produce().
|
private |
Definition at line 32 of file HLTHcalTowerNoiseCleaner.h.
Referenced by HLTHcalTowerNoiseCleaner(), and produce().
|
private |
Definition at line 49 of file HLTHcalTowerNoiseCleaner.h.
Referenced by produce().
|
private |
Definition at line 38 of file HLTHcalTowerNoiseCleaner.h.
|
private |
Definition at line 43 of file HLTHcalTowerNoiseCleaner.h.
Referenced by produce().
|
private |
Definition at line 50 of file HLTHcalTowerNoiseCleaner.h.
Referenced by produce().
|
private |
Definition at line 48 of file HLTHcalTowerNoiseCleaner.h.
Referenced by produce().
|
private |
Definition at line 53 of file HLTHcalTowerNoiseCleaner.h.
Referenced by produce().
|
private |
Definition at line 44 of file HLTHcalTowerNoiseCleaner.h.
Referenced by produce().
|
private |
Definition at line 46 of file HLTHcalTowerNoiseCleaner.h.
Referenced by produce().
|
private |
Definition at line 53 of file HLTHcalTowerNoiseCleaner.h.
Referenced by produce().
|
private |
Definition at line 53 of file HLTHcalTowerNoiseCleaner.h.
Referenced by HLTHcalTowerNoiseCleaner(), and produce().
|
private |
Definition at line 42 of file HLTHcalTowerNoiseCleaner.h.
Referenced by produce().
|
private |
Definition at line 41 of file HLTHcalTowerNoiseCleaner.h.
Referenced by produce().
|
private |
Definition at line 45 of file HLTHcalTowerNoiseCleaner.h.
Referenced by produce().
|
private |
Definition at line 53 of file HLTHcalTowerNoiseCleaner.h.
Referenced by produce().
|
private |
Definition at line 47 of file HLTHcalTowerNoiseCleaner.h.
Referenced by produce().
|
private |
Definition at line 40 of file HLTHcalTowerNoiseCleaner.h.
Referenced by produce().
|
private |
Definition at line 39 of file HLTHcalTowerNoiseCleaner.h.
|
private |
Definition at line 37 of file HLTHcalTowerNoiseCleaner.h.
Referenced by produce().
|
private |
Definition at line 36 of file HLTHcalTowerNoiseCleaner.h.
Referenced by HLTHcalTowerNoiseCleaner().
|
private |
Definition at line 55 of file HLTHcalTowerNoiseCleaner.h.
Referenced by produce().
|
private |
Definition at line 57 of file HLTHcalTowerNoiseCleaner.h.
Referenced by HLTHcalTowerNoiseCleaner(), and produce().
|
private |
Definition at line 56 of file HLTHcalTowerNoiseCleaner.h.
Referenced by HLTHcalTowerNoiseCleaner(), and produce().