ATLAS Offline Software
Public Member Functions | List of all members
Trk::TrackingGeometry::constTransformLayerMap Class Reference
Collaboration diagram for Trk::TrackingGeometry::constTransformLayerMap:

Public Member Functions

std::pair< const Trk::Layer *, int > operator() (const std::pair< Trk::Layer *, int > &in) const
 

Detailed Description

Definition at line 75 of file TrackingGeometry.h.

Member Function Documentation

◆ operator()()

std::pair<const Trk::Layer*, int> Trk::TrackingGeometry::constTransformLayerMap::operator() ( const std::pair< Trk::Layer *, int > &  in) const
inline

Definition at line 78 of file TrackingGeometry.h.

80  {
81  return std::pair<const Trk::Layer*, int>{ in.first, in.second };
82  }

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