#include <HLTHcalMETNoiseCleaner.h>
Classes | |
struct | noisedatacomp |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::EDFilter | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Private Types | |
typedef std::set < CommonHcalNoiseRBXData, noisedatacomp > | noisedataset_t |
Private Member Functions | |
reco::CaloMET | BuildCaloMet (float sumet, float pt, float phi) |
Private Attributes | |
bool | accept2NoiseRBXEvents_ |
edm::InputTag | CaloMetCollectionTag_ |
double | CaloMetCut_ |
edm::InputTag | HcalNoiseRBXCollectionTag_ |
edm::EDGetTokenT < reco::CaloMETCollection > | m_theCaloMetToken |
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 | minRatio_ |
double | minRBXEnergy_ |
int | minRBXHits_ |
double | minRecHitE_ |
int | minZeros_ |
bool | needEMFCoincidence_ |
int | numRBXsToConsider_ |
int | severity_ |
double | TS4TS5EnergyThreshold_ |
std::vector< std::pair< double, double > > | TS4TS5LowerCut_ |
std::vector< std::pair< double, double > > | TS4TS5UpperCut_ |
Additional Inherited Members | |
Public Types inherited from edm::EDFilter | |
typedef EDFilter | 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 20 of file HLTHcalMETNoiseCleaner.h.
|
private |
Definition at line 66 of file HLTHcalMETNoiseCleaner.h.
|
explicit |
Definition at line 47 of file HLTHcalMETNoiseCleaner.cc.
References CaloMetCollectionTag_, edm::ParameterSet::getParameter(), HcalNoiseRBXCollectionTag_, i, m_theCaloMetToken, m_theHcalNoiseToken, python.multivaluedict::sort(), TS4TS5LowerCut_, and TS4TS5UpperCut_.
HLTHcalMETNoiseCleaner::~HLTHcalMETNoiseCleaner | ( | ) |
Definition at line 92 of file HLTHcalMETNoiseCleaner.cc.
|
private |
Definition at line 328 of file HLTHcalMETNoiseCleaner.cc.
References SpecificCaloMETData::CaloMETInmHF, SpecificCaloMETData::CaloMETInpHF, SpecificCaloMETData::CaloMETPhiInmHF, SpecificCaloMETData::CaloMETPhiInpHF, SpecificCaloMETData::CaloSETInmHF, SpecificCaloMETData::CaloSETInpHF, SpecificCaloMETData::EmEtInEB, SpecificCaloMETData::EmEtInEE, SpecificCaloMETData::EmEtInHF, SpecificCaloMETData::EtFractionEm, SpecificCaloMETData::EtFractionHadronic, SpecificCaloMETData::HadEtInHB, SpecificCaloMETData::HadEtInHE, SpecificCaloMETData::HadEtInHF, SpecificCaloMETData::HadEtInHO, SpecificCaloMETData::MaxEtInEmTowers, SpecificCaloMETData::MaxEtInHadTowers, SpecificCaloMETData::METSignificance, p4, and timingPdfMaker::specific.
Referenced by filter().
|
static |
Definition at line 95 of file HLTHcalMETNoiseCleaner.cc.
References edm::ConfigurationDescriptions::add(), and edm::ParameterSetDescription::add().
|
virtual |
Implements edm::EDFilter.
Definition at line 140 of file HLTHcalMETNoiseCleaner.cc.
References accept2NoiseRBXEvents_, edm::RefVector< C, T, F >::begin(), BuildCaloMet(), CaloMetCut_, data, edm::RefVector< C, T, F >::end(), edm::Event::getByToken(), HcalNoiseRBXCollectionTag_, LogDebug, m_theCaloMetToken, m_theHcalNoiseToken, maxHighEHitTime_, maxRatio_, maxRBXEMF_, minHighEHitTime_, minHighHitE_, minHPDHits_, minHPDNoOtherHits_, minLowHitE_, minRatio_, minRBXEnergy_, minRBXHits_, minRecHitE_, minZeros_, needEMFCoincidence_, numRBXsToConsider_, or, edm::Event::put(), dt_dqm_sourceclient_common_cff::reco, severity_, TS4TS5EnergyThreshold_, TS4TS5LowerCut_, and TS4TS5UpperCut_.
|
private |
Definition at line 38 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter().
|
private |
Definition at line 33 of file HLTHcalMETNoiseCleaner.h.
Referenced by HLTHcalMETNoiseCleaner().
|
private |
Definition at line 34 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter().
|
private |
Definition at line 32 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter(), and HLTHcalMETNoiseCleaner().
|
private |
Definition at line 29 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter(), and HLTHcalMETNoiseCleaner().
|
private |
Definition at line 30 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter(), and HLTHcalMETNoiseCleaner().
|
private |
Definition at line 48 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter().
|
private |
Definition at line 36 of file HLTHcalMETNoiseCleaner.h.
|
private |
Definition at line 42 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter().
|
private |
Definition at line 49 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter().
|
private |
Definition at line 47 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter().
|
private |
Definition at line 52 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter().
|
private |
Definition at line 43 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter().
|
private |
Definition at line 45 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter().
|
private |
Definition at line 52 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter().
|
private |
Definition at line 41 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter().
|
private |
Definition at line 40 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter().
|
private |
Definition at line 44 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter().
|
private |
Definition at line 52 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter().
|
private |
Definition at line 46 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter().
|
private |
Definition at line 39 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter().
|
private |
Definition at line 37 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter().
|
private |
Definition at line 35 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter().
|
private |
Definition at line 54 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter().
|
private |
Definition at line 56 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter(), and HLTHcalMETNoiseCleaner().
|
private |
Definition at line 55 of file HLTHcalMETNoiseCleaner.h.
Referenced by filter(), and HLTHcalMETNoiseCleaner().