CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonFrameRotation.h
Go to the documentation of this file.
1 #ifndef SimG4CMS_Muon_MuonFrameRotation_H
2 #define SimG4CMS_Muon_MuonFrameRotation_H
3 
13 #include "G4Step.hh"
15 
16 class MuonSubDetector;
17 class DDCompactView;
18 
20  public:
21  MuonFrameRotation( const DDCompactView& cpv ) { };
23  virtual ~MuonFrameRotation(){};
24  virtual Local3DPoint transformPoint(const Local3DPoint &,const G4Step *) const = 0;
25 
26  private:
27 };
28 
29 #endif
MuonFrameRotation(const DDCompactView &cpv)
virtual Local3DPoint transformPoint(const Local3DPoint &, const G4Step *) const =0
type of data representation of DDCompactView
Definition: DDCompactView.h:77
virtual ~MuonFrameRotation()