void tstbad() { TFile thefile("nTuple_data_102_1_tvk.root"); if (thefile.IsZombie()) cout << "Zombie file\n"; else cout << "Good file\n"; }