# | Line 71 | Line 71 | CutFlow::fillCutFlow (double w) | |
---|---|---|
71 | ||
72 | cutFlow_->Fill (0.5, w); | |
73 | selection_->Fill (0.5, w); | |
74 | + | minusOne_->Fill (0.5, w); |
75 | for (vector<string>::const_iterator cut = cutNames_.begin (); cut != cutNames_.end (); cut++) | |
76 | { | |
77 | if (cuts_[*cut]) | |
# | Line 92 | Line 93 | CutFlow::fillCutFlow (double w) | |
93 | } | |
94 | if (fillCumulative) | |
95 | { | |
95 | – | minusOne_->Fill (0.5, w); |
96 | for (vector<string>::const_iterator cut = cutNames_.begin (); cut != cutNames_.end (); cut++) | |
97 | { | |
98 | double binCenter = minusOne_->GetBinCenter (cut - cutNames_.begin () + 2); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |