ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
Trk::ApproachSurfaces Class Reference

#include <IApproachDescriptor.h>

Inheritance diagram for Trk::ApproachSurfaces:
Collaboration diagram for Trk::ApproachSurfaces:

Public Member Functions

 ApproachSurfaces ()
 
 ~ApproachSurfaces ()
 

Public Attributes

elements
 STL member. More...
 

Detailed Description

just implement the delete on the objects

Definition at line 25 of file IApproachDescriptor.h.

Constructor & Destructor Documentation

◆ ApproachSurfaces()

Trk::ApproachSurfaces::ApproachSurfaces ( )
inline

Definition at line 28 of file IApproachDescriptor.h.

28 : std::vector<Surface*>() {}

◆ ~ApproachSurfaces()

Trk::ApproachSurfaces::~ApproachSurfaces ( )
inline

Definition at line 31 of file IApproachDescriptor.h.

31  {
32  for (auto& sf : (*this)) {
33  delete sf;
34  }
35  }

Member Data Documentation

◆ elements

T std::vector< T >::elements
inherited

STL member.


The documentation for this class was generated from the following file:
mapkey::sf
@ sf
Definition: TElectronEfficiencyCorrectionTool.cxx:38