CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonGemFrameRotation.h
Go to the documentation of this file.
1 #ifndef MuonGemFrameRotation_H
2 #define MuonGemFrameRotation_H
3 
16 
17 #include "G4Step.hh"
18 
19 class DDCompactView;
20 
22 
23 public:
24  MuonGemFrameRotation( const DDCompactView& cpv );
25  virtual ~MuonGemFrameRotation();
26  virtual Local3DPoint transformPoint(const Local3DPoint &, const G4Step *) const;
27 
28 private:
31 };
32 
33 
34 #endif
MuonG4Numbering * g4numbering
type of data representation of DDCompactView
Definition: DDCompactView.h:77
MuonGemFrameRotation(const DDCompactView &cpv)
virtual Local3DPoint transformPoint(const Local3DPoint &, const G4Step *) const