Universita' di GenovaINFN Sezione di Genova  
AIRWATCH / EUSO Genova

RecoPhotoElectronData - source file

// ESAF : Euso Simulation and Analysis Framework
// $Id: RecoPhotoElectronData.cc,v 1.4 2004/06/17 08:20:07 thea Exp $
// R. Pesce created Jan, 16 2004

#include "RecoPhotoElectronData.hh"

ClassImp(RecoPhotoElectronData)

// ctor
 RecoPhotoElectronData::RecoPhotoElectronData(Int_t fe, Int_t fech, Int_t gtu, Int_t cell, Bool_t fastor, 
    Int_t xc, Int_t yc, Float_t xpos, Float_t ypos)  {
    
    fFe = fe;
    fFeCh = fech;
    fGtu = gtu;
    fMacroCell = cell;
    fMadeFastOR = fastor;
    fXCell = xc;
    fYCell = yc;
    fXPos = xpos;
    fYPos = ypos;
}

// dtor
 RecoPhotoElectronData::~RecoPhotoElectronData() {
}


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