#include <PFRecHitQTests.h>
|
void | beginEvent (const edm::Event &event, const edm::EventSetup &iSetup) |
|
| PFRecHitQTestHCALTimeVsDepth () |
|
| PFRecHitQTestHCALTimeVsDepth (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 194 of file PFRecHitQTests.h.
PFRecHitQTestHCALTimeVsDepth::PFRecHitQTestHCALTimeVsDepth |
( |
| ) |
|
|
inline |
PFRecHitQTestHCALTimeVsDepth::PFRecHitQTestHCALTimeVsDepth |
( |
const edm::ParameterSet & |
iConfig | ) |
|
|
inline |
Definition at line 200 of file PFRecHitQTests.h.
References edm::ParameterSet::getParameter(), and i.
203 std::vector<edm::ParameterSet> psets = iConfig.
getParameter<std::vector<edm::ParameterSet> >(
"cuts");
204 for (
unsigned int i=0;
i<psets.size();++
i) {
205 depths_.push_back(psets[
i].getParameter<int>(
"depth"));
206 minTimes_.push_back(psets[
i].getParameter<double>(
"minTime"));
207 maxTimes_.push_back(psets[
i].getParameter<double>(
"maxTime"));
208 thresholds_.push_back(psets[
i].getParameter<double>(
"threshold"));
T getParameter(std::string const &) const
std::vector< double > minTimes_
std::vector< double > maxTimes_
std::vector< double > thresholds_
std::vector< int > depths_
bool PFRecHitQTestHCALTimeVsDepth::test |
( |
unsigned |
aDETID, |
|
|
double |
energy, |
|
|
double |
time, |
|
|
bool & |
clean |
|
) |
| |
|
inlineprotected |
Definition at line 243 of file PFRecHitQTests.h.
References HcalDetId::depth(), and i.
std::vector< double > minTimes_
std::vector< double > maxTimes_
std::vector< double > thresholds_
std::vector< int > depths_
std::vector<int> PFRecHitQTestHCALTimeVsDepth::depths_ |
|
protected |
std::vector<double> PFRecHitQTestHCALTimeVsDepth::maxTimes_ |
|
protected |
std::vector<double> PFRecHitQTestHCALTimeVsDepth::minTimes_ |
|
protected |
std::vector<double> PFRecHitQTestHCALTimeVsDepth::thresholds_ |
|
protected |