#define h2taus_cxx #include "h2taus.h" #include #include #include #include void h2taus::Loop() { cout << "evt : pt_1 : eta_1 : phi_1 : pt_2 : eta2 : phi_2 " << endl; for (Long64_t jentry=0; jentry<10;jentry++) { //for (Long64_t jentry=0; jentry<500;jentry++) { //~ Long64_t ientry = LoadTree(jentry); //~ if (ientry < 0) break; //~ nb = fChain->GetEntry(jentry); nbytes += nb; fChain->GetTree()->GetEntry(jentry); // if (Cut(ientry) < 0) continue; //cout<<"h2taus::Loop(): evt/run/lumi: "<Write(); //~ for(int i=0; iWrite(); }