CMS 3D CMS Logo

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

#include <PFRecHitQTests.h>

Inheritance diagram for PFRecHitQTestECAL:
PFRecHitQTestBase

Public Member Functions

void beginEvent (const edm::Event &event, const edm::EventSetup &iSetup) override
 
 PFRecHitQTestECAL ()
 
 PFRecHitQTestECAL (const edm::ParameterSet &iConfig, edm::ConsumesCollector &cc)
 
bool test (reco::PFRecHit &hit, const EcalRecHit &rh, bool &clean, bool fullReadOut) override
 
bool test (reco::PFRecHit &hit, const HBHERecHit &rh, bool &clean) override
 
bool test (reco::PFRecHit &hit, const HFRecHit &rh, bool &clean) override
 
bool test (reco::PFRecHit &hit, const HORecHit &rh, bool &clean) override
 
bool test (reco::PFRecHit &hit, const CaloTower &rh, bool &clean) override
 
bool test (reco::PFRecHit &hit, const HGCRecHit &rh, bool &clean) override
 
- Public Member Functions inherited from PFRecHitQTestBase
 PFRecHitQTestBase ()=default
 
 PFRecHitQTestBase (const edm::ParameterSet &iConfig, edm::ConsumesCollector &cc)
 
virtual ~PFRecHitQTestBase ()=default
 

Protected Attributes

bool skipTTRecoveredHits_
 
double thresholdCleaning_
 
bool timingCleaning_
 
bool topologicalCleaning_
 

Detailed Description

Definition at line 436 of file PFRecHitQTests.h.

Constructor & Destructor Documentation

PFRecHitQTestECAL::PFRecHitQTestECAL ( )
inline

Definition at line 438 of file PFRecHitQTests.h.

438 {}
PFRecHitQTestECAL::PFRecHitQTestECAL ( const edm::ParameterSet iConfig,
edm::ConsumesCollector cc 
)
inline

Definition at line 440 of file PFRecHitQTests.h.

441  : PFRecHitQTestBase(iConfig, cc),
442  thresholdCleaning_(iConfig.getParameter<double>("cleaningThreshold")),
443  timingCleaning_(iConfig.getParameter<bool>("timingCleaning")),
444  topologicalCleaning_(iConfig.getParameter<bool>("topologicalCleaning")),
445  skipTTRecoveredHits_(iConfig.getParameter<bool>("skipTTRecoveredHits")) {}
PFRecHitQTestBase()=default
T getParameter(std::string const &) const
Definition: ParameterSet.h:303

Member Function Documentation

void PFRecHitQTestECAL::beginEvent ( const edm::Event event,
const edm::EventSetup iSetup 
)
inlineoverridevirtual

Implements PFRecHitQTestBase.

Definition at line 447 of file PFRecHitQTests.h.

447 {}
bool PFRecHitQTestECAL::test ( reco::PFRecHit hit,
const EcalRecHit rh,
bool &  clean,
bool  fullReadOut 
)
inlineoverridevirtual

Implements PFRecHitQTestBase.

Definition at line 449 of file PFRecHitQTests.h.

References EcalRecHit::checkFlag(), EcalRecHit::energy(), EcalRecHit::kDiWeird, EcalRecHit::kOutOfTime, EcalRecHit::kTowerRecovered, EcalRecHit::kWeird, or, skipTTRecoveredHits_, thresholdCleaning_, timingCleaning_, and topologicalCleaning_.

449  {
451  clean = true;
452  return false;
453  }
455  clean = true;
456  return false;
457  }
458 
460  clean = true;
461  return false;
462  }
463 
464  return true;
465  }
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventIDconst &, edm::Timestampconst & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
Definition: Activities.doc:12
static void clean(char *s)
bool checkFlag(int flag) const
check if the flag is true
Definition: EcalRecHit.h:187
float energy() const
Definition: EcalRecHit.h:68
bool PFRecHitQTestECAL::test ( reco::PFRecHit hit,
const HBHERecHit rh,
bool &  clean 
)
inlineoverridevirtual

Implements PFRecHitQTestBase.

Definition at line 467 of file PFRecHitQTests.h.

467 { return true; }
bool PFRecHitQTestECAL::test ( reco::PFRecHit hit,
const HFRecHit rh,
bool &  clean 
)
inlineoverridevirtual

Implements PFRecHitQTestBase.

Definition at line 469 of file PFRecHitQTests.h.

469 { return true; }
bool PFRecHitQTestECAL::test ( reco::PFRecHit hit,
const HORecHit rh,
bool &  clean 
)
inlineoverridevirtual

Implements PFRecHitQTestBase.

Definition at line 471 of file PFRecHitQTests.h.

471 { return true; }
bool PFRecHitQTestECAL::test ( reco::PFRecHit hit,
const CaloTower rh,
bool &  clean 
)
inlineoverridevirtual

Implements PFRecHitQTestBase.

Definition at line 473 of file PFRecHitQTests.h.

473 { return true; }
bool PFRecHitQTestECAL::test ( reco::PFRecHit hit,
const HGCRecHit rh,
bool &  clean 
)
inlineoverridevirtual

Implements PFRecHitQTestBase.

Definition at line 475 of file PFRecHitQTests.h.

475 { return true; }

Member Data Documentation

bool PFRecHitQTestECAL::skipTTRecoveredHits_
protected

Definition at line 481 of file PFRecHitQTests.h.

Referenced by test().

double PFRecHitQTestECAL::thresholdCleaning_
protected

Definition at line 478 of file PFRecHitQTests.h.

Referenced by test().

bool PFRecHitQTestECAL::timingCleaning_
protected

Definition at line 479 of file PFRecHitQTests.h.

Referenced by test().

bool PFRecHitQTestECAL::topologicalCleaning_
protected

Definition at line 480 of file PFRecHitQTests.h.

Referenced by test().