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