15 #ifndef FAIRMQPIXELSAMPLERBIN_H_
16 #define FAIRMQPIXELSAMPLERBIN_H_
18 #include <FairMQDevice.h>
34 void AddInputFileName(
const std::string& tempString) { fFileNames.push_back(tempString); }
51 std::string fOutputChannelName;
52 std::string fAckChannelName;
56 TObject* fInputObjects[100];
62 std::vector<std::string> fBranchNames;
63 std::vector<std::string> fFileNames;
68 std::thread fAckListener;
void SetMaxIndex(int64_t tempInt)
void SetAckChannelName(const std::string &tstr)
void AddInputBranchName(const std::string &tempString)
virtual bool ConditionalRun()
void SetOutputChannelName(const std::string &tstr)
void AddInputFileName(const std::string &tempString)
virtual ~FairMQPixelSamplerBin()