CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
RecHitsSortedInPhi::HitWithPhi Class Reference

#include <RecHitsSortedInPhi.h>

Public Member Functions

Hit const & hit () const
 
 HitWithPhi (const Hit &hit)
 
 HitWithPhi (const Hit &hit, float phi)
 
 HitWithPhi (float phi)
 
float phi () const
 

Private Attributes

Hit theHit
 
float thePhi
 

Detailed Description

Definition at line 21 of file RecHitsSortedInPhi.h.

Constructor & Destructor Documentation

RecHitsSortedInPhi::HitWithPhi::HitWithPhi ( const Hit hit)
inline

Definition at line 23 of file RecHitsSortedInPhi.h.

23 : theHit(hit), thePhi(hit->globalPosition().phi()) {}
RecHitsSortedInPhi::HitWithPhi::HitWithPhi ( const Hit hit,
float  phi 
)
inline
RecHitsSortedInPhi::HitWithPhi::HitWithPhi ( float  phi)
inline

Member Function Documentation

Hit const& RecHitsSortedInPhi::HitWithPhi::hit ( ) const
inline

Definition at line 27 of file RecHitsSortedInPhi.h.

References theHit.

float RecHitsSortedInPhi::HitWithPhi::phi ( void  ) const
inline

Member Data Documentation

Hit RecHitsSortedInPhi::HitWithPhi::theHit
private

Definition at line 29 of file RecHitsSortedInPhi.h.

Referenced by hit().

float RecHitsSortedInPhi::HitWithPhi::thePhi
private

Definition at line 30 of file RecHitsSortedInPhi.h.

Referenced by phi().