Monoenergetic photon pencil beam

From UCL HEP PBT Wiki

Jump to: navigation, search
m
m
Line 30: Line 30:
<pre style="color: #800000; background-color: #dcdcdc">
<pre style="color: #800000; background-color: #dcdcdc">
-
cp -r /unix/pbt/tutorials/basic/PhotonPB /home/username/.../PhotonPB_source   
+
cp -r /unix/pbt/tutorials/basic/PhotonPB /home/username/PhotonPB/PhotonPB_source   
</pre>
</pre>
== <span style="color:#000080"> How to run the code </span> ==  
== <span style="color:#000080"> How to run the code </span> ==  
-
; Inside /home/username/.../ create a directory
+
; Inside /home/username/PhotonPB/ create a directory
<pre style="color: #800000; background-color: #dcdcdc">
<pre style="color: #800000; background-color: #dcdcdc">
Line 46: Line 46:
cd PhotonPB_build  
cd PhotonPB_build  
-
cmake -DGeant4_DIR=/unix/pbt/software/dev /home/username/.../PhotonPB_source  
+
cmake -DGeant4_DIR=/unix/pbt/software/dev /home/username/PhotonPB/PhotonPB_source  
make   
make   
</pre>
</pre>
-
; Run the macro gamma.mac. The macro generates 10000 events.
+
; Run macro gamma.mac. The macro generates 10000 events.
<pre style="color: #800000; background-color: #dcdcdc">
<pre style="color: #800000; background-color: #dcdcdc">

Revision as of 11:14, 16 July 2014

Personal tools