#include <PFRecHitQTests.h>
Public Member Functions | |
void | beginEvent (const edm::Event &event, const edm::EventSetup &iSetup) override |
PFRecHitQTestDBThreshold () | |
PFRecHitQTestDBThreshold (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< EcalPFRecHitThresholds > | ths_ |
Private Attributes | |
edm::ESGetToken< EcalPFRecHitThresholds, EcalPFRecHitThresholdsRcd > | threshToken_ |
Definition at line 51 of file PFRecHitQTests.h.
|
inline |
Definition at line 53 of file PFRecHitQTests.h.
|
inline |
Definition at line 55 of file PFRecHitQTests.h.
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 60 of file PFRecHitQTests.h.
References edm::EventSetup::getHandle(), threshToken_, and ths_.
|
inlineprotected |
Definition at line 82 of file PFRecHitQTests.h.
References DiMuonV_cfg::threshold.
Referenced by test().
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 64 of file PFRecHitQTests.h.
References applySelectionsToAllCrystals_, or, and pass().
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 69 of file PFRecHitQTests.h.
References pass().
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 71 of file PFRecHitQTests.h.
References pass().
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 72 of file PFRecHitQTests.h.
References pass().
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 74 of file PFRecHitQTests.h.
References pass().
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 76 of file PFRecHitQTests.h.
References pass().
|
protected |
Definition at line 79 of file PFRecHitQTests.h.
Referenced by test().
|
private |
Definition at line 88 of file PFRecHitQTests.h.
Referenced by beginEvent().
|
protected |
Definition at line 80 of file PFRecHitQTests.h.
Referenced by beginEvent().