#include <string.h>
#include "TChain.h"
#include "TTree.h"
void hadd() 
{
	gROOT->Reset();
	TTree::SetMaxTreeSize(500000000);
 	TChain chain("STDHEP");
