//  $Id: BrClonesArray.cxx,v 1.3 1998/04/30 16:22:44 videbaek Exp $
//  $Log: BrClonesArray.cxx,v $
//  Revision 1.3  1998/04/30 16:22:44  videbaek
//  some added win stuff
//
//  Revision 1.2  1998/04/06 21:11:49  videbaek
//  Clean up and additions for Win95
//
//
#include "BrClonesArray.h"

ClassImp(BrClonesArray)
  
  
  ////////////////////////////////////////////////////////////
  //
  // BrClonesArray just hides the ROOT TClonesArray implementation
  // The reason is to provide for a future upgrade path.
  //
  ////////////////////////////////////////////////////////////
  
 BrClonesArray::~BrClonesArray()
{
  //
  // destructor
  //
}




ROOT page - Class index - 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.