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() { }