CMS 3D CMS Logo

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