CMS 3D CMS Logo

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

Public Member Functions

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

Detailed Description

Definition at line 173 of file MuonShowerInformationFiller.h.

Member Function Documentation

◆ operator()()

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

Definition at line 174 of file MuonShowerInformationFiller.h.

174  {
175  return hit->globalPosition().perp();
176  }