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

#include <IMaterialMapper.h>

Inheritance diagram for Trk::IMaterialMapper:
Collaboration diagram for Trk::IMaterialMapper:

Public Member Functions

 DeclareInterfaceID (IMaterialMapper, 1, 0)
 Creates the InterfaceID and interfaceID() method. More...
 
virtual ~IMaterialMapper ()
 Virtual destructor. More...
 
virtual void recordMaterialHit (const AssociatedMaterial &amhit, const Amg::Vector3D &projectedPosition) const =0
 Record material hit - while stepping outwards. More...
 
virtual void recordLayerHit (const AssociatedMaterial &amhit, bool full=false) const =0
 Record material hit - if various hits per layer are recorded, full associates to the
More...
 
virtual void recordSurfaceHit (const Amg::Vector2D &locpos, const AssociatedMaterial &amhit) const =0
 Record material hit. More...
 

Detailed Description

Interface class IMaterialMapper

it allows to log the material for single track events for validation purpose

Author
Andre.nosp@m.as.S.nosp@m.alzbu.nosp@m.rger.nosp@m.@cern.nosp@m..ch

Definition at line 37 of file IMaterialMapper.h.

Constructor & Destructor Documentation

◆ ~IMaterialMapper()

virtual Trk::IMaterialMapper::~IMaterialMapper ( )
inlinevirtual

Virtual destructor.

Definition at line 44 of file IMaterialMapper.h.

44 {}

Member Function Documentation

◆ DeclareInterfaceID()

Trk::IMaterialMapper::DeclareInterfaceID ( IMaterialMapper  ,
,
 
)

Creates the InterfaceID and interfaceID() method.

◆ recordLayerHit()

virtual void Trk::IMaterialMapper::recordLayerHit ( const AssociatedMaterial amhit,
bool  full = false 
) const
pure virtual

Record material hit - if various hits per layer are recorded, full associates to the

Implemented in Trk::MaterialMapper.

◆ recordMaterialHit()

virtual void Trk::IMaterialMapper::recordMaterialHit ( const AssociatedMaterial amhit,
const Amg::Vector3D projectedPosition 
) const
pure virtual

Record material hit - while stepping outwards.

Implemented in Trk::MaterialMapper.

◆ recordSurfaceHit()

virtual void Trk::IMaterialMapper::recordSurfaceHit ( const Amg::Vector2D locpos,
const AssociatedMaterial amhit 
) const
pure virtual

Record material hit.

Implemented in Trk::MaterialMapper.


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