mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
merge the trunk with the development of ZeroMQ branch
git-svn-id: https://subversion.gsi.de/fairroot/fairbase/trunk@22451 0381ead4-6506-0410-b988-94b70fbc4730
This commit is contained in:
@@ -25,13 +25,12 @@ class FairMQSamplerTask: public FairTask
|
||||
virtual InitStatus Init();
|
||||
virtual void Exec(Option_t* opt) = 0;
|
||||
void SetBranch(TString branch);
|
||||
void SetMessageSize(Int_t size);
|
||||
std::vector<FairMQMessage*> *GetOutput();
|
||||
FairMQMessage* GetOutput();
|
||||
static void ClearOutput(void* data, void* hint);
|
||||
protected:
|
||||
TClonesArray* fInput;
|
||||
TString fBranch;
|
||||
Int_t fMessageSize;
|
||||
std::vector<FairMQMessage*> *fOutput;
|
||||
FairMQMessage* fOutput;
|
||||
};
|
||||
|
||||
#endif /* FAIRMQSAMPLERTASK_H_ */
|
||||
|
Reference in New Issue
Block a user