Universita' di GenovaINFN Sezione di Genova  
AIRWATCH / EUSO Genova

RecoPhotonOnPupilData - source file

// $Id: RecoPhotonOnPupilData.cc,v 1.1 2005/06/16 14:55:11 stutz Exp $
// Author: Anne Stutz   2005/06/09

/*****************************************************************************
 * ESAF: Euso Simulation and Analysis Framework                              *
 *                                                                           *
 *  Id: RecoPhotonOnPupilData                                                           *
 *  Package: <packagename>                                                   *
 *  Coordinator: <coordinator>                                               *
 *                                                                           *
 *****************************************************************************/

//_____________________________________________________________________________
//
// RecoPhotonOnPupilData
//
// <extensive class description>
//
//   Config file parameters
//   ======================
//
//   <parameter name>: <parameter description>
//   -Valid options: <available options>
//

#include "RecoPhotonOnPupilData.hh"

ClassImp(RecoPhotonOnPupilData)

//_____________________________________________________________________________
 RecoPhotonOnPupilData::RecoPhotonOnPupilData(UChar_t type, UChar_t history, Float_t wl, Float_t time) {
    //
    // Constructor
    //
    fType = type;
    fHistory = history;
    fWl = wl;
    fTime = time;
}

//_____________________________________________________________________________
 RecoPhotonOnPupilData::~RecoPhotonOnPupilData() {
    //
    // Destructor
    //
}

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