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.6 by loizides, Mon Mar 23 14:39:52 2009 UTC vs.
Revision 1.7 by loizides, Mon Mar 23 14:56:07 2009 UTC

# Line 118 | Line 118 | void HLTFwkMod::BeginRun()
118  
119    // load trigger table
120    if (runinfo->HltEntry()!=fCurEnt) {
121 <    MDB(kFramework, 1)
121 >    MDB(kAnalysis, 1)
122        Info("BeginRun", "Loading trigger table for run %ld", runinfo->RunNum());
123      
124      fCurEnt = runinfo->HltEntry();
# Line 129 | Line 129 | void HLTFwkMod::BeginRun()
129        return;
130      }
131  
132 <    MDB(kFramework, 2) {
132 >    MDB(kAnalysis, 2) {
133        Info("BeginRun", "Printing tables for run %ld", runinfo->RunNum());
134        cout << " --- Trigger table ---" << endl;
135        fTriggers->Print();
# Line 171 | Line 171 | Bool_t HLTFwkMod::LoadTriggerTable()
171    if (fHLTTab->size()>fNMaxTriggers) {
172      SendError(kAbortAnalysis, "LoadTriggerTable",
173                "Size of trigger table (%ld) larger than maximum (%ld).",
174 <              fHLTTab->Entries(), fNMaxTriggers);
174 >              fHLTTab->size(), fNMaxTriggers);
175      return kFALSE;
176    }
177  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines