Software/Geant4/Tutorials/Basic/Photon Pencil Beam Files: Difference between revisions
Jump to navigation
Jump to search
SimonJolly (talk | contribs) (Created page with "== Simulation Files == photonPB.cc [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/photonPB.cc code] gamma.mac [http://www.hep.ucl.ac.uk/pb...") |
SimonJolly (talk | contribs) No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
These are available from the directory <code>/unix/www/html/pbt/pbtWiki/code/</code> on the HEP Linux systems. | |||
== Simulation Files == | == Simulation Files == | ||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/photonPB.cc photonPB.cc] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/gamma.mac gamma.mac] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/visualisation.mac visualisation.mac] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/PlotSimulation.C PlotSimulation.C] | |||
== Header Files == | == Header Files == | ||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/DetectorConstruction.hh include/DetectorConstruction.hh] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/DetectorMessenger.hh include/DetectorMessenger.hh] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/EventAction.hh include/EventAction.hh] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/EventActionMessenger.hh include/EventActionMessenger.hh] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/PhysicsList.hh include/PhysicsList.hh] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/PhysicsListMessenger.hh include/PhysicsListMessenger.hh] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/PrimaryGeneratorAction.hh include/PrimaryGeneratorAction.hh] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/RunAction.hh include/RunAction.hh] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/StepMax.hh include/StepMax.hh] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/StepMaxMessenger.hh include/StepMaxMessenger.hh] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/SteppingAction.hh include/SteppingAction.hh] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/SteppingVerbose.hh include/SteppingVerbose.hh] | |||
== Source files == | == Source files == | ||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/DetectorConstruction.cc src/DetectorConstruction.cc] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/DetectorMessenger.cc src/DetectorMessenger.cc] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/EventAction.cc src/EventAction.cc] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/EventActionMessenger.cc src/EventActionMessenger.cc] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/PhysicsList.cc src/PhysicsList.cc] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/PhysicsListMessenger.cc src/PhysicsListMessenger.cc] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/PrimaryGeneratorAction.cc src/PrimaryGeneratorAction.cc] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/PrimaryGeneratorMessenger.cc src/PrimaryGeneratorMessenger.cc] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/RunAction.cc src/RunAction.cc] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/StepMax.cc src/StepMax.cc] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/StepMaxMessenger.cc src/StepMaxMessenger.cc] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/SteppingAction.cc src/SteppingAction.cc] | |||
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/SteppingVerbose.cc src/SteppingVerbose.cc] |
Latest revision as of 17:38, 31 March 2016
These are available from the directory /unix/www/html/pbt/pbtWiki/code/
on the HEP Linux systems.
Simulation Files
Header Files
include/DetectorConstruction.hh
include/EventActionMessenger.hh
include/PhysicsListMessenger.hh
include/PrimaryGeneratorAction.hh