Difference between revisions of "Day5, 10/04/2011"

From New IAC Wiki
Jump to navigation Jump to search
(Created page with '[https://wiki.iac.isu.edu/index.php/Simulations_of_Particle_Interactions_with_Matter._Dr._Forest._Fall_2011 go back]')
 
Line 1: Line 1:
 
[https://wiki.iac.isu.edu/index.php/Simulations_of_Particle_Interactions_with_Matter._Dr._Forest._Fall_2011 go back]
 
[https://wiki.iac.isu.edu/index.php/Simulations_of_Particle_Interactions_with_Matter._Dr._Forest._Fall_2011 go back]
 +
 +
* gedit src/ExN02SteppingVerbose.cc
 +
* void ExN02SteppingVerbose::TrackingStarted() print first step
 +
* ExN02SteppingVerbose::~ExN02SteppingVerbose()
 +
{
 +
  outfile.open("sigmaR.txt")
 +
}

Revision as of 20:51, 4 October 2011

go back

  • gedit src/ExN02SteppingVerbose.cc
  • void ExN02SteppingVerbose::TrackingStarted() print first step
  • ExN02SteppingVerbose::~ExN02SteppingVerbose()

{

 outfile.open("sigmaR.txt")

}