Skip to content

Commit

Permalink
Merge branch 'master' of code.ihep.ac.cn:cepc/CEPCSW
Browse files Browse the repository at this point in the history
  • Loading branch information
mirguest committed Mar 13, 2024
2 parents 7ba8dc7 + a13427e commit 406fd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Generator/src/BeamBackgroundFileParserV0.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ bool BeamBackgroundFileParserV0::load(IBeamBackgroundFileParser::BeamBackgroundD
ss >> loss_turn; if (ss.fail()) { continue; }
ss >> z; if (ss.fail()) { continue; }
ss >> x; if (ss.fail()) { continue; }
ss >> y; if (ss.fail()) { continue; }
ss >> cosx; if (ss.fail()) { continue; }
ss >> y; if (ss.fail()) { continue; }
ss >> cosy; if (ss.fail()) { continue; }
ss >> dz; if (ss.fail()) { continue; }
ss >> dp; if (ss.fail()) { continue; }
Expand Down

0 comments on commit 406fd19

Please sign in to comment.