15 const std::vector<unsigned long>& testVector,
16 std::vector<unsigned long>& eventTestVector
19 std::size_t eventLength = 0;
20 std::size_t wordIndex = 0;
27 if (wordIndex >= testVector.size()) {
28 return StatusCode::FAILURE;
31 const unsigned long flag = testVector[wordIndex] >> 56;
41 if ((eventFooterWord3.
word_count == eventLength) ||
56 if (wordIndex >= testVector.size()) {
57 return StatusCode::FAILURE;
60 const unsigned long flag = testVector[wordIndex] >> 56;
70 if ((eventFooterWord3.
word_count == eventLength) ||
72 eventTestVector.push_back(testVector[wordIndex]);
73 eventTestVector.push_back(testVector[wordIndex + 1]);
74 eventTestVector.push_back(testVector[wordIndex + 2]);
80 eventTestVector.push_back(testVector[wordIndex]);
85 return StatusCode::SUCCESS;
90 const std::string&
name,
91 ISvcLocator* pSvcLocator
99 return StatusCode::SUCCESS;
111 std::vector<unsigned long> testVector{};
117 return StatusCode::FAILURE;
121 std::lock_guard<std::mutex> lock{m_mutex};
127 return StatusCode::SUCCESS;