//*-- Author  : D. Gonzalez-Diaz
//*-- Created : 08/06/2006
//*-- Modified: 24/08/2007 by P.Cabanelas/D.Gonzalez-Diaz

//_HADES_CLASS_DESCRIPTION
/////////////////////////////////////////////////////
//
//  HRpcCal
//
//  Class for the Calibrated RPC data
//
////////////////////////////////////////////////////


#include "hrpccal.h"

ClassImp(HRpcCal)

HRpcCal::HRpcCal(void) {
     rightTime    = leftTime     = -999;
     rightTime2   = leftTime2    = -999;
     rightCharge  = leftCharge   = -999;
     rightCharge2 = leftCharge2 = -999;
     address      = -1;
     logBit       = -1;
}

HRpcCal::~HRpcCal(void) {
}


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