Universita' di GenovaINFN Sezione di Genova  
AIRWATCH / EUSO Genova

RecoCellHit - source file

// ESAF : Euso Simulation and Analysis Framework
// $Id: RecoCellHit.cc,v 1.5 2005/11/08 10:40:59 naumov 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;
    fCountsFluorescent = 0;
    fCountsCherenkovDirect = 0;
    fCountsCherenkovScattered = 0;
    fCountsNoise = 0;
 }

// dtor
 RecoCellHit::~RecoCellHit() {
}
About Us | EUSO Official Website | Web pages created by Roberto Pesce and Alessandro Thea - Last Update Wed Nov 16 16:57:39 2005 Wed Nov 16 16:29:22 2005