#include <PFRecHitQTests.h>
|
void | beginEvent (const edm::Event &event, const edm::EventSetup &iSetup) |
|
| PFRecHitQTestHCALThresholdVsDepth () |
|
| PFRecHitQTestHCALThresholdVsDepth (const edm::ParameterSet &iConfig) |
|
bool | test (reco::PFRecHit &hit, const EcalRecHit &rh, bool &clean) |
|
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) |
|
| PFRecHitQTestBase () |
|
| PFRecHitQTestBase (const edm::ParameterSet &iConfig) |
|
|
bool | test (unsigned aDETID, double energy, double time, bool &clean) |
|
Definition at line 265 of file PFRecHitQTests.h.
PFRecHitQTestHCALThresholdVsDepth::PFRecHitQTestHCALThresholdVsDepth |
( |
| ) |
|
|
inline |
PFRecHitQTestHCALThresholdVsDepth::PFRecHitQTestHCALThresholdVsDepth |
( |
const edm::ParameterSet & |
iConfig | ) |
|
|
inline |
Definition at line 271 of file PFRecHitQTests.h.
References edm::ParameterSet::getParameter(), and i.
274 std::vector<edm::ParameterSet> psets = iConfig.
getParameter<std::vector<edm::ParameterSet> >(
"cuts");
275 for (
unsigned int i=0;
i<psets.size();++
i) {
276 depths_.push_back(psets[
i].getParameter<int>(
"depth"));
277 thresholds_.push_back(psets[
i].getParameter<double>(
"threshold"));
T getParameter(std::string const &) const
std::vector< int > depths_
std::vector< double > thresholds_
bool PFRecHitQTestHCALThresholdVsDepth::test |
( |
unsigned |
aDETID, |
|
|
double |
energy, |
|
|
double |
time, |
|
|
bool & |
clean |
|
) |
| |
|
inlineprotected |
std::vector<int> PFRecHitQTestHCALThresholdVsDepth::depths_ |
|
protected |
std::vector<double> PFRecHitQTestHCALThresholdVsDepth::thresholds_ |
|
protected |