#include #include #include #include "ph184example.h" int main() { TFile *f = new TFile("root_file/run017.root"); TTree *t = (TTree*)f->Get("tree"); ph184example s(t); s.Loop("test.root"); return 0; }