Hello,
I am trying to read out an entry from a TChain using GetEntry as shown below -
for(Int_t ievt = 0; ievt < ch3->GetEntries(); ievt++){
ch3->GetEntry(ievt);
if(jet_e_ttH_semilep->size() == 4 && ejets_2016_ttH_semilep == 1){
cross_section4 = 0.22276;
ttHTree_semilep->Fill();
}
}
It is crashing at the ch3->GetEntry(ievt) line only only this tree.
Any help is appreciated. I have attached a small section of the code as well.
Thank you
Best,
Shreya
dilep.txt (846 Bytes)