Skip to content

Instantly share code, notes, and snippets.

@JeremyMcCormick
Created September 30, 2016 22:49
Show Gist options
  • Save JeremyMcCormick/7e921a22ef3a078218139b280c1539e9 to your computer and use it in GitHub Desktop.
Save JeremyMcCormick/7e921a22ef3a078218139b280c1539e9 to your computer and use it in GitHub Desktop.
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