CMS 3D CMS Logo

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

Public Member Functions

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

Detailed Description

Definition at line 158 of file MuonShowerInformationFiller.h.

Member Function Documentation

◆ operator()()

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

Definition at line 159 of file MuonShowerInformationFiller.h.

159  {
160  return hit->globalPosition().barePhi();
161  }