Skip to content

Commit 9e44a41

Browse files
authored
Update PTBAnalysis_module.cc to read nLLT instead of nHLT
1 parent b7eb6c4 commit 9e44a41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sbndcode/PTBAna/PTBAnalysis_module.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ void sbnd::ptb::PTBAnalysis::AnalysePTBs(std::vector<art::Ptr<raw::ptb::sbndptb>
588588
_ptb_llt_trigger.resize(nLLTs);
589589
_ptb_llt_timestamp.resize(nLLTs);
590590
_ptb_llt_trunmask.resize(nLLTs);
591-
_ptb_llt_unmask_timestamp.resize(nHLTs);
591+
_ptb_llt_unmask_timestamp.resize(nLLTs);
592592

593593
unsigned llt_i = 0; //For ptb_llt_trunmask and perevent, includes the multiples with multiple upbits per word
594594
unsigned l_i=0; //For ptb_llt_trigger, records only unique words

0 commit comments

Comments
 (0)