#include <PFRecHitQTests.h>
|
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 |
|
| PFRecHitQTestBase ()=default |
|
| PFRecHitQTestBase (const edm::ParameterSet &iConfig, edm::ConsumesCollector &cc) |
|
virtual | ~PFRecHitQTestBase ()=default |
|
Definition at line 49 of file PFRecHitQTests.h.
PFRecHitQTestDBThreshold::PFRecHitQTestDBThreshold |
( |
| ) |
|
|
inline |
Definition at line 53 of file PFRecHitQTests.h.
PFRecHitQTestBase()=default
T getParameter(std::string const &) const
bool applySelectionsToAllCrystals_
edm::ESGetToken< EcalPFRecHitThresholds, EcalPFRecHitThresholdsRcd > threshToken_
Implements PFRecHitQTestBase.
Definition at line 62 of file PFRecHitQTests.h.
References applySelectionsToAllCrystals_, or, and pass().
65 return fullReadOut
or pass(hit);
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::EventIDconst &, edm::Timestampconst & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
bool pass(const reco::PFRecHit &hit)
bool applySelectionsToAllCrystals_
bool PFRecHitQTestDBThreshold::applySelectionsToAllCrystals_ |
|
protected |