#include <IVertexCuts.hh>
Public Member Functions | |
virtual | ~IVertexCuts () |
virtual bool | setEvent (const Event &evt)=0 |
virtual bool | passesCuts () const =0 |
Definition at line 10 of file IVertexCuts.hh.
virtual ForIA::IVertexCuts::~IVertexCuts | ( | ) | [inline, virtual] |
Definition at line 13 of file IVertexCuts.hh.
virtual bool ForIA::IVertexCuts::passesCuts | ( | ) | const [pure virtual] |
Implemented in ForIA::DummyVertexCuts, and ForIA::VertexCuts.
virtual bool ForIA::IVertexCuts::setEvent | ( | const Event & | evt ) | [pure virtual] |
Implemented in ForIA::DummyVertexCuts, and ForIA::VertexCuts.