CMS 3D CMS Logo

List of all members | Public Member Functions
MuonShowerInformationFiller::AbsMagTransform Struct Reference

Public Member Functions

double operator() (const MuonTransientTrackingRecHit::MuonRecHitPointer &hit) const
 

Detailed Description

Definition at line 186 of file MuonShowerInformationFiller.h.

Member Function Documentation

◆ operator()()

double MuonShowerInformationFiller::AbsMagTransform::operator() ( const MuonTransientTrackingRecHit::MuonRecHitPointer hit) const
inline

Definition at line 187 of file MuonShowerInformationFiller.h.

187  {
188  return hit->globalPosition().mag();
189  }