source: JEM-EUSO/esaf_cc_at_lal/packages/simulation/detector/optics/include/CartesianFocalPlane.hh @ 114

Last change on this file since 114 was 114, checked in by moretto, 11 years ago

actual version of ESAF at CCin2p3

File size: 1.7 KB
Line 
1// $Id: CartesianFocalPlane.hh 2804 2008-10-09 12:10:06Z biktem $
2// Author: Alessandro Thea   2005/02/17
3
4/*****************************************************************************
5 * ESAF: Euso Simulation and Analysis Framework                              *
6 *                                                                           *
7 *  Id: CartesianFocalPlane                                                           *
8 *  Package: <packagename>                                                   *
9 *  Coordinator: <coordinator>                                               *
10 *                                                                           *
11 *****************************************************************************/
12
13#ifndef __CARTESIANFOCALPLANE_HH__
14#define __CARTESIANFOCALPLANE_HH__
15
16#include "euso.hh"
17#include "FastFocalPlane.hh"
18
19////////////////////////////////////////////////////////////////////////////////
20//                                                                            //
21// CartesianFocalPlane                                                                 //
22//                                                                            //
23// <brief class description>                                                  //
24//                                                                            //
25////////////////////////////////////////////////////////////////////////////////
26
27class CartesianFocalPlane : public FastFocalPlane {
28public:
29    CartesianFocalPlane();
30    virtual ~CartesianFocalPlane();
31
32private:
33        EsafConfigClass(Optics,CartesianFocalPlane)
34
35    ClassDef(CartesianFocalPlane,0)
36};
37
38#endif  /* __CARTESIANFOCALPLANE_HH__ */
39
Note: See TracBrowser for help on using the repository browser.