#include <PFRecHitQTests.h>
|
void | beginEvent (const edm::Event &event, const edm::EventSetup &iSetup) override |
|
| PFRecHitQTestECALMultiThreshold () |
|
| PFRecHitQTestECALMultiThreshold (const edm::ParameterSet &iConfig) |
|
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 |
|
| PFRecHitQTestBase ()=default |
|
| PFRecHitQTestBase (const edm::ParameterSet &iConfig) |
|
virtual | ~PFRecHitQTestBase ()=default |
|
Definition at line 352 of file PFRecHitQTests.h.
PFRecHitQTestECALMultiThreshold::PFRecHitQTestECALMultiThreshold |
( |
| ) |
|
|
inline |
PFRecHitQTestECALMultiThreshold::PFRecHitQTestECALMultiThreshold |
( |
const edm::ParameterSet & |
iConfig | ) |
|
|
inline |
bool PFRecHitQTestECALMultiThreshold::pass |
( |
const reco::PFRecHit & |
hit | ) |
|
|
inlineprotected |
bool PFRecHitQTestECALMultiThreshold::test |
( |
reco::PFRecHit & |
hit, |
|
|
const EcalRecHit & |
rh, |
|
|
bool & |
clean, |
|
|
bool |
fullReadOut |
|
) |
| |
|
inlineoverridevirtual |
Implements PFRecHitQTestBase.
Definition at line 377 of file PFRecHitQTests.h.
References or, and PFRecHitQTestThreshold::pass().
381 return fullReadOut
or pass(hit);
bool applySelectionsToAllCrystals_
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventID const &, edm::Timestamp const & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
bool pass(const reco::PFRecHit &hit)
bool PFRecHitQTestECALMultiThreshold::applySelectionsToAllCrystals_ |
|
protected |
bool PFRecHitQTestECALMultiThreshold::endcapGeometrySet_ |
|
protected |
const std::vector<double> PFRecHitQTestECALMultiThreshold::thresholds_ |
|
protected |