Skip to content

Commit 6be31f0

Browse files
committed
Updates for sbndaq-artdaq-core v1_10_03
1 parent 819d2b8 commit 6be31f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sbndcode/Decoders/PTB/SBNDPTBDecoder_module.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ void SBNDPTBDecoder::_process_PTB_AUX(const artdaq::Fragment& frag, ptbsv_t &sou
218218
sout.HLTrigs.push_back(tstruct);
219219

220220
//Make sure HLT words are printing correctly
221-
print_fragment_words(frag, iword, 192 );
222-
std::cout <<"Gate Counter: " << ctbfrag.Trigger(iword)->gate_counter << " | Trigger Payload: " << tstruct.trigger_word << " | Previous Timestamp: " << ctbfrag.PTBWord(iword)->prevTS*20 << std::endl;
221+
//print_fragment_words(frag, iword, 192 );
222+
//std::cout <<"Gate Counter: " << tstruct.gate_counter << " | Trigger Payload: " << tstruct.trigger_word << " | Previous Timestamp: " << tstruct.prev_timestamp << std::endl;
223223

224224

225225
if (fDebugLevel > 0)

0 commit comments

Comments
 (0)