CMS 3D CMS Logo

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

#include <HBHEIsolatedNoiseReflagger.h>

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

Public Member Functions

 HBHEIsolatedNoiseReflagger (const edm::ParameterSet &)
 
 ~HBHEIsolatedNoiseReflagger ()
 
- 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 ()
 

Private Member Functions

void DumpHBHEHitMap (std::vector< HBHEHitMap > &i) const
 
virtual void produce (edm::Event &, const edm::EventSetup &) override
 

Private Attributes

bool debug_
 
double LooseDiHitEne_
 
double LooseEcalIsol_
 
double LooseHcalIsol_
 
double LooseHPDEne1_
 
double LooseHPDEne2_
 
int LooseHPDHits1_
 
int LooseHPDHits2_
 
double LooseMonoHitEne_
 
double LooseRBXEne1_
 
double LooseRBXEne2_
 
int LooseRBXHits1_
 
int LooseRBXHits2_
 
double LooseTrackIsol_
 
ObjectValidator objvalidator_
 
double RBXEneThreshold_
 
double TightDiHitEne_
 
double TightEcalIsol_
 
double TightHcalIsol_
 
double TightHPDEne1_
 
double TightHPDEne2_
 
int TightHPDHits1_
 
int TightHPDHits2_
 
double TightMonoHitEne_
 
double TightRBXEne1_
 
double TightRBXEne2_
 
int TightRBXHits1_
 
int TightRBXHits2_
 
double TightTrackIsol_
 
edm::EDGetTokenT
< EcalRecHitCollection
tok_EB_
 
edm::EDGetTokenT
< EcalRecHitCollection
tok_EE_
 
edm::EDGetTokenT
< HBHERecHitCollection
tok_hbhe_
 
edm::EDGetTokenT< std::vector
< reco::TrackExtrapolation > > 
tok_trackExt_
 

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
 
- Static Public Member Functions inherited from edm::stream::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- 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

Definition at line 19 of file HBHEIsolatedNoiseReflagger.h.

Constructor & Destructor Documentation

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

Definition at line 24 of file HBHEIsolatedNoiseReflagger.cc.

HBHEIsolatedNoiseReflagger::~HBHEIsolatedNoiseReflagger ( )

Definition at line 70 of file HBHEIsolatedNoiseReflagger.cc.

Member Function Documentation

void HBHEIsolatedNoiseReflagger::DumpHBHEHitMap ( std::vector< HBHEHitMap > &  i) const
private

Definition at line 246 of file HBHEIsolatedNoiseReflagger.cc.

void HBHEIsolatedNoiseReflagger::produce ( edm::Event iEvent,
const edm::EventSetup evSetup 
)
overrideprivatevirtual

Implements edm::stream::EDProducerBase.

Definition at line 76 of file HBHEIsolatedNoiseReflagger.cc.

Member Data Documentation

bool HBHEIsolatedNoiseReflagger::debug_
private

Definition at line 58 of file HBHEIsolatedNoiseReflagger.h.

double HBHEIsolatedNoiseReflagger::LooseDiHitEne_
private

Definition at line 51 of file HBHEIsolatedNoiseReflagger.h.

double HBHEIsolatedNoiseReflagger::LooseEcalIsol_
private

Definition at line 37 of file HBHEIsolatedNoiseReflagger.h.

double HBHEIsolatedNoiseReflagger::LooseHcalIsol_
private

Definition at line 36 of file HBHEIsolatedNoiseReflagger.h.

double HBHEIsolatedNoiseReflagger::LooseHPDEne1_
private

Definition at line 47 of file HBHEIsolatedNoiseReflagger.h.

double HBHEIsolatedNoiseReflagger::LooseHPDEne2_
private

Definition at line 47 of file HBHEIsolatedNoiseReflagger.h.

int HBHEIsolatedNoiseReflagger::LooseHPDHits1_
private

Definition at line 48 of file HBHEIsolatedNoiseReflagger.h.

int HBHEIsolatedNoiseReflagger::LooseHPDHits2_
private

Definition at line 48 of file HBHEIsolatedNoiseReflagger.h.

