#include <PFRecHitQTests.h>
|
void | beginEvent (const edm::Event &event, const edm::EventSetup &iSetup) override |
|
| PFRecHitQTestHCALThresholdVsDepth () |
|
| PFRecHitQTestHCALThresholdVsDepth (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 256 of file PFRecHitQTests.h.
◆ PFRecHitQTestHCALThresholdVsDepth() [1/2]
PFRecHitQTestHCALThresholdVsDepth::PFRecHitQTestHCALThresholdVsDepth |
( |
| ) |
|
|
inline |
◆ PFRecHitQTestHCALThresholdVsDepth() [2/2]
Definition at line 260 of file PFRecHitQTests.h.
References depths_, detector_, Exception, muonDTDigis_cfi::pset, psets_, and thresholds_.
263 depths_.push_back(
pset.getParameter<std::vector<int>>(
"depth"));
264 thresholds_.push_back(
pset.getParameter<std::vector<double>>(
"threshold"));
267 throw cms::Exception(
"InvalidPFRecHitThreshold") <<
"PFRecHitThreshold mismatch with the numbers of depths";
T getParameter(std::string const &) const
std::vector< int > detector_
PFRecHitQTestBase()=default
std::vector< edm::ParameterSet > psets_
std::vector< std::vector< double > > thresholds_
std::vector< std::vector< int > > depths_
◆ beginEvent()
◆ test() [1/7]
bool PFRecHitQTestHCALThresholdVsDepth::test |
( |
reco::PFRecHit & |
hit, |
|
|
const EcalRecHit & |
rh, |
|
|
bool & |
clean, |
|
|
bool |
fullReadOut |
|
) |
| |
|
inlineoverridevirtual |
◆ test() [2/7]
◆ test() [3/7]
◆ test() [4/7]
◆ test() [5/7]
◆ test() [6/7]
◆ test() [7/7]
bool PFRecHitQTestHCALThresholdVsDepth::test |
( |
unsigned |
aDETID, |
|
|
double |
energy, |
|
|
double |
time, |
|
|
bool & |
clean |
|
) |
| |
|
inlineprotected |
◆ depths_
std::vector<std::vector<int> > PFRecHitQTestHCALThresholdVsDepth::depths_ |
|
protected |
◆ detector_
std::vector<int> PFRecHitQTestHCALThresholdVsDepth::detector_ |
|
protected |
◆ psets_
◆ thresholds_
std::vector<std::vector<double> > PFRecHitQTestHCALThresholdVsDepth::thresholds_ |
|
protected |