Universita' di GenovaINFN Sezione di Genova  
AIRWATCH / EUSO Genova

RecoCellHit - source file

// ESAF : Euso Simulation and Analysis Framework
// $Id: RecoCellHit.cc,v 1.4 2004/06/17 08:20:07 thea Exp $
// Marco Pallavicini created Nov, 18 2003

#include "RecoCellHit.hh"

ClassImp(RecoCellHit)

// ctor
RecoCellHit::RecoCellHit(Int_t id, Int_t cnt, Int_t gtu) {
    fPixelId = id;
    fCounts = cnt;
    fGtu = gtu;
}

// dtor
RecoCellHit::~RecoCellHit() {
}
About Us | EUSO Official Website | Web pages created by Roberto Pesce and Alessandro Thea - Last Update 14-May-2005 21:31