4 double minLowHitE,
double minHighHitE,
double TS4TS5EnergyThreshold,
5 std::vector<std::pair<double, double> > &TS4TS5UpperCut,
6 std::vector<std::pair<double, double> > &TS4TS5LowerCut,
7 double minRBXRechitR45E)
18 if(
energy_ > TS4TS5EnergyThreshold)
20 std::vector<float> AllCharge = rbx.
allCharge();
21 double BaseCharge = AllCharge[4] + AllCharge[5];
24 double TS4TS5 = (AllCharge[4] - AllCharge[5]) / BaseCharge;
35 int rbxHitCount = rbx.
numRecHits(minRBXRechitR45E);
45 for(std::vector<reco::HcalNoiseHPD>::const_iterator it1=rbx.
HPDsBegin(); it1!=rbx.
HPDsEnd(); ++it1) {
46 int nhpdhits=it1->numRecHits(minRecHitE);
60 for(std::vector<reco::HcalNoiseHPD>::const_iterator it1=rbx.
HPDsBegin(); it1!=rbx.
HPDsEnd(); ++it1) {
63 float energy=(*it2)->energy();
64 float time=(*it2)->time();
65 if(energy>=minLowHitE) {
71 if(energy>=minHighHitE) {
82 for(std::vector<reco::HcalNoiseHPD>::const_iterator it1=rbx.
HPDsBegin(); it1!=rbx.
HPDsEnd(); ++it1) {
83 double eme=it1->caloTowerEmE();
84 double hade=it1->recHitEnergy(minRecHitE);
85 double emf=(eme+hade)==0 ? 999 : eme/(eme+hade);
94 for(std::vector<reco::HcalNoiseHPD>::const_iterator it1=rbx.
HPDsBegin(); it1!=rbx.
HPDsEnd(); ++it1) {
125 if(iConfig.
existsAs<
int>(
"pMinRBXRechitR45Count"))
129 if(iConfig.
existsAs<
double>(
"pMinRBXRechitR45Fraction"))
133 if(iConfig.
existsAs<
double>(
"pMinRechitR45EnergyFraction"))
149 if(iConfig.
existsAs<std::vector<double> >(
"lRBXRecHitR45Cuts"))
153 double defaultCut[4] = {-999, -999, -999, -999};
168 if(iConfig.
existsAs<std::vector<double> >(
"tRBXRecHitR45Cuts"))
172 double defaultCut[4] = {-999, -999, -999, -999};
344 twrrefset.insert(*it);
346 twrrefset.insert(*it);
350 for(twrrefset_t::const_iterator it=twrrefset.begin(); it!=twrrefset.end(); ++it) {
357 std::vector<std::pair<double, double> > &Cuts,
int Side)
371 if(Charge <= Cuts[0].
first)
374 int IndexLargerThanCharge = -1;
375 for(
int i = 1;
i < (int)Cuts.size();
i++)
377 if(Cuts[
i].first > Charge)
379 IndexLargerThanCharge =
i;
384 double limit = 1000000;
386 if(IndexLargerThanCharge == -1)
387 limit = Cuts[Cuts.size()-1].second;
390 double C1 = Cuts[IndexLargerThanCharge].first;
391 double C2 = Cuts[IndexLargerThanCharge-1].first;
392 double L1 = Cuts[IndexLargerThanCharge].second;
393 double L2 = Cuts[IndexLargerThanCharge-1].second;
395 limit = (Charge - C1) / (C2 - C1) * (L2 - L1) + L1;
398 if(Side > 0 && Discriminant > limit)
400 if(Side < 0 && Discriminant < limit)
bool CheckPassFilter(double Charge, double Discriminant, std::vector< std::pair< double, double > > &Cuts, int Side)
double HPDEMF(void) const
T getParameter(std::string const &) const
int numRecHitsFailR45(double threshold=1.5) const
bool isProblematic(const CommonHcalNoiseRBXData &) const
bool passTightRatio(const CommonHcalNoiseRBXData &) const
double minLowEHitTime(void) const
bool existsAs(std::string const ¶meterName, bool trackiness=true) const
checks if a parameter exists as a given type
float allChargeHighest2TS(unsigned int firstts=4) const
bool passLooseRatio(const CommonHcalNoiseRBXData &) const
bool passTightRBXRechitR45(const CommonHcalNoiseRBXData &) const
double maxHighEHitTime(void) const
bool passTightTiming(const CommonHcalNoiseRBXData &) const
double maxLowEHitTime(void) const
int pMinRBXRechitR45Count_
std::vector< HcalNoiseHPD >::const_iterator HPDsBegin(void) const
std::vector< double > lMinRBXRechitR45Cuts_
double r45EnergyFraction(void) const
int numRecHits(double threshold=1.5) const
std::vector< HcalNoiseHPD >::const_iterator HPDsEnd(void) const
bool passLooseRBXRechitR45(const CommonHcalNoiseRBXData &) const
const_iterator end() const
Termination of iteration.
edm::RefVector< CaloTowerCollection > rbxtowers_
bool passHighLevelNoiseFilter(const CommonHcalNoiseRBXData &) const
const_iterator begin() const
Initialize an iterator over the RefVector.
double RBXEMF(void) const
double caloTowerEmE(void) const
double r45EnergyFraction_
int numRBXHits(void) const
std::set< edm::Ref< CaloTowerCollection >, twrrefcomp > twrrefset_t
CommonHcalNoiseRBXData(const reco::HcalNoiseRBX &rbx, double minRecHitE, double minLowHitE, double minHighHitE, double TS4TS5EnergyThreshold, std::vector< std::pair< double, double > > &TS4TS5UpperCut, std::vector< std::pair< double, double > > &TS4TS5LowerCut, double MinRBXRechitR45E)
bool passLooseZeros(const CommonHcalNoiseRBXData &) const
double pMinRBXRechitR45EnergyFraction_
double recHitEnergy(double theshold=1.5) const
float allChargeTotal(void) const
std::vector< double > tMinRBXRechitR45Cuts_
bool passTightZeros(const CommonHcalNoiseRBXData &) const
double pMinRBXRechitR45Fraction_
bool passRatioThreshold(const CommonHcalNoiseRBXData &) const
void operator()(edm::RefVector< CaloTowerCollection > &v1, const edm::RefVector< CaloTowerCollection > &v2) const
reco::JetExtendedAssociation::JetExtendedData Value
int numHPDNoOtherHits(void) const
bool passZerosThreshold(const CommonHcalNoiseRBXData &) const
bool passLooseNoiseFilter(const CommonHcalNoiseRBXData &) const
HcalNoiseAlgo(const edm::ParameterSet &iConfig)
bool passLooseHits(const CommonHcalNoiseRBXData &) const
int totalZeros(void) const
static std::string join(char **cmd)
void clear()
Clear the vector.
double recHitEnergyFailR45(double threshold=1.5) const
double energy(void) const
bool passLooseTiming(const CommonHcalNoiseRBXData &) const
bool passTightNoiseFilter(const CommonHcalNoiseRBXData &) const
char data[epos_bytes_allocation]
double minHighEHitTime(void) const
void push_back(value_type const &ref)
Add a Ref<C, T> to the RefVector.
bool passEMFThreshold(const CommonHcalNoiseRBXData &) const
const std::vector< float > allCharge(void) const
int numHPDHits(void) const
bool validRatio(void) const
bool passTightHits(const CommonHcalNoiseRBXData &) const
double r45Fraction(void) const