// $Id: CartesianFocalPlane.hh,v 1.1 2005/02/17 17:24:47 thea Exp $ // Author: Alessandro Thea 2005/02/17 /***************************************************************************** * ESAF: Euso Simulation and Analysis Framework * * * * Id: CartesianFocalPlane * * Package: * * Coordinator: * * * *****************************************************************************/ #ifndef __CARTESIANFOCALPLANE_HH__ #define __CARTESIANFOCALPLANE_HH__ #include "euso.hh" #include "FastFocalPlane.hh" //////////////////////////////////////////////////////////////////////////////// // // // CartesianFocalPlane // // // // // // // //////////////////////////////////////////////////////////////////////////////// class CartesianFocalPlane : public FastFocalPlane { public: CartesianFocalPlane(); virtual ~CartesianFocalPlane(); private: EsafConfigClass(Optics,CartesianFocalPlane) ClassDef(CartesianFocalPlane,0) }; #endif /* __CARTESIANFOCALPLANE_HH__ */