source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/simulation/detector/tools/include/NightGlowMapBuilder.hh @ 117

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

ESAF version compilable on mac OS

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