source: JEM-EUSO/esaf_lal/tags/v1_r0/esaf/packages/reconstruction/modules/shower/truth/src/TruthModule.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: 667 bytes
Line 
1// ESAF : Euso Simulation and Analysis Framework
2// $Id: TruthModule.cc 1021 2004-09-15 13:49:30Z naumov $
3// Dmitry V.Naumov created Jun, 23 2004
4
5#include "TruthModule.hh"
6#include "RecoRootEvent.hh"
7#include "RecoEvent.hh"
8
9//_____________________________________________________________________________
10TruthModule::TruthModule(RecoEvent* ev) {
11    // ctor
12  fEv = ev;
13}
14
15//_____________________________________________________________________________
16TruthModule::~TruthModule() {
17    // dtor
18}
19
20//_____________________________________________________________________________
21Bool_t TruthModule::SaveRootData(RecoRootEvent *fRecoRootEvent) {
22   return kTRUE;
23}
24
Note: See TracBrowser for help on using the repository browser.