ATLAS Offline Software
Loading...
Searching...
No Matches
Trk::IMaterialMapper Class Referenceabstract

Interface class IMaterialMapper. More...

#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.
virtual ~IMaterialMapper ()
 Virtual destructor.
virtual void recordMaterialHit (const AssociatedMaterial &amhit, const Amg::Vector3D &projectedPosition) const =0
 Record material hit - while stepping outwards.
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.
virtual void recordSurfaceHit (const Amg::Vector2D &locpos, const AssociatedMaterial &amhit) const =0
 Record material hit.

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 ,
1 ,
0  )

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: