Go to the source code of this file.
#define BOOST_TEST_MODULE |
( |
|
MilliSlice_t | ) |
|
BOOST_AUTO_TEST_CASE |
( |
BaselineTest |
| ) |
|
Definition at line 22 of file DUNE_FelixDecode_t.cc.
65 "/pnfs/dune/tape_backed/dunepro/protodune/np04/beam/detector/None/raw/05/" 66 "16/24/57/np04_raw_run004424_0001_dl5.root";
71 for(
unsigned i = 0; i < flxdec.total_fragments(); ++i) {
73 artdaq::Fragment frag = flxdec.Fragment(i);
75 if(frag.timestamp() - flxfrag.timestamp() >= 12525 || frag.timestamp() - flxfrag.timestamp() < 12500) {
76 std::cout <<
"\nFragment " << i <<
"\tCrate " << (unsigned)flxfrag.crate_no() <<
'\t';
77 std::cout <<
"Slot " << (unsigned)flxfrag.slot_no() <<
'\t';
78 std::cout <<
"Fiber " << (unsigned)flxfrag.fiber_no() <<
'\n';
84 std::cout <<
"Timestamp difference: " << frag.timestamp() - flxfrag.timestamp() <<
'\n';
87 std::cout <<
"Timestamp difference: " << frag.timestamp() - flxfrag.timestamp() <<
'\n';