#include <PFRecHitQTests.h>
|
void | beginEvent (const edm::Event &event, const edm::EventSetup &iSetup) override |
|
| PFRecHitQTestHCALTimeVsDepth () |
|
| PFRecHitQTestHCALTimeVsDepth (const edm::ParameterSet &iConfig) |
|
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) |
|
virtual | ~PFRecHitQTestBase ()=default |
|
|
bool | test (unsigned aDETID, double energy, double time, bool &clean) |
|
Definition at line 189 of file PFRecHitQTests.h.
PFRecHitQTestHCALTimeVsDepth::PFRecHitQTestHCALTimeVsDepth |
( |
| ) |
|
|
inline |
PFRecHitQTestHCALTimeVsDepth::PFRecHitQTestHCALTimeVsDepth |
( |
const edm::ParameterSet & |
iConfig | ) |
|
|
inline |
Definition at line 193 of file PFRecHitQTests.h.
References edm::ParameterSet::getParameter(), and muonDTDigis_cfi::pset.
194 std::vector<edm::ParameterSet> psets = iConfig.
getParameter<std::vector<edm::ParameterSet> >(
"cuts");
195 for (
auto&
pset : psets) {
196 depths_.push_back(
pset.getParameter<
int>(
"depth"));
T getParameter(std::string const &) const
std::vector< double > minTimes_
std::vector< double > maxTimes_
std::vector< double > thresholds_
PFRecHitQTestBase()=default
std::vector< int > depths_
bool PFRecHitQTestHCALTimeVsDepth::test |
( |
unsigned |
aDETID, |
|
|
double |
energy, |
|
|
double |
time, |
|
|
bool & |
clean |
|
) |
| |
|
inlineprotected |
Definition at line 227 of file PFRecHitQTests.h.
References HcalDetId::depth(), mps_fire::i, and or.
229 for (
unsigned int i = 0;
i <
depths_.size(); ++
i) {
std::vector< double > minTimes_
std::vector< double > maxTimes_
std::vector< double > thresholds_
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_
std::vector<int> PFRecHitQTestHCALTimeVsDepth::depths_ |
|
protected |
std::vector<double> PFRecHitQTestHCALTimeVsDepth::maxTimes_ |
|
protected |
std::vector<double> PFRecHitQTestHCALTimeVsDepth::minTimes_ |
|
protected |
std::vector<double> PFRecHitQTestHCALTimeVsDepth::thresholds_ |
|
protected |