double HBHEIsolatedNoiseReflagger::LooseMonoHitEne_
private

Definition at line 53 of file HBHEIsolatedNoiseReflagger.h.

double HBHEIsolatedNoiseReflagger::LooseRBXEne1_
private

Definition at line 43 of file HBHEIsolatedNoiseReflagger.h.

double HBHEIsolatedNoiseReflagger::LooseRBXEne2_
private

Definition at line 43 of file HBHEIsolatedNoiseReflagger.h.

int HBHEIsolatedNoiseReflagger::LooseRBXHits1_
private

Definition at line 44 of file HBHEIsolatedNoiseReflagger.h.

int HBHEIsolatedNoiseReflagger::LooseRBXHits2_
private

Definition at line 44 of file HBHEIsolatedNoiseReflagger.h.

double HBHEIsolatedNoiseReflagger::LooseTrackIsol_
private

Definition at line 38 of file HBHEIsolatedNoiseReflagger.h.

ObjectValidator HBHEIsolatedNoiseReflagger::objvalidator_
private

Definition at line 61 of file HBHEIsolatedNoiseReflagger.h.

double HBHEIsolatedNoiseReflagger::RBXEneThreshold_
private

Definition at line 56 of file HBHEIsolatedNoiseReflagger.h.

double HBHEIsolatedNoiseReflagger::TightDiHitEne_
private

Definition at line 52 of file HBHEIsolatedNoiseReflagger.h.

double HBHEIsolatedNoiseReflagger::TightEcalIsol_
private

Definition at line 40 of file HBHEIsolatedNoiseReflagger.h.

double HBHEIsolatedNoiseReflagger::TightHcalIsol_
private

Definition at line 39 of file HBHEIsolatedNoiseReflagger.h.

double HBHEIsolatedNoiseReflagger::TightHPDEne1_
private

Definition at line 49 of file HBHEIsolatedNoiseReflagger.h.

double HBHEIsolatedNoiseReflagger::TightHPDEne2_
private

Definition at line 49 of file HBHEIsolatedNoiseReflagger.h.

int HBHEIsolatedNoiseReflagger::TightHPDHits1_
private

Definition at line 50 of file HBHEIsolatedNoiseReflagger.h.

int HBHEIsolatedNoiseReflagger::TightHPDHits2_
private

Definition at line 50 of file HBHEIsolatedNoiseReflagger.h.

double HBHEIsolatedNoiseReflagger::TightMonoHitEne_
private

Definition at line 54 of file HBHEIsolatedNoiseReflagger.h.

double HBHEIsolatedNoiseReflagger::TightRBXEne1_
private

Definition at line 45 of file HBHEIsolatedNoiseReflagger.h.

double HBHEIsolatedNoiseReflagger::TightRBXEne2_
private

Definition at line 45 of file HBHEIsolatedNoiseReflagger.h.

int HBHEIsolatedNoiseReflagger::TightRBXHits1_
private

Definition at line 46 of file HBHEIsolatedNoiseReflagger.h.

int HBHEIsolatedNoiseReflagger::TightRBXHits2_
private

Definition at line 46 of file HBHEIsolatedNoiseReflagger.h.

double HBHEIsolatedNoiseReflagger::TightTrackIsol_
private

Definition at line 41 of file HBHEIsolatedNoiseReflagger.h.

edm::EDGetTokenT<EcalRecHitCollection> HBHEIsolatedNoiseReflagger::tok_EB_
private

Definition at line 32 of file HBHEIsolatedNoiseReflagger.h.

edm::EDGetTokenT<EcalRecHitCollection> HBHEIsolatedNoiseReflagger::tok_EE_
private

Definition at line 33 of file HBHEIsolatedNoiseReflagger.h.

edm::EDGetTokenT<HBHERecHitCollection> HBHEIsolatedNoiseReflagger::tok_hbhe_
private

Definition at line 31 of file HBHEIsolatedNoiseReflagger.h.

edm::EDGetTokenT<std::vector<reco::TrackExtrapolation> > HBHEIsolatedNoiseReflagger::tok_trackExt_
private

Definition at line 34 of file HBHEIsolatedNoiseReflagger.h.