#ifndef __HCLONESARRAY__
#define __HCLONESARRAY__


#include "TClonesArray.h"
#include "hbarray.h"
#include "TMath.h"



class HClonesArray : public TClonesArray {
private:
  HBArray *barray; //!linked bit field  
public:
   HClonesArray();
   HClonesArray(const Char_t * classname, Int_t s=1000, Bool_t b=kFALSE); 
   ~HClonesArray(){
   }
   void setBitArray(HBArray* arr) { barray = arr;}  
   void Compress();
   // void Streamer (TBuffer &b); 

ClassDef ( HClonesArray, 1 )
};

#endif 
 





Last change: Sat May 22 12:53:49 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.