source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/simulation/radiativetransfer/src/PhotonsOnPupil.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: 1.2 KB
Line 
1// $Id: PhotonsOnPupil.cc 2304 2005-10-31 10:56:12Z moreggia $
2// Author: D. De Marco - M. Pallavicini created Jan, 20 2002
3
4/*****************************************************************************
5 * ESAF: Euso Simulation and Analysis Framework                              *
6 *                                                                           *
7 *  Id: PhotonsOnPupil                                                       *
8 *  Package: RadiativeTransfer                                               *
9 *  Coordinator: Sylvain.Moreggia                                            *
10 *                                                                           *
11 *****************************************************************************/   
12#include "PhotonsOnPupil.hh"
13#include "EsafRandom.hh"
14#include "Etypes.hh"
15 
16ClassImp(PhotonsOnPupil)
17
18//______________________________________________________________________________
19PhotonsOnPupil::PhotonsOnPupil() : fCurrent(0), fNphotons(0), fFrame(0)  {
20    //
21    // ctor
22    //
23}
24
25//______________________________________________________________________________
26PhotonsOnPupil::~PhotonsOnPupil() {
27    //
28    // dtor
29    //
30    SafeDelete(fFrame);
31}
Note: See TracBrowser for help on using the repository browser.