CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FrameRotation.h
Go to the documentation of this file.
1 #ifndef SimG4Core_FrameRotation_H
2 #define SimG4Core_FrameRotation_H
3 
6 
7 #include "G4VPhysicalVolume.hh"
8 
10 {
11 public:
12  virtual Local3DPoint transformPoint(Local3DPoint &,G4VPhysicalVolume *) const = 0;
13 };
14 
15 #endif
virtual Local3DPoint transformPoint(Local3DPoint &, G4VPhysicalVolume *) const =0