void lancia2() { Int_t start=0; Int_t startS=981; Int_t max = 75; Int_t strip = startS; for (Int_t spill = start ; spill <= max ; spill++) { TString go = Form("root -l -q 'GetTimeCoincidence2.C(%d,%d)'",strip, spill); cout << go << endl; strip++; system(go.Data()); } }