File *f = new TFile("data.root","RECREATE"); TTree *tree = new TTree("tree","data from csv file"); tree->ReadFile("precool_data.csv" ...
確定! 回上一頁