# | 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 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |