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

Comparing UserCode/MitAna/TreeMod/src/HLTFwkMod.cc (file contents):
Revision 1.7 by loizides, Mon Mar 23 14:56:07 2009 UTC vs.
Revision 1.8 by loizides, Mon Mar 23 22:15:15 2009 UTC

# Line 147 | Line 147 | Bool_t HLTFwkMod::LoadTriggerTable()
147    if (fCurEnt<0)
148      return kFALSE;
149  
150  if ((fCurEnt==1) && (fHLTTree->GetEntries()==1)) {
151    if (1)
152      SendError(kWarning, "LoadTriggerTable",
153                "Loading trigger table omitted due to a bug fix for Mit_006.");
154    return kTRUE;
155  }
156
150    // delete old tables
151    fTriggers->Delete();
152    fLabels->Delete();
# Line 163 | Line 156 | Bool_t HLTFwkMod::LoadTriggerTable()
156    fHLTLab = 0;
157    Int_t ret = fHLTTree->GetEvent(fCurEnt);
158    if (ret<0 || fHLTTab==0 || fHLTTab==0 ) {
159 <    ::Error("LoadTriggerTable", "Could not get trigger data for next entry (%ld).", fCurEnt);
159 >    SendError(kAbortAnalysis, "LoadTriggerTable",
160 >              "Could not get trigger data for next entry (%ld).", fCurEnt);
161      return kFALSE;
162    }
163  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines