GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » R3BRoot » Data Analysis » How to create more than one output event in FairTask Exec()-function? (How to create more than one output event in FairTask Exec()-function?)
Re: How to create more than one output event in FairTask Exec()-function? [message #23809 is a reply to message #23803] Wed, 27 March 2019 14:27 Go to previous messageGo to previous message
Jan Mayer is currently offline  Jan Mayer
Messages: 20
Registered: August 2015
occasional visitor
From: *ikp.uni-koeln.de
auto source = new FairFileSource("<path to>/DigiFile.root");
source->AddFile("<path to>/DigiFile_2.root");

auto run = new FairRunAna();
run->SetSource(source);


"SetInputFile" is deprecated anyway.

Also, with
run->Run(0, 0);
all available events will be processed. No need to specifying the exact number.

[Updated on: Wed, 27 March 2019 14:35]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: reading container parameter
Next Topic: Some UCESB zero-suppressed multi hit documentation
Goto Forum:
  


Current Time: Fri Mar 29 02:53:41 CET 2024

Total time taken to generate the page: 0.01445 seconds