ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/TriggerName.cc
(Generate patch)

Comparing UserCode/MitAna/DataTree/src/TriggerName.cc (file contents):
Revision 1.1 by loizides, Wed Sep 17 04:07:28 2008 UTC vs.
Revision 1.5 by loizides, Tue Mar 24 16:10:16 2009 UTC

# Line 9 | Line 9 | using namespace mithep;
9   //--------------------------------------------------------------------------------------------------
10   void TriggerName::Print(Option_t *opt) const
11   {
12 <  printf("%03d: %s\n", fId, fName.Data());
12 >  // Print trigger id and name.
13 >
14 >  printf("%04d: %s\n", fId, fName.Data());
15   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines