#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 729 of file PFRecHitQTests.h.
|
inline |
Definition at line 731 of file PFRecHitQTests.h.
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 736 of file PFRecHitQTests.h.
References edm::EventSetup::getHandle(), threshToken_, and ths_.
|
inlineprotected |
Definition at line 758 of file PFRecHitQTests.h.
References reco::PFRecHit::detId(), reco::PFRecHit::energy(), and dtDQMClient_cfg::threshold.
Referenced by test().
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 740 of file PFRecHitQTests.h.
References applySelectionsToAllCrystals_, or, and pass().
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 745 of file PFRecHitQTests.h.
References pass().
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 747 of file PFRecHitQTests.h.
References pass().
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 748 of file PFRecHitQTests.h.
References pass().
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 750 of file PFRecHitQTests.h.
References pass().
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 752 of file PFRecHitQTests.h.
References pass().
|
protected |
Definition at line 755 of file PFRecHitQTests.h.
Referenced by test().
|
private |
Definition at line 764 of file PFRecHitQTests.h.
Referenced by beginEvent().
|
protected |
Definition at line 756 of file PFRecHitQTests.h.
Referenced by beginEvent().