FRIB_e21062/script.C

11 lines
169 B
C++
Raw Normal View History

2022-05-24 18:21:12 -04:00
{
TChain * chain = new TChain("tree");
chain->Add("root_data/run-0238-[0-4][0-9].root");
chain->GetListOfFiles()->Print();
chain->Process("peachCake.C+");
}