source: JEM-EUSO/esaf_cc_at_lal/packages/simulation/generators/meteorites/src/MeteoriteTrack.cc @ 114

Last change on this file since 114 was 114, checked in by moretto, 11 years ago

actual version of ESAF at CCin2p3

File size: 323 bytes
Line 
1// ESAF : Euso Simulation and Analysis Framework
2// $Id: MeteoriteTrack.cc 756 2004-06-15 18:01:25Z thea $
3// Alessandro Thea created Nov, 23 2003
4
5#include "MeteoriteTrack.hh"
6
7ClassImp(MeteoriteTrack)
8
9// ctor
10MeteoriteTrack::MeteoriteTrack(): PhysicsData("meteorites") {
11}
12
13// dtor
14MeteoriteTrack::~MeteoriteTrack() {
15}
Note: See TracBrowser for help on using the repository browser.