#include "hstartraw.h"
ClassImp(HStartRaw)
void HStartRaw::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);
if(R__v==1){
R__b >> time;
R__b >> module;
R__b >> strip;
}
else {
R__b >> time;
R__b >> timeR;
R__b >> timeL;
R__b >> timeM;
R__b >> module;
R__b >> strip;
R__b >> nType;
}
R__b.CheckByteCount(R__s, R__c, HStartRaw::IsA());
} else {
R__c = R__b.WriteVersion(HStartRaw::IsA(), kTRUE);
TObject::Streamer(R__b);
R__b << time;
R__b << module;
R__b << strip;
R__b << nType;
R__b.SetByteCount(R__c, kTRUE);
}
}
Last change: Sat May 22 13:14:52 2010
Last generated: 2010-05-22 13:14
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.