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.8 by loizides, Tue May 12 14:21:13 2009 UTC vs.
Revision 1.10 by ceballos, Sun May 24 19:10:43 2009 UTC

# Line 150 | Line 150 | void HLTMod::Process()
150  
151    // take action if accepted
152    ++fNAcceped;
153 +  IncNEventsProcessed();
154    OnAccepted();
155    if (!AddObjThisEvt(fMyTrgObjs)) {
156      SendError(kAbortAnalysis, "Process",
# Line 178 | Line 179 | void HLTMod::SlaveBegin()
179      return;
180    }
181   }
182 +
183 + //--------------------------------------------------------------------------------------------------
184 + void HLTMod::SlaveTerminate()
185 + {
186 +  // Save number of accepted events.
187 +
188 +  SaveNEventsProcessed("hDHLTEvents");
189 + }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines