mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Fix CIDs 10587, 10813, 10911, 10912, 10402, 10403, 10577, 10578, 10579, 10848, 10861, 10865, 10868, 10910.
Move classes inheriting from device to a subdirectory. Make sure only protobuf library installed by fairsoft is used. Cleanup FairMQDevice and fix some initialization list warnings. Loop to duplicate input files in Sampler. Add some documentation to FairMQ.
This commit is contained in:
@@ -35,8 +35,8 @@ void FairMQBinSink::Run()
|
||||
fPayloadInputs->at(0)->Receive(msg);
|
||||
|
||||
int inputSize = msg->GetSize();
|
||||
int numInput = inputSize / sizeof(Content);
|
||||
Content* input = reinterpret_cast<Content*>(msg->GetData());
|
||||
// int numInput = inputSize / sizeof(Content);
|
||||
// Content* input = reinterpret_cast<Content*>(msg->GetData());
|
||||
|
||||
// for (int i = 0; i < numInput; ++i) {
|
||||
// LOG(INFO) << (&input[i])->x << " " << (&input[i])->y << " " << (&input[i])->z << " " << (&input[i])->a << " " << (&input[i])->b;
|
||||
|
Reference in New Issue
Block a user