source: JEM-EUSO/esaf_cc_at_lal/packages/reconstruction/root/src/EDetCurve.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: 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.