// File: hrichdirclus.cc
// ****************************************************************************
//
// HRichDirClus
//
// Author: Author: Laura Fabbietti <Laura.Fabbietti@ph.tum.de>
// Modified: 2005/03/11 by Martin Jurkovic <martin.jurkovic@ph.tum.de>
//
// ****************************************************************************

using namespace std;

#include "hrichdirclus.h"

ClassImp(HRichDirClus)
  
HRichDirClus::HRichDirClus()
{
  sector      = 0 ;
  nrPad       = 0 ;
  xDim        = 0.;
  yDim        = 0.;
  totalCharge = 0.;
  phiDiff     = 0.;
  theta       = 0.;
  meanX       = 0.;
  meanY       = 0.;
}

HRichDirClus::~HRichDirClus()
{
}

Last change: Sat May 22 13:08:42 2010
Last generated: 2010-05-22 13:08

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.