Universita' di GenovaINFN Sezione di Genova  
AIRWATCH / EUSO Genova

LightSource - source file

// ESAF : Euso Simulation and Analysis Framework
// $Id: LightSource.cc,v 1.4 2004/09/28 12:10:44 thea Exp $
// D. De Marco - M. Pallavicini created Jan, 20 2002

#include "LightSource.hh"

ClassImp(LightSource)

// constructor
LightSource::LightSource(const string& name) : EsafConfigurable() {
    fName = name;
}

// destructor
 LightSource::~LightSource() {
}
About Us | EUSO Official Website | Web pages created by Roberto Pesce and Alessandro Thea - Last Update Wed Nov 16 16:57:39 2005 Wed Nov 16 16:29:22 2005