void multirun() { TChain *mychain = new TChain("TigEvents"); TProof::Open("lite://"); //TProof::AddEnvVar("LOCALDATASERVER", "file://"); mychain->Add("asm20698.root"); mychain->SetProof(); mychain->Process("process.C+"); //gROOT->ProcessLine(".q"); }