Skip to content

Commit 0a07ac6

Browse files
committed
Bloody typo
1 parent ebec6cd commit 0a07ac6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StraxInserter.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ uint32_t StraxInserter::ProcessEvent(uint32_t* buff, unsigned total_words, long
207207

208208
if(buff[1]&0x4000000){ // board fail
209209
const std::lock_guard<std::mutex> lg(fFC_mutex);
210-
GenerateArtificialDeadtime(((clock_counter<<31) + header_time)*fmt["ns_per_clock"], bid,
210+
GenerateArtificialDeadtime(((clock_counter<<31) + header_time)*fmt["ns_per_clk"], bid,
211211
event_time, clock_counter);
212212
fDataSource->CheckError(bid);
213213
fFailCounter[bid]++;

0 commit comments

Comments
 (0)