ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/LJMet/Utils/interface/MeanCounter.h
(Generate patch)

Comparing UserCode/LJMet/Utils/interface/MeanCounter.h (file contents):
Revision 1.1 by kukartse, Fri Oct 9 19:56:45 2009 UTC vs.
Revision 1.2 by kukartse, Sat Oct 10 05:26:18 2009 UTC

# Line 13 | Line 13 | class MeanCounter {
13    
14   public:
15    MeanCounter();
16 <  MeanCounter( const char *message, unsigned long int theFirst = 1, unsigned long int theDivider = 100 );
16 >  MeanCounter( const char *message, unsigned long int theFirst = 0, unsigned long int theDivider = 100 );
17    MeanCounter( unsigned long int theFirst, unsigned long int theDivider );
18    ~MeanCounter();
19  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines