//*-- Author  : Diego Gonzalez-Diaz
//*-- Created : 20/12/2007

//_HADES_CLASS_DESCRIPTION
/////////////////////////////////////////////////////
//
//  HRpcCluster
//
//  Class for the RPC Cluster data
//
////////////////////////////////////////////////////


#include "hrpccluster.h"

ClassImp(HRpcCluster)

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

HRpcCluster::~HRpcCluster(void) {
}

Last change: Sat May 22 13:11:05 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.