source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/reconstruction/root/src/EDetCurve.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: 432 bytes
Line 
1// ESAF : Euso Simulation and Analysis Framework
2// $Id: EDetCurve.cc 860 2011-07-29 fenu $
3// F.Fenu created Jul,  29 2011
4
5#include "EDetCurve.hh"
6#include "Etypes.hh"
7
8ClassImp(EDetCurve)
9
10//_____________________________________________________________________________
11EDetCurve::EDetCurve() {
12    // ctor
13}
14
15//_____________________________________________________________________________
16EDetCurve::~EDetCurve() {
17    // dtor
18}
Note: See TracBrowser for help on using the repository browser.