CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Classes | Public Member Functions | Static Public Member Functions | Private Types | Private Attributes
HLTHcalTowerNoiseCleanerWithrechit Class Reference

#include <HLTHcalTowerNoiseCleanerWithrechit.h>

Inheritance diagram for HLTHcalTowerNoiseCleanerWithrechit:
edm::stream::EDProducer<> edm::stream::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Classes

struct  noisedatacomp
 

Public Member Functions

 HLTHcalTowerNoiseCleanerWithrechit (const edm::ParameterSet &)
 
virtual void produce (edm::Event &, const edm::EventSetup &)
 
 ~HLTHcalTowerNoiseCleanerWithrechit ()
 
- 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
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 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< ConsumesInfoconsumesInfo () 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 (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &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_
 
std::vector< double > hltMinRBXRechitR45Cuts_
 
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
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- 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)
 

Detailed Description

Description: HLT filter module for cleaning HCal Noise from MET or MHT

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

Definition at line 23 of file HLTHcalTowerNoiseCleanerWithrechit.h.

Member Typedef Documentation

Definition at line 68 of file HLTHcalTowerNoiseCleanerWithrechit.h.

Constructor & Destructor Documentation

HLTHcalTowerNoiseCleanerWithrechit::HLTHcalTowerNoiseCleanerWithrechit ( const edm::ParameterSet iConfig)
explicit

Definition at line 53 of file HLTHcalTowerNoiseCleanerWithrechit.cc.

HLTHcalTowerNoiseCleanerWithrechit::~HLTHcalTowerNoiseCleanerWithrechit ( )

Definition at line 101 of file HLTHcalTowerNoiseCleanerWithrechit.cc.

Member Function Documentation

void HLTHcalTowerNoiseCleanerWithrechit::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 104 of file HLTHcalTowerNoiseCleanerWithrechit.cc.

void HLTHcalTowerNoiseCleanerWithrechit::produce ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
virtual

Member Data Documentation

edm::InputTag HLTHcalTowerNoiseCleanerWithrechit::HcalNoiseRBXCollectionTag_
private

Definition at line 35 of file HLTHcalTowerNoiseCleanerWithrechit.h.

std::vector<double> HLTHcalTowerNoiseCleanerWithrechit::hltMinRBXRechitR45Cuts_
private

Definition at line 60 of file HLTHcalTowerNoiseCleanerWithrechit.h.

edm::EDGetTokenT<CaloTowerCollection> HLTHcalTowerNoiseCleanerWithrechit::m_theCaloTowerCollectionToken
private

Definition at line 33 of file HLTHcalTowerNoiseCleanerWithrechit.h.

edm::EDGetTokenT<reco::HcalNoiseRBXCollection> HLTHcalTowerNoiseCleanerWithrechit::m_theHcalNoiseToken
private

Definition at line 32 of file HLTHcalTowerNoiseCleanerWithrechit.h.

double HLTHcalTowerNoiseCleanerWithrechit::maxHighEHitTime_
private

Definition at line 49 of file HLTHcalTowerNoiseCleanerWithrechit.h.

int HLTHcalTowerNoiseCleanerWithrechit::maxNumRBXs_
private

Definition at line 38 of file HLTHcalTowerNoiseCleanerWithrechit.h.

double HLTHcalTowerNoiseCleanerWithrechit::maxRatio_
private

Definition at line 43 of file HLTHcalTowerNoiseCleanerWithrechit.h.

double HLTHcalTowerNoiseCleanerWithrechit::maxRBXEMF_
private

Definition at line 50 of file HLTHcalTowerNoiseCleanerWithrechit.h.

double HLTHcalTowerNoiseCleanerWithrechit::minHighEHitTime_
private

Definition at line 48 of file HLTHcalTowerNoiseCleanerWithrechit.h.

double HLTHcalTowerNoiseCleanerWithrechit::minHighHitE_
private

Definition at line 53 of file HLTHcalTowerNoiseCleanerWithrechit.h.

int HLTHcalTowerNoiseCleanerWithrechit::minHPDHits_
private

Definition at line 44 of file HLTHcalTowerNoiseCleanerWithrechit.h.

int HLTHcalTowerNoiseCleanerWithrechit::minHPDNoOtherHits_
private

Definition at line 46 of file HLTHcalTowerNoiseCleanerWithrechit.h.

double HLTHcalTowerNoiseCleanerWithrechit::minLowHitE_
private

Definition at line 53 of file HLTHcalTowerNoiseCleanerWithrechit.h.

double HLTHcalTowerNoiseCleanerWithrechit::minR45HitE_
private

Definition at line 53 of file HLTHcalTowerNoiseCleanerWithrechit.h.

double HLTHcalTowerNoiseCleanerWithrechit::minRatio_
private

Definition at line 42 of file HLTHcalTowerNoiseCleanerWithrechit.h.

double HLTHcalTowerNoiseCleanerWithrechit::minRBXEnergy_
private

Definition at line 41 of file HLTHcalTowerNoiseCleanerWithrechit.h.

int HLTHcalTowerNoiseCleanerWithrechit::minRBXHits_
private

Definition at line 45 of file HLTHcalTowerNoiseCleanerWithrechit.h.

double HLTHcalTowerNoiseCleanerWithrechit::minRecHitE_
private

Definition at line 53 of file HLTHcalTowerNoiseCleanerWithrechit.h.

int HLTHcalTowerNoiseCleanerWithrechit::minZeros_
private

Definition at line 47 of file HLTHcalTowerNoiseCleanerWithrechit.h.

bool HLTHcalTowerNoiseCleanerWithrechit::needEMFCoincidence_
private

Definition at line 40 of file HLTHcalTowerNoiseCleanerWithrechit.h.

int HLTHcalTowerNoiseCleanerWithrechit::numRBXsToConsider_
private

Definition at line 39 of file HLTHcalTowerNoiseCleanerWithrechit.h.

int HLTHcalTowerNoiseCleanerWithrechit::severity_
private

Definition at line 37 of file HLTHcalTowerNoiseCleanerWithrechit.h.

edm::InputTag HLTHcalTowerNoiseCleanerWithrechit::TowerCollectionTag_
private

Definition at line 36 of file HLTHcalTowerNoiseCleanerWithrechit.h.

double HLTHcalTowerNoiseCleanerWithrechit::TS4TS5EnergyThreshold_
private

Definition at line 55 of file HLTHcalTowerNoiseCleanerWithrechit.h.

std::vector<std::pair<double, double> > HLTHcalTowerNoiseCleanerWithrechit::TS4TS5LowerCut_
private

Definition at line 57 of file HLTHcalTowerNoiseCleanerWithrechit.h.

std::vector<std::pair<double, double> > HLTHcalTowerNoiseCleanerWithrechit::TS4TS5UpperCut_
private

Definition at line 56 of file HLTHcalTowerNoiseCleanerWithrechit.h.