source: JEM-EUSO/esaf_cc_at_lal/packages/reconstruction/modules/shower/energy/src/RecoShowerStep.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: 1.4 KB
Line 
1// $Id: RecoShowerStep.cc 2182 2005-10-13 08:33:52Z naumov $
2// Author: Dmitry.Naumov   2005/10/11
3
4/*****************************************************************************
5 * ESAF: Euso Simulation and Analysis Framework                              *
6 *                                                                           *
7 *  Id: RecoShowerStep                                                           *
8 *  Package: <packagename>                                                   *
9 *  Coordinator: <coordinator>                                               *
10 *                                                                           *
11 *****************************************************************************/
12
13//_____________________________________________________________________________
14//
15// RecoShowerStep
16//
17// <extensive class description>
18//
19//   Config file parameters
20//   ======================
21//
22//   <parameter name>: <parameter description>
23//   -Valid options: <available options>
24//
25
26#include "RecoShowerStep.hh"
27
28#include <TH1F.h>
29
30ClassImp(RecoShowerStep)
31
32//_____________________________________________________________________________
33RecoShowerStep::RecoShowerStep() {
34    //
35    // Constructor
36    //
37
38}
39
40//_____________________________________________________________________________
41RecoShowerStep::~RecoShowerStep() {
42    //
43    // Destructor
44    //
45}
46
Note: See TracBrowser for help on using the repository browser.