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

Comparing UserCode/OSUT3Analysis/AnaTools/interface/CutFlow.h (file contents):
Revision 1.2 by ahart, Fri Sep 7 19:43:16 2012 UTC vs.
Revision 1.3 by ahart, Tue Nov 27 20:54:55 2012 UTC

# Line 29 | Line 29 | class CutFlow
29        bool pass () const;
30        operator boolType () const { return pass () ? &CutFlow::thisTypeDoesNotSupportComparisons : 0; };
31  
32 <      void fillCutFlow ();
32 >      void fillCutFlow (double);
33 >      void fillCutFlow () { fillCutFlow (1.0); };
34        void outputTime ();
35        void outputCutFlow ();
36  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines