# | Line 82 | Line 82 | void HLTMod::BeginRun() | |
---|---|---|
82 | BitMask256 tmask; //trigger mask | |
83 | BitMask256 amask; //bitand mask | |
84 | TString names(fTrigNames.at(i).c_str()); | |
85 | + | |
86 | TObjArray *arr = names.Tokenize("&"); | |
87 | if (arr) { | |
88 | for(Int_t j=0; j<arr->GetEntries(); j++){ | |
# | Line 96 | Line 97 | void HLTMod::BeginRun() | |
97 | } | |
98 | const TriggerName *tn = fTriggers->Get(sptr); | |
99 | if (!tn) { | |
100 | < | Warning("BeginRun", "Trigger %s not found.", tn->Name()); |
100 | > | Warning("BeginRun", "Trigger %s not found.", sptr); |
101 | continue; | |
102 | } | |
103 | UShort_t bit = tn->Id(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |