CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2/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(const Local3DPoint &,const G4Step *) const;
00022  private:
00023 };
00024 
00025 
00026 #endif