Int_t testmain() { string filename= "126937.root"; //File of the n-tuple TFile* input= new TFile(filename.c_str(),"READ"); TTree* tree; input->GetObject("HWWTree_quadlep",tree); Long_t nEvent = tree-> GetEntries(); cout<<"The number of unnormalized events is "<< nEvent<GetEntry(iEvent); cout<