source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/simulation/lightsources/src/FileLightSource.cc @ 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: 419 bytes
Line 
1// ESAF : Euso Simulation and Analysis Framework
2// $Id: FileLightSource.cc 757 2004-06-15 18:27:51Z thea $
3// D. De Marco - M. Pallavicini created Jan, 20 2002
4
5#include "FileLightSource.hh"
6
7ClassImp(FileLightSource)
8
9// ctor
10FileLightSource::FileLightSource() {
11}
12
13// dtor
14FileLightSource::~FileLightSource() {
15}
16
17// generate photons
18PhotonsInAtmosphere* FileLightSource::Get( const PhysicsData* ){
19        return NULL;
20}
Note: See TracBrowser for help on using the repository browser.