mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 00:31:14 +00:00
separate process for I/O in zmq example
git-svn-id: https://subversion.gsi.de/fairroot/fairbase/trunk@20239 0381ead4-6506-0410-b988-94b70fbc4730
This commit is contained in:
parent
5f1984fdbe
commit
ecebfec9f3
|
@ -22,8 +22,8 @@ FairMQSampler::FairMQSampler() :
|
|||
fFairRunAna(new FairRunAna()),
|
||||
fSamplerTask(NULL),
|
||||
fInputFile(""),
|
||||
fBranch(""),
|
||||
fParFile(""),
|
||||
fBranch(""),
|
||||
fEventRate(1)
|
||||
{
|
||||
}
|
||||
|
@ -40,10 +40,6 @@ void FairMQSampler::Init()
|
|||
|
||||
fSamplerTask->SetBranch(fBranch);
|
||||
|
||||
/*TString rootlogon_macro = TString(getenv("VMCWORKDIR")) + "/gconfig/rootlogon.C";
|
||||
gROOT->LoadMacro(rootlogon_macro.Data());
|
||||
gROOT->ProcessLine("rootlogon()");
|
||||
*/
|
||||
fFairRunAna->SetInputFile(TString(fInputFile));
|
||||
fFairRunAna->SetOutputFile("dummy.out");
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user