source: JEM-EUSO/esaf_cc_at_lal/packages/simulation/lightsources/src/LightSource.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: 608 bytes
Line 
1// ESAF : Euso Simulation and Analysis Framework
2// $Id: LightSource.cc 2676 2006-04-28 15:22:49Z moreggia $
3// D. De Marco - M. Pallavicini created Jan, 20 2002
4
5#include "LightSource.hh"
6
7ClassImp(LightSource)
8
9//______________________________________________________________________________
10LightSource::LightSource(const string& name) : EsafConfigurable() {
11    //
12    // constructor
13    //
14   
15    fName = name;
16    fLambdaMin = 0.;
17    fLambdaMax = 0.;
18}
19
20//______________________________________________________________________________
21LightSource::~LightSource() {
22    //
23    // destructor
24    //
25}
Note: See TracBrowser for help on using the repository browser.