CMS 3D CMS Logo

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