#include <PFRecHitQTests.h>
|
void | beginEvent (const edm::Event &event, const edm::EventSetup &iSetup) override |
|
| PFRecHitQTestHCALTimeVsDepth () |
|
| PFRecHitQTestHCALTimeVsDepth (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 |
|
|
bool | test (unsigned aDETID, double energy, double time, bool &clean) |
|
Definition at line 199 of file PFRecHitQTests.h.
◆ PFRecHitQTestHCALTimeVsDepth() [1/2]
PFRecHitQTestHCALTimeVsDepth::PFRecHitQTestHCALTimeVsDepth |
( |
| ) |
|
|
inline |
◆ PFRecHitQTestHCALTimeVsDepth() [2/2]
◆ beginEvent()
◆ test() [1/7]
◆ test() [2/7]
◆ test() [3/7]
◆ test() [4/7]
◆ test() [5/7]
◆ test() [6/7]
◆ test() [7/7]
bool PFRecHitQTestHCALTimeVsDepth::test |
( |
unsigned |
aDETID, |
|
|
double |
energy, |
|
|
double |
time, |
|
|
bool & |
clean |
|
) |
| |
|
inlineprotected |
Definition at line 238 of file PFRecHitQTests.h.
References clean(), HcalDetId::depth(), depths_, HCALHighEnergyHPDFilter_cfi::energy, mps_fire::i, maxTimes_, minTimes_, or, thresholds_, and protons_cff::time.
240 for (
unsigned int i = 0;
i <
depths_.size(); ++
i) {
std::vector< double > minTimes_
std::vector< double > maxTimes_
std::vector< double > thresholds_
static void clean(char *s)
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
std::vector< int > depths_
◆ depths_
std::vector<int> PFRecHitQTestHCALTimeVsDepth::depths_ |
|
protected |
◆ maxTimes_
std::vector<double> PFRecHitQTestHCALTimeVsDepth::maxTimes_ |
|
protected |
◆ minTimes_
std::vector<double> PFRecHitQTestHCALTimeVsDepth::minTimes_ |
|
protected |
◆ psets_
◆ thresholds_
std::vector<double> PFRecHitQTestHCALTimeVsDepth::thresholds_ |
|
protected |