ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
Trk::IPRD_TruthTrajectorySelector Class Referenceabstract

The interface for the truth PRD trajectory selector. More...

#include <IPRD_TruthTrajectorySelector.h>

Inheritance diagram for Trk::IPRD_TruthTrajectorySelector:
Collaboration diagram for Trk::IPRD_TruthTrajectorySelector:

Public Member Functions

virtual ~IPRD_TruthTrajectorySelector ()
 Virtual destructor. More...
 
virtual bool pass (const PRD_TruthTrajectory &) const =0
 selector method - boolean indicates if PRD truth trajectory passes or not More...
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 AlgTool interface methods. More...
 

Detailed Description

The interface for the truth PRD trajectory selector.

Author
Andreas.Salzburger -at- cern.ch

Definition at line 30 of file IPRD_TruthTrajectorySelector.h.

Constructor & Destructor Documentation

◆ ~IPRD_TruthTrajectorySelector()

virtual Trk::IPRD_TruthTrajectorySelector::~IPRD_TruthTrajectorySelector ( )
inlinevirtual

Virtual destructor.

Definition at line 34 of file IPRD_TruthTrajectorySelector.h.

34 {}

Member Function Documentation

◆ interfaceID()

static const InterfaceID& Trk::IPRD_TruthTrajectorySelector::interfaceID ( )
inlinestatic

AlgTool interface methods.

Definition at line 37 of file IPRD_TruthTrajectorySelector.h.

37 { return IID_IPRD_TruthTrajectorySelector; }

◆ pass()

virtual bool Trk::IPRD_TruthTrajectorySelector::pass ( const PRD_TruthTrajectory ) const
pure virtual

selector method - boolean indicates if PRD truth trajectory passes or not

Implemented in InDet::PRD_TruthTrajectorySelectorID.


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