// File: hrichsectorpar.cc
// ***************************************************************************

//*-- Author : Witold Przygoda (przygoda@psja1.if.uj.edu.pl)
//*-- Modified : 1999/12/04 by Witold Przygoda (przygoda@psja1.if.uj.edu.pl)

using namespace std;
#include <iostream> 
#include <iomanip>
#include "hrichsectorpar.h"

// ***************************************************************************
//_HADES_CLASS_DESCRIPTION 
//////////////////////////////////////////////////////////////////////////////
//
//  HRichSectorPar
//
//  Sector (module) parameters.
//
//////////////////////////////////////////////////////////////////////////////
// ***************************************************************************


ClassImp(HRichSectorPar)

//----------------------------------------------------------------------------
HRichSectorPar::HRichSectorPar() {
  reset();
} // eof constructor
//============================================================================

//----------------------------------------------------------------------------
HRichSectorPar::~HRichSectorPar() {
  reset();
} // eof destructor
//============================================================================

//----------------------------------------------------------------------------
void HRichSectorPar::reset()
{
 fSectorId=0;
 fRotationAngle=0.;
}
//============================================================================



Last change: Sat May 22 13:10:01 2010
Last generated: 2010-05-22 13:10

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.