CMS 3D CMS Logo

MuonFrameRotation.h
Go to the documentation of this file.
1 #ifndef SimG4CMS_Muon_MuonFrameRotation_H
2 #define SimG4CMS_Muon_MuonFrameRotation_H
3 
14 
15 class G4Step;
16 
18  public:
20  virtual ~MuonFrameRotation() {};
21  virtual Local3DPoint transformPoint(const Local3DPoint &,const G4Step *) const;
22 
23 };
24 
25 #endif
virtual Local3DPoint transformPoint(const Local3DPoint &, const G4Step *) const
virtual ~MuonFrameRotation()