CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/SimG4Core/SensitiveDetector/interface/FrameRotation.h

Go to the documentation of this file.
00001 #ifndef SimG4Core_FrameRotation_H
00002 #define SimG4Core_FrameRotation_H
00003 
00004 #include "DataFormats/GeometryVector/interface/LocalPoint.h"
00005 #include "DataFormats/GeometryVector/interface/LocalVector.h"
00006 
00007 #include "G4VPhysicalVolume.hh"
00008 
00009 class FrameRotation 
00010 {
00011 public:
00012     virtual Local3DPoint transformPoint(Local3DPoint &,G4VPhysicalVolume *) const = 0;
00013 };
00014 
00015 #endif