ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
IInDetPhysValDecoratorTool Class Reference

#include <IInDetPhysValDecoratorTool.h>

Inheritance diagram for IInDetPhysValDecoratorTool:
Collaboration diagram for IInDetPhysValDecoratorTool:

Public Member Functions

virtual ~IInDetPhysValDecoratorTool ()
 
virtual bool decorateTruth (const xAOD::TruthParticle &, const std::string &) const
 
virtual bool decorateTrack (const xAOD::TrackParticle &, const std::string &) const
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 

Detailed Description

Definition at line 25 of file IInDetPhysValDecoratorTool.h.

Constructor & Destructor Documentation

◆ ~IInDetPhysValDecoratorTool()

virtual IInDetPhysValDecoratorTool::~IInDetPhysValDecoratorTool ( )
inlinevirtual

nop

Definition at line 28 of file IInDetPhysValDecoratorTool.h.

28 {}

Member Function Documentation

◆ decorateTrack()

virtual bool IInDetPhysValDecoratorTool::decorateTrack ( const xAOD::TrackParticle ,
const std::string &   
) const
inlinevirtual

Definition at line 30 of file IInDetPhysValDecoratorTool.h.

30 {return false;}

◆ decorateTruth()

virtual bool IInDetPhysValDecoratorTool::decorateTruth ( const xAOD::TruthParticle ,
const std::string &   
) const
inlinevirtual

Definition at line 29 of file IInDetPhysValDecoratorTool.h.

29 {return false;} //default implementation

◆ interfaceID()

const InterfaceID & IInDetPhysValDecoratorTool::interfaceID ( )
inlinestatic

Definition at line 33 of file IInDetPhysValDecoratorTool.h.

33  {
34  return IID_IInDetPhysValDecoratorTool;
35 }

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