Created
September 30, 2016 22:49
-
-
Save JeremyMcCormick/7e921a22ef3a078218139b280c1539e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ss << std::setprecision(10) | |
<< std::scientific | |
<< std::uppercase | |
<< "\t" << hepeup.IDUP[line] | |
<< "\t" << hepeup.ISTUP[line] | |
<< "\t" << hepeup.MOTHUP[line].first | |
<< "\t" << hepeup.MOTHUP[line].second | |
<< "\t" << hepeup.ICOLUP[line].first | |
<< "\t" << hepeup.ICOLUP[line].second | |
<< "\t" << hepeup.PUP[line][0] | |
<< "\t" << hepeup.PUP[line][1] | |
<< "\t" << hepeup.PUP[line][2] | |
<< "\t" << hepeup.PUP[line][3] | |
<< "\t" << hepeup.PUP[line][4] | |
<< std::setprecision(3) | |
<< "\t" << hepeup.VTIMUP[line] | |
<< std::setprecision(1) | |
<< std::fixed | |
<< "\t" << hepeup.SPINUP[line] << std::endl; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment