ATLAS Offline Software
INextPassFilter.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ATHENAKERNEL_INEXTPASSFILTER_H
6 # define ATHENAKERNEL_INEXTPASSFILTER_H
7 //<<<<<< CLASS DECLARATIONS >>>>>>
16 public:
18  virtual bool doNextPass() = 0;
19  virtual ~INextPassFilter() {}
20 };
21 
22 #endif // ATHENAKERNEL_INEXTPASSFILTER_H
INextPassFilter
interface to a tool (typically) that decides whether the event loop mgr (typically) need to do anothe...
Definition: INextPassFilter.h:15
INextPassFilter::~INextPassFilter
virtual ~INextPassFilter()
Definition: INextPassFilter.h:19
INextPassFilter::doNextPass
virtual bool doNextPass()=0
decide whether we need another iteration