15 #ifndef FAIRMQPIXELFILESINKBIN_H_
16 #define FAIRMQPIXELFILESINKBIN_H_
18 #include <FairMQDevice.h>
34 void AddOutputBranch(
const std::string& classString,
const std::string& branchString)
36 fClassNames.push_back(classString);
37 fBranchNames.push_back(branchString);
49 std::string fInputChannelName;
50 std::string fAckChannelName;
52 std::string fFileName;
53 std::string fTreeName;
55 std::vector<std::string> fBranchNames;
56 std::vector<std::string> fClassNames;
58 std::string fFileOption;
64 unsigned int fNObjects;
65 TObject** fOutputObjects;
std::string GetOutputFileName()
void SetOutputFileName(const std::string &tempString)
bool StoreData(FairMQParts &, int)
virtual ~FairMQPixelFileSinkBin()
void SetAckChannelName(const std::string &tstr)
void AddOutputBranch(const std::string &classString, const std::string &branchString)
void SetInputChannelName(const std::string &tstr)