File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ In the MT mode of Geant4 the folder names changed from 'folderName_1' and 'folde
1313### Bug fixes
1414* Check the return value of ` source->InitUnpackers() ` /` source->ReinitUnpackers() `
1515 in ` FairRunOnline ` . Stop run if ` false ` returned.
16+ * Remove sink from Tutorial3/MQ/sampler.cxx.
1617
1718### Other Notable Changes
1819* Allow running without output sink. In this case even persistent branches would not be stored anywhere.
Original file line number Diff line number Diff line change 1919#include " FairMQ.h" // for fair::mq::Device, fair::mq::MessagePtr
2020#include " FairMQSamplerTask.h"
2121#include " FairParRootFileIo.h"
22- #include " FairRootFileSink.h"
2322#include " FairRunAna.h"
2423#include " FairRuntimeDb.h"
2524
@@ -98,10 +97,6 @@ class FairMQSampler : public fair::mq::Device
9897
9998 fFairRunAna ->SetSource (source);
10099
101- TString output = fInputFile ;
102- output.Append (" .out.root" );
103- fFairRunAna ->SetSink (std::make_unique<FairRootFileSink>(output.Data ()));
104-
105100 fFairRunAna ->AddTask (fSamplerTask );
106101
107102 if (fParFile != " " ) {
You can’t perform that action at this time.
0 commit comments