//*-- Author  : Pablo Cabanelas
//*-- Created : 30/08/2007

//_HADES_CLASS_DESCRIPTION
/////////////////////////////////////////////////////
//
//  HRpcHit
//
//  Class for the RPC Hit data
//
////////////////////////////////////////////////////


#include "hrpchit.h"

ClassImp(HRpcHit)

HRpcHit::HRpcHit(void) {
  tof     = charge = -999;
  xmod    = ymod   = zmod = -999;
  xsec    = ysec   = zsec = -999;
  address = logBit = -1;
  sigma_x = sigma_y= sigma_z = sigma_tof = -999;
}

void HRpcHit::clear(void) {
  tof     = charge = -999;
  xmod    = ymod   = zmod = -999;
  xsec    = ysec   = zsec = -999;
  address = logBit = -1;
  sigma_x = sigma_y= sigma_z = sigma_tof = -999;
}



HRpcHit::~HRpcHit(void) {
}


Last change: Sat May 22 13:11:17 2010
Last generated: 2010-05-22 13:11

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.