#include <PFRecHitQTests.h>
Public Member Functions | |
void | beginEvent (const edm::Event &event, const edm::EventSetup &iSetup) override |
PFRecHitQTestECALMultiThreshold () | |
PFRecHitQTestECALMultiThreshold (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_ |
bool | endcapGeometrySet_ |
const std::vector< double > | thresholds_ |
Private Attributes | |
edm::ESGetToken< CaloGeometry, CaloGeometryRecord > | geomToken_ |
Definition at line 358 of file PFRecHitQTests.h.
|
inline |
Definition at line 360 of file PFRecHitQTests.h.
|
inline |
Definition at line 362 of file PFRecHitQTests.h.
References edm::errors::Configuration, EcalRingCalibrationTools::N_RING_TOTAL, and thresholds_.
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 373 of file PFRecHitQTests.h.
References DetId::Ecal, EcalEndcap, endcapGeometrySet_, geomToken_, edm::EventSetup::getHandle(), and EcalRingCalibrationTools::setCaloGeometry().
|
inlineprotected |
Definition at line 405 of file PFRecHitQTests.h.
References reco::PFRecHit::detId(), EcalBarrel, endcapGeometrySet_, reco::PFRecHit::energy(), EcalRingCalibrationTools::getRingIndex(), and thresholds_.
Referenced by test().
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 383 of file PFRecHitQTests.h.
References applySelectionsToAllCrystals_, or, and pass().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
protected |
Definition at line 403 of file PFRecHitQTests.h.
Referenced by test().
|
protected |
Definition at line 400 of file PFRecHitQTests.h.
Referenced by beginEvent(), and pass().
|
private |
Definition at line 430 of file PFRecHitQTests.h.
Referenced by beginEvent().
|
protected |
Definition at line 399 of file PFRecHitQTests.h.
Referenced by pass(), and PFRecHitQTestECALMultiThreshold().