source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/reconstruction/root/src/RecoRootEvent.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: 822 bytes
Line 
1// ESAF : Euso Simulation and Analysis Framework
2// $Id: RecoRootEvent.cc 2975 2011-08-03 05:32:03Z fenu $
3// Dmitry V.Naumov created Jun, 21 2004
4
5#include "RecoRootEvent.hh"
6
7//_____________________________________________________________________________
8RecoRootEvent::RecoRootEvent() {
9    // ctor
10}
11
12//_____________________________________________________________________________
13RecoRootEvent::~RecoRootEvent() {
14    // dtor
15}
16
17//_____________________________________________________________________________
18void RecoRootEvent::Clear() {
19    // Clear all variables to null
20    fTruth.Clear();
21    fHeader.Clear();
22    fClustering.Clear();
23    fTrackDirection.Clear();
24    fTrackDirection2.Clear();
25    fRecoHmaxForProton.Clear();
26    fRecoEnergy.Clear();
27    fRecoPmtToShower.Clear();   
28    fRecoProfile.Clear();
29}
30
Note: See TracBrowser for help on using the repository browser.