ATLAS Offline Software
|
interface to a tool (typically) that decides whether the event loop mgr (typically) need to do another pass over the evts More...
#include <INextPassFilter.h>
Public Member Functions | |
virtual bool | doNextPass ()=0 |
decide whether we need another iteration More... | |
virtual | ~INextPassFilter () |
interface to a tool (typically) that decides whether the event loop mgr (typically) need to do another pass over the evts
Definition at line 15 of file INextPassFilter.h.
|
inlinevirtual |
Definition at line 19 of file INextPassFilter.h.
|
pure virtual |
decide whether we need another iteration
Implemented in ToyNextPassFilterAlg, and ToyNextPassFilterTool.