source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/simulation/generators/showers/src/EmptyData.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: 268 bytes
Line 
1// ESAF : Euso Simulation and Analysis Framework
2// $Id: EmptyData.cc 754 2004-06-15 17:49:45Z thea $
3//  created Nov, 25 2003
4
5#include "EmptyData.hh"
6
7ClassImp(EmptyData)
8
9// ctor
10EmptyData::EmptyData(): PhysicsData("empty") {
11}
12
13// dtor
14EmptyData::~EmptyData() {
15}
Note: See TracBrowser for help on using the repository browser.