![]() |
ATLAS Offline Software
|
#include <ITruthStrategy.h>
Public Member Functions | |
| DeclareInterfaceID (ITruthStrategy, 1, 0) | |
| Creates the InterfaceID and interfaceID() method. | |
| virtual bool | pass (ITruthIncident &incident) const =0 |
| true if the ITruthStrategy implementation applies to the given ITruthIncident | |
| virtual bool | appliesToRegion (unsigned short geoID) const =0 |
| returns true if this truth strategy should be applied to the region indicated by geoID | |
Definition at line 25 of file ITruthStrategy.h.
|
pure virtual |
returns true if this truth strategy should be applied to the region indicated by geoID
| ISF::ITruthStrategy::DeclareInterfaceID | ( | ITruthStrategy | , |
| 1 | , | ||
| 0 | ) |
Creates the InterfaceID and interfaceID() method.
|
pure virtual |
true if the ITruthStrategy implementation applies to the given ITruthIncident