We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24443ac commit a983769Copy full SHA for a983769
sbncode/BeamSpillInfoRetriever/BNBEXTRetriever/BNBEXTRetriever_module.cc
@@ -173,7 +173,7 @@ void sbn::BNBEXTRetriever::endSubRun(art::SubRun& sr)
173
std::cout << "FAILED! " << std::endl;
174
// probably want to throw an exception here
175
176
- for(auto ExtInfo : fOutExtInfos){
+ for(auto &ExtInfo : fOutExtInfos){
177
178
ExtInfo.gates_since_last_trigger *= scale_factor;
179
0 commit comments