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.2 by loizides, Sat Sep 27 06:06:36 2008 UTC vs.
Revision 1.3 by loizides, Mon Dec 1 17:30:01 2008 UTC

# Line 20 | Line 20 | void TriggerTable::Print(Option_t *opt)
20    // Print trigger table content (not ordered!)
21  
22    TIterator *iter = MakeIterator();
23 <  const TriggerName *tn = dynamic_cast<const TriggerName *>(iter->Next());
23 >  const TriggerName *tn = dynamic_cast<const TriggerName*>(iter->Next());
24    while (tn) {
25      tn->Print();
26 <    tn = dynamic_cast<const TriggerName *>(iter->Next());
26 >    tn = dynamic_cast<const TriggerName*>(iter->Next());
27    }
28   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines