using namespace std;
#include "hmdcslopes.h"
HMdcSlopes::HMdcSlopes(void)
{
slope = 0.5;
error = 0.0;
slopeMethode = 0;
}
HMdcSlopes::~HMdcSlopes(void)
{
}
void HMdcSlopes::Streamer(TBuffer &R__b)
{
UInt_t R__s, R__c;
if (R__b.IsReading()) {
Version_t R__v = R__b.ReadVersion(&R__s, &R__c); if (R__v) { }
TObject::Streamer(R__b);
R__b >> sector;
R__b >> module;
R__b >> mbo;
R__b >> tdc;
R__b >> slope;
R__b >> error;
R__b >> slopeMethode;
R__b.CheckByteCount(R__s, R__c, HMdcSlopes::IsA());
} else {
R__c = R__b.WriteVersion(HMdcSlopes::IsA(), kTRUE);
TObject::Streamer(R__b);
R__b << sector;
R__b << module;
R__b << mbo;
R__b << tdc;
R__b << slope;
R__b << error;
R__b << slopeMethode;
R__b.SetByteCount(R__c, kTRUE);
}
}
ClassImp(HMdcSlopes)
Last change: Sat May 22 13:03:35 2010
Last generated: 2010-05-22 13:03
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.