#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 362 of file PFRecHitQTests.h.
|
inline |
Definition at line 364 of file PFRecHitQTests.h.
|
inline |
Definition at line 366 of file PFRecHitQTests.h.
References edm::errors::Configuration, EcalRingCalibrationTools::N_RING_TOTAL, and thresholds_.
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 377 of file PFRecHitQTests.h.
References DetId::Ecal, EcalEndcap, endcapGeometrySet_, geomToken_, edm::EventSetup::getHandle(), CaloGeometry::getSubdetectorGeometry(), and EcalRingCalibrationTools::setCaloGeometry().
|
inlineprotected |
Definition at line 409 of file PFRecHitQTests.h.
References hcalRecHitTable_cff::detId, EcalBarrel, endcapGeometrySet_, EcalRingCalibrationTools::getRingIndex(), and thresholds_.
Referenced by test().
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 387 of file PFRecHitQTests.h.
References applySelectionsToAllCrystals_, or, and pass().
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
protected |
Definition at line 407 of file PFRecHitQTests.h.
Referenced by test().
|
protected |
Definition at line 404 of file PFRecHitQTests.h.
Referenced by beginEvent(), and pass().
|
private |
Definition at line 434 of file PFRecHitQTests.h.
Referenced by beginEvent().
|
protected |
Definition at line 403 of file PFRecHitQTests.h.
Referenced by pass(), and PFRecHitQTestECALMultiThreshold().