Software/Geant4/Tutorials/Basic/Photon Pencil Beam Files: Difference between revisions

From PBTWiki
< Software‎ | Geant4‎ | Tutorials‎ | Basic
Jump to navigation Jump to search
(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...")
 
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 ==


photonPB.cc [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/photonPB.cc code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/photonPB.cc photonPB.cc]


gamma.mac [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/gamma.mac code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/gamma.mac gamma.mac]


visualisation.mac [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/visualisation.mac code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/visualisation.mac visualisation.mac]


PlotSimulation.C [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/PlotSimulation.C code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/PlotSimulation.C PlotSimulation.C]


== Header Files ==
== Header Files ==


include/DetectorConstruction.hh [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/include/DetectorConstruction.hh code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/DetectorConstruction.hh include/DetectorConstruction.hh]


include/DetectorMessenger.hh [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/include/DetectorMessenger.hh code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/DetectorMessenger.hh include/DetectorMessenger.hh]


include/EventAction.hh [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/include/EventAction.hh code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/EventAction.hh include/EventAction.hh]


include/EventActionMessenger.hh [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/include/EventActionMessenger.hh code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/EventActionMessenger.hh include/EventActionMessenger.hh]


include/PhysicsList.hh [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/include/PhysicsList.hh code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/PhysicsList.hh include/PhysicsList.hh]


include/PhysicsListMessenger.hh [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/include/PhysicsListMessenger.hh code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/PhysicsListMessenger.hh include/PhysicsListMessenger.hh]


include/PrimaryGeneratorAction.hh [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/include/PrimaryGeneratorAction.hh code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/PrimaryGeneratorAction.hh include/PrimaryGeneratorAction.hh]


include/RunAction.hh [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/include/RunAction.hh code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/RunAction.hh include/RunAction.hh]


include/StepMax.hh [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/include/StepMax.hh code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/StepMax.hh include/StepMax.hh]


include/StepMaxMessenger.hh [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/include/StepMaxMessenger.hh code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/StepMaxMessenger.hh include/StepMaxMessenger.hh]


include/SteppingAction.hh [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/include/SteppingAction.hh code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/SteppingAction.hh include/SteppingAction.hh]


include/SteppingVerbose.hh [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/include/SteppingVerbose.hh code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/include/SteppingVerbose.hh include/SteppingVerbose.hh]


== Source files ==
== Source files ==


src/DetectorConstruction.cc [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/src/DetectorConstruction.cc code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/DetectorConstruction.cc src/DetectorConstruction.cc]


src/DetectorMessenger.cc [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/src/DetectorMessenger.cc code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/DetectorMessenger.cc src/DetectorMessenger.cc]


src/EventAction.cc [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/src/EventAction.cc code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/EventAction.cc src/EventAction.cc]


src/EventActionMessenger.cc [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/src/EventActionMessenger.cc code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/EventActionMessenger.cc src/EventActionMessenger.cc]


src/PhysicsList.cc [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/src/PhysicsList.cc code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/PhysicsList.cc src/PhysicsList.cc]


src/PhysicsListMessenger.cc [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/src/PhysicsListMessenger.cc code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/PhysicsListMessenger.cc src/PhysicsListMessenger.cc]


src/PrimaryGeneratorAction.cc [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/src/PrimaryGeneratorAction.cc code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/PrimaryGeneratorAction.cc src/PrimaryGeneratorAction.cc]


src/PrimaryGeneratorMessenger.cc [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/src/PrimaryGeneratorMessenger.cc code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/PrimaryGeneratorMessenger.cc src/PrimaryGeneratorMessenger.cc]


src/RunAction.cc [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/src/RunAction.cc code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/RunAction.cc src/RunAction.cc]


src/StepMax.cc [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/src/StepMax.cc code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/StepMax.cc src/StepMax.cc]


src/StepMaxMessenger.cc [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/src/StepMaxMessenger.cc code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/StepMaxMessenger.cc src/StepMaxMessenger.cc]


src/SteppingAction.cc [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/src/SteppingAction.cc code]
[http://www.hep.ucl.ac.uk/pbt/pbtWiki/code/PhotonPB/src/SteppingAction.cc src/SteppingAction.cc]


src/SteppingVerbose.cc [http://www.hep.ucl.ac.uk/pbt/RadiotherapyWorkbook/skins/common/images/PhotonPB/code/src/SteppingVerbose.cc code]
[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