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

Comparing UserCode/MitAna/TreeMod/src/HLTMod.cc (file contents):
Revision 1.2 by loizides, Thu Oct 23 17:02:16 2008 UTC vs.
Revision 1.3 by loizides, Thu Oct 23 18:25:27 2008 UTC

# Line 62 | Line 62 | void HLTMod::AddTrigObjs(UInt_t tid)
62        continue; // excluded trigger bit (ie a !trgname)
63  
64      const TList *list = fTrigObjs->GetList(i);
65 <    if (list) {
66 <      TIterator *iter = list->MakeIterator();
67 <      if (iter) {
68 <        TriggerObject *to = dynamic_cast<TriggerObject *>(iter->Next());
69 <        while (to) {
70 <          fMyTrgObjs->Add(to);
71 <          to = dynamic_cast<TriggerObject *>(iter->Next());
72 <        }
73 <      }
74 <    }
65 >    fMyTrgObjs->Add(list);    
66      fBitsDone.SetBit(i);
67    }
68   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines