CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/SimG4CMS/Muon/interface/MuonEndcapFrameRotation.h

Go to the documentation of this file.
00001 #ifndef MuonEndcapFrameRotation_H
00002 #define MuonEndcapFrameRotation_H
00003 
00014 #include "SimG4CMS/Muon/interface/MuonFrameRotation.h"
00015 
00016 #include "G4Step.hh"
00017 
00018 class MuonEndcapFrameRotation : public MuonFrameRotation {
00019  public:
00020   virtual ~MuonEndcapFrameRotation() {};
00021   virtual Local3DPoint transformPoint(Local3DPoint &,G4Step *) const;
00022  private:
00023 };
00024 
00025 
00026 #endif