source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/simulation/framework/src/SimuModule.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: 407 bytes
Line 
1// ESAF : Euso Simulation and Analysis Framework
2// $Id: SimuModule.cc 1112 2004-09-28 12:10:53Z thea $
3// Marco Pallavicini created Oct, 16 2003
4
5#include "SimuModule.hh"
6
7ClassImp(SimuModule)
8
9// ctor
10SimuModule::SimuModule(const string& n) : EsafConfigurable() {
11    fName = n;
12    //fData = new SimuModuleData( this );
13}
14
15// dtor
16SimuModule::~SimuModule() {
17    //if ( fData )
18    //    delete fData;
19}
Note: See TracBrowser for help on using the repository browser.