Skip to content

Commit

Permalink
Don't push back chankey twice (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
cathalsweeney authored Jul 26, 2024
1 parent 334c605 commit 0d290d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UserTools/TimeClustering/TimeClustering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ bool TimeClustering::Execute(){
mrddigitchankeysthisevent.push_back(chankey);
mrddigittimesthisevent.push_back(hitsonthismrdpmt.GetTime());
mrddigitchargesthisevent.push_back(hitsonthismrdpmt.GetCharge());
mrddigitchankeysthisevent.push_back(chankey);
if(MakeMrdDigitTimePlot){ // XXX XXX XXX rename
// fill the histogram if we're checking
if (MakeSingleEventPlots) mrddigitts_single->Fill(hitsonthismrdpmt.GetTime());
Expand Down

0 comments on commit 0d290d3

Please sign in to comment.