Skip to content

Commit eae1728

Browse files
authored
Merge pull request #544 from SBNSoftware/feature/zennamo_fixoffbeam_springprod
Bug Fix: Needs to patch `v10_06_00_01` Fixes Off-beam Normalization
2 parents 8e16bb5 + 31250e2 commit eae1728

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sbncode/BeamSpillInfoRetriever/BNBEXTRetriever/BNBEXTRetriever_module.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ void sbn::BNBEXTRetriever::endSubRun(art::SubRun& sr)
173173
std::cout << "FAILED! " << std::endl;
174174
// probably want to throw an exception here
175175

176-
for(auto ExtInfo : fOutExtInfos){
176+
for(auto &ExtInfo : fOutExtInfos){
177177

178178
ExtInfo.gates_since_last_trigger *= scale_factor;
179179

0 commit comments

Comments
 (0)