source: JEM-EUSO/esaf_cc_at_lal/packages/reconstruction/event/src/RecoPixelData.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: 352 bytes
Line 
1// ESAF : Euso Simulation and Analysis Framework
2// $Id: RecoPixelData.cc 788 2004-06-17 08:20:12Z thea $
3// Marco Pallavicini created Nov, 18 2003
4
5#include "RecoPixelData.hh"
6
7ClassImp(RecoPixelData)
8
9// ctor
10RecoPixelData::RecoPixelData(Int_t id, Int_t cnt, Int_t gtu) 
11    : RecoCellHit(id,cnt,gtu) {
12}
13
14// dtor
15RecoPixelData::~RecoPixelData() {
16}
Note: See TracBrowser for help on using the repository browser.