#include <PFRecHitQTests.h>
Public Member Functions | |
void | beginEvent (const edm::Event &event, const edm::EventSetup &iSetup) |
PFRecHitQTestThreshold () | |
PFRecHitQTestThreshold (const edm::ParameterSet &iConfig) | |
bool | test (reco::PFRecHit &hit, const EcalRecHit &rh, bool &clean, bool fullReadOut) |
bool | test (reco::PFRecHit &hit, const HBHERecHit &rh, bool &clean) |
bool | test (reco::PFRecHit &hit, const HFRecHit &rh, bool &clean) |
bool | test (reco::PFRecHit &hit, const HORecHit &rh, bool &clean) |
bool | test (reco::PFRecHit &hit, const CaloTower &rh, bool &clean) |
bool | test (reco::PFRecHit &hit, const HGCRecHit &rh, bool &clean) |
Public Member Functions inherited from PFRecHitQTestBase | |
PFRecHitQTestBase () | |
PFRecHitQTestBase (const edm::ParameterSet &iConfig) | |
virtual | ~PFRecHitQTestBase ()=default |
Protected Member Functions | |
bool | pass (const reco::PFRecHit &hit) |
Protected Attributes | |
double | threshold_ |
Definition at line 14 of file PFRecHitQTests.h.
|
inline |
Definition at line 16 of file PFRecHitQTests.h.
|
inline |
Definition at line 20 of file PFRecHitQTests.h.
References edm::ParameterSet::getParameter(), and threshold_.
|
inlinevirtual |
|
inlineprotected |
Definition at line 55 of file PFRecHitQTests.h.
References reco::PFRecHit::energy(), and threshold_.
Referenced by test(), PFRecHitQTestECALMultiThreshold::test(), PFRecHitQTestThresholdInMIPs::test(), and PFRecHitQTestThresholdInThicknessNormalizedMIPs::test().
|
inlinevirtual |
Implements PFRecHitQTestBase.
Definition at line 30 of file PFRecHitQTests.h.
References pass().
Referenced by PFRecHitQTestHCALChannel::test(), PFRecHitQTestHCALTimeVsDepth::test(), and PFRecHitQTestHCALThresholdVsDepth::test().
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
protected |
Definition at line 53 of file PFRecHitQTests.h.
Referenced by pass(), PFRecHitQTestThresholdInMIPs::pass(), PFRecHitQTestThresholdInThicknessNormalizedMIPs::pass(), PFRecHitQTestThreshold(), and PFRecHitQTestThresholdInMIPs::PFRecHitQTestThresholdInMIPs().