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.6 by loizides, Sun Mar 8 12:11:49 2009 UTC vs.
Revision 1.7 by loizides, Tue Mar 24 16:11:16 2009 UTC

# 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();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines