{ auto c = TChain("tefield", "tefield"); c.Add("efield_1683733523-869645459_L0_0000.root"); c.Add("efield_3950562315-861740959_L0_0000.root"); c.Add("efield_3952437815-3952437815_L0_0000.root"); c.Add("efield_861745459-3951652315_L0_0000.root"); auto br = c.GetBranch("du_id"); cout << br << endl; br->Print(); auto count = c.Draw("du_id", "", "goff"); cout << br << endl; }