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