Universita' di GenovaINFN Sezione di Genova  
AIRWATCH / EUSO Genova

CartesianFocalPlane - source file

// $Id: CartesianFocalPlane.cc,v 1.3 2005/10/02 14:17:55 thea Exp $
// Author: Alessandro Thea   2005/02/17

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

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

#include "CartesianFocalPlane.hh"

using namespace sou;

ClassImp(CartesianFocalPlane)

//_____________________________________________________________________________
 CartesianFocalPlane::CartesianFocalPlane() {
    //
    // Constructor
    //

    fPos    = EVector(0,0,Conf()->GetNum("CartesianFocalPlane.fPos.Z"))*mm;
    fDZup   = 0;
    fDZdown = Conf()->GetNum("CartesianFocalPlane.fDZdown")*mm;
    fR      = Conf()->GetNum("CartesianFocalPlane.fRadius")*mm;
}

//_____________________________________________________________________________
 CartesianFocalPlane::~CartesianFocalPlane() {
    //
    // 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