ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/OSUT3Analysis/AnaTools/src/CutFlow.cc
(Generate patch)

Comparing UserCode/OSUT3Analysis/AnaTools/src/CutFlow.cc (file contents):
Revision 1.6 by ahart, Fri Feb 1 01:05:13 2013 UTC vs.
Revision 1.7 by ahart, Wed Feb 6 00:24:27 2013 UTC

# 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);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines