1 #ifndef MEASUREMENTSURFACE_H
2 #define MEASUREMENTSURFACE_H
10 class ICoordinateSystem;
22 int getID(){
return _ID; }
bool isLocalInBoundary(CLHEP::Hep3Vector local) const
Checks if a point in local coordinates is within the boundaries.
bool isGlobalInBoundary(CLHEP::Hep3Vector global) const
Checks if a point in global coordinates is within the boundaries.
An abstract base class for coordinate systems.