#include <PFRecHitQTests.h>
Public Member Functions | |
void | beginEvent (const edm::Event &event, const edm::EventSetup &iSetup) override |
PFRecHitQTestDBSeedingThreshold (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 Member Functions | |
bool | pass (const reco::PFRecHit &hit) |
Protected Attributes | |
bool | applySelectionsToAllCrystals_ |
edm::ESHandle< EcalPFSeedingThresholds > | ths_ |
Private Attributes | |
edm::ESGetToken< EcalPFSeedingThresholds, EcalPFSeedingThresholdsRcd > | threshToken_ |
Definition at line 733 of file PFRecHitQTests.h.
|
inline |
Definition at line 735 of file PFRecHitQTests.h.
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 740 of file PFRecHitQTests.h.
References edm::EventSetup::getHandle(), threshToken_, and ths_.
|
inlineprotected |
Definition at line 762 of file PFRecHitQTests.h.
References remoteMonitoring_LASER_era2018_cfg::threshold.
Referenced by test().
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 744 of file PFRecHitQTests.h.
References applySelectionsToAllCrystals_, or, and pass().
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 749 of file PFRecHitQTests.h.
References pass().
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 751 of file PFRecHitQTests.h.
References pass().
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 752 of file PFRecHitQTests.h.
References pass().
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 754 of file PFRecHitQTests.h.
References pass().
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 756 of file PFRecHitQTests.h.
References pass().
|
protected |
Definition at line 759 of file PFRecHitQTests.h.
Referenced by test().
|
private |
Definition at line 768 of file PFRecHitQTests.h.
Referenced by beginEvent().
|
protected |
Definition at line 760 of file PFRecHitQTests.h.
Referenced by beginEvent().