# | 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(); |
189 | + | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |