#pragma implementation
#include <hcompositecategory.h>
#include <hdebug.h>
ClassImp(HCompositeCategory)
HCompositeCategory::HCompositeCategory(void)
{
//Default constructor
}
HCompositeCategory::~HCompositeCategory(void) {
//Destructor.
}
void HCompositeCategory::Streamer(TBuffer &R__b)
{
if (R__b.IsReading()) {
Version_t R__v = R__b.ReadVersion(); if (R__v) { }
HCategory::Streamer(R__b);
} else {
R__b.WriteVersion(HCompositeCategory::IsA());
HCategory::Streamer(R__b);
}
}
ROOT page - Class index - Class Hierarchy - Top of the page
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.