source: JEM-EUSO/esaf_cc_at_lal/packages/simulation/lightsources/src/PhotonsInAtmosphere.cc @ 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: 427 bytes
Line 
1// ESAF : Euso Simulation and Analysis Framework
2// $Id: PhotonsInAtmosphere.cc 1430 2005-01-21 11:03:19Z moreggia $
3// D. De Marco - M. Pallavicini created Jan, 20 2002
4
5#include "PhotonsInAtmosphere.hh"
6
7ClassImp(PhotonsInAtmosphere)
8
9PhotonsInAtmosphere::PhotonsInAtmosphere(string type) {
10    //
11    // constructor
12    //
13    fType = type;
14}
15
16PhotonsInAtmosphere::~PhotonsInAtmosphere() {
17    //
18    // destructor
19    //
20}
Note: See TracBrowser for help on using the repository browser.