CMS 3D CMS Logo

Public Member Functions

MuonFrameRotation Class Reference

#include <MuonFrameRotation.h>

Inheritance diagram for MuonFrameRotation:
MuonEndcapFrameRotation MuonRpcFrameRotation

List of all members.

Public Member Functions

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

Detailed Description

Author:
Arno Straessner, CERN <arno.straessner@cern.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.

{ };
MuonFrameRotation::MuonFrameRotation ( ) [inline]

Definition at line 22 of file MuonFrameRotation.h.

{ };
virtual MuonFrameRotation::~MuonFrameRotation ( ) [inline, virtual]

Definition at line 23 of file MuonFrameRotation.h.

{};

Member Function Documentation

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