Universita' di GenovaINFN Sezione di Genova  
AIRWATCH / EUSO Genova

NoLightSource - source file

// $Id: NoLightSource.cc,v 1.1 2005/11/14 11:24:52 moreggia Exp $
// Author: Sylvain Moreggia   2005/11/10

/*****************************************************************************
 * ESAF: Euso Simulation and Analysis Framework                              *
 *                                                                           *
 *  Id: NoLightSource                                                           *
 *  Package: <packagename>                                                   *
 *  Coordinator: <coordinator>                                               *
 *                                                                           *
 *****************************************************************************/

//_____________________________________________________________________________
//
// NoLightSource
//
// <extensive class description>
//
//   Config file parameters
//   ======================
//
//   <parameter name>: <parameter description>
//   -Valid options: <available options>
//

#include "NoLightSource.hh"
#include "EmptyPhotonsInAtmosphere.hh"

ClassImp(NoLightSource)

//_____________________________________________________________________________
 NoLightSource::NoLightSource() : LightSource("nolight") {
    //
    // Constructor
    //
    fEmpty = new EmptyPhotonsInAtmosphere();
}

//_____________________________________________________________________________
 NoLightSource::~NoLightSource() {
    //
    // Destructor
    //
    SafeDelete(fEmpty);
}

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