source: JEM-EUSO/esaf_cc_at_lal/packages/common/root/src/EFillable.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: 422 bytes
Line 
1// ESAF : Euso Simulation and Analysis Framework
2// $Id: EFillable.cc 728 2004-06-11 17:07:12Z thea $
3// A.Thea created Jun, 11 2004
4
5#include "EFillable.hh"
6
7ClassImp(EFillable)
8
9//_____________________________________________________________________________
10EFillable::EFillable() {
11    // ctor
12
13}
14
15//_____________________________________________________________________________
16EFillable::~EFillable() {
17    // dtor
18}
19
Note: See TracBrowser for help on using the repository browser.