File tree 1 file changed +1
-10
lines changed
Validation/MuonIsolation/src
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -543,20 +543,11 @@ void MuIsoValidation::NormalizeHistos() {
543
543
}
544
544
545
545
void MuIsoValidation::FillHistos () {
546
-
547
- int overFlowBin;
548
- double overFlow = 0 ;
549
-
546
+
550
547
// ----------Fill 1D histograms---------------
551
548
for (int var=0 ; var<NUM_VARS; var++){
552
549
h_1D[var]->Fill (theData[var]);
553
550
if (cdCompNeeded[var]) cd_plots[var]->Fill (theData[var]);// right now, this is a regular PDF (just like h_1D)
554
- if (theData[var] > param[var][2 ]) {
555
- // fill the overflow bin
556
- overFlowBin = (int ) param[var][0 ] + 1 ;
557
- overFlow = GetTH1FromMonitorElement (h_1D[var])->GetBinContent (overFlowBin);
558
- GetTH1FromMonitorElement (h_1D[var])->SetBinContent (overFlowBin, overFlow + 1 );
559
- }
560
551
}// Finish 1D
561
552
562
553
// ----------Fill 2D histograms---------------
You can’t perform that action at this time.
0 commit comments