ATLAS Offline Software
Public Member Functions | List of all members
INextPassFilter Class Referenceabstract

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>

Inheritance diagram for INextPassFilter:
Collaboration diagram for INextPassFilter:

Public Member Functions

virtual bool doNextPass ()=0
 decide whether we need another iteration More...
 
virtual ~INextPassFilter ()
 

Detailed Description

interface to a tool (typically) that decides whether the event loop mgr (typically) need to do another pass over the evts

Author
Paolo Calafiura pcala.nosp@m.fiur.nosp@m.a@lbl.nosp@m..gov - ATLAS Collaboration
Id
INextPassFilter.h,v 1.1 2005-06-10 21:31:23 calaf Exp


Definition at line 15 of file INextPassFilter.h.

Constructor & Destructor Documentation

◆ ~INextPassFilter()

virtual INextPassFilter::~INextPassFilter ( )
inlinevirtual

Definition at line 19 of file INextPassFilter.h.

19 {}

Member Function Documentation

◆ doNextPass()

virtual bool INextPassFilter::doNextPass ( )
pure virtual

decide whether we need another iteration

Implemented in ToyNextPassFilterAlg, and ToyNextPassFilterTool.


The documentation for this class was generated from the following file: