Skip to content

Commit 406fd19

Browse files
committed
Merge branch 'master' of code.ihep.ac.cn:cepc/CEPCSW
2 parents 7ba8dc7 + a13427e commit 406fd19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Generator/src/BeamBackgroundFileParserV0.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ bool BeamBackgroundFileParserV0::load(IBeamBackgroundFileParser::BeamBackgroundD
3838
ss >> loss_turn; if (ss.fail()) { continue; }
3939
ss >> z; if (ss.fail()) { continue; }
4040
ss >> x; if (ss.fail()) { continue; }
41-
ss >> y; if (ss.fail()) { continue; }
4241
ss >> cosx; if (ss.fail()) { continue; }
42+
ss >> y; if (ss.fail()) { continue; }
4343
ss >> cosy; if (ss.fail()) { continue; }
4444
ss >> dz; if (ss.fail()) { continue; }
4545
ss >> dp; if (ss.fail()) { continue; }

0 commit comments

Comments
 (0)