CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
MuonFrameRotation Class Referenceabstract

#include <MuonFrameRotation.h>

Inheritance diagram for MuonFrameRotation:
MuonEndcapFrameRotation MuonGEMFrameRotation MuonME0FrameRotation MuonRPCFrameRotation

Public Member Functions

 MuonFrameRotation (const DDCompactView &cpv)
 
 MuonFrameRotation ()
 
virtual Local3DPoint transformPoint (const Local3DPoint &, const G4Step *) const =0
 
virtual ~MuonFrameRotation ()
 

Detailed Description

Author
Arno Straessner, CERN arno..nosp@m.stra.nosp@m.essne.nosp@m.r@ce.nosp@m.rn.ch

Modification: Pedro Arce 31/01/2006 Make it base class of each detector FrameRotation

Definition at line 19 of file MuonFrameRotation.h.

Constructor & Destructor Documentation

MuonFrameRotation::MuonFrameRotation ( const DDCompactView cpv)
inline

Definition at line 21 of file MuonFrameRotation.h.

21 { };
MuonFrameRotation::MuonFrameRotation ( )
inline

Definition at line 22 of file MuonFrameRotation.h.

22 { };
virtual MuonFrameRotation::~MuonFrameRotation ( )
inlinevirtual

Definition at line 23 of file MuonFrameRotation.h.

23 {};

Member Function Documentation

virtual Local3DPoint MuonFrameRotation::transformPoint ( const Local3DPoint ,
const G4Step *   
) const
pure virtual