source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/simulation/lightsources/include/EmptyPhotonsInAtmosphere.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.8 KB
Line 
1// $Id: EmptyPhotonsInAtmosphere.hh 2604 2006-03-20 21:51:35Z thea $
2// Author: Sylvain Moreggia   2005/11/14
3
4/*****************************************************************************
5 * ESAF: Euso Simulation and Analysis Framework                              *
6 *                                                                           *
7 *  Id: EmptyPhotonsInAtmosphere                                             *
8 *  Package: <packagename>                                                   *
9 *  Coordinator: <coordinator>                                               *
10 *                                                                           *
11 *****************************************************************************/
12
13#ifndef __EMPTYPHOTONSINATMOSPHERE_HH__
14#define __EMPTYPHOTONSINATMOSPHERE_HH__
15
16#include "euso.hh"
17#include "PhotonsInAtmosphere.hh"
18
19////////////////////////////////////////////////////////////////////////////////
20//                                                                            //
21// EmptyPhotonsInAtmosphere                                                   //
22//                                                                            // 
23// <brief class description>                                                  // 
24//                                                                            // 
25////////////////////////////////////////////////////////////////////////////////
26
27class EmptyPhotonsInAtmosphere : public PhotonsInAtmosphere {
28public:
29    EmptyPhotonsInAtmosphere();
30    virtual ~EmptyPhotonsInAtmosphere();
31
32    // release all the mem hold in the buffers
33    virtual Bool_t ClearMemory() { return kTRUE; }
34private:
35
36    ClassDef(EmptyPhotonsInAtmosphere,0)
37};
38
39#endif  /* __EMPTYPHOTONSINATMOSPHERE_HH__ */
40
Note: See TracBrowser for help on using the repository browser.