Skip to content
Snippets Groups Projects
Commit 406fd193 authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

Merge branch 'master' of code.ihep.ac.cn:cepc/CEPCSW

parents 7ba8dc7d a13427ef
No related branches found
No related tags found
No related merge requests found
......@@ -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; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment