#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);
   }
}


Last change: Sat May 22 12:53:53 2010
Last generated: 2010-05-22 12:53

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.