Klaus Götzen Messages: 293 Registered: June 2006 Location: GSI
first-grade participant
From: *gsi.de
Hi,
actually the files
FairRunAna* fRun = new FairRunAna();
fRun->SetInputFile(InFile);
fRun->SetOutputFile(OutFile);
are needed by FairRunAna as input and output file. In the analysis macro it's however more useful to write out an own file containing the ntuples. Nevertheless the FairRunAna creates an output file, therefore I called the FairRunAna output 'dummy_out.root'.