FRIB_e21062/script.C
2022-05-24 18:21:12 -04:00

11 lines
169 B
C

{
TChain * chain = new TChain("tree");
chain->Add("root_data/run-0238-[0-4][0-9].root");
chain->GetListOfFiles()->Print();
chain->Process("peachCake.C+");
}