Universita' di GenovaINFN Sezione di Genova  
AIRWATCH / EUSO Genova

EGeometry - source file

// $Id: EGeometry.cc,v 1.1 2005/11/14 22:42:00 thea Exp $
// Author: Alessandro Thea   2005/11/14

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

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

#include "EGeometry.hh"

ClassImp(EGeometry)

//_____________________________________________________________________________
 EGeometry::EGeometry() : fFoV(0), fRadius(0), fPosX(0), fPosY(0), fPosZ(0) {
    //
    // Constructor
    //

}

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

//______________________________________________________________________________
 void EGeometry::Clear( Option_t* opt ) {
    //
    // Reset the geometry
    //

    fFoV = 0;
    fRadius = 0;

    fPosX = 0;
    fPosY = 0;
    fPosZ = 0;

    SetXEulerAngles(0.,0.,0.);
}
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