#include "hrpcraw.h"
ClassImp(HRpcRaw)
HRpcRaw::HRpcRaw(void) {
rightTime = leftTime = -999;
rightTime2 = leftTime2 = -999;
rightTot = leftTot = -999;
rightTot2 = leftTot2 = -999;
rightTotLast = leftTotLast = -999;
address = -1;
rightFeeAddress = -1;
leftFeeAddress = -1;
rightLogBit = -1;
leftLogBit = -1;
}
HRpcRaw::~HRpcRaw(void) {
}
Last change: Sat May 22 13:11:23 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.