Difference between revisions of "Qweak GEANT 4 Monte Carlo"
Jump to navigation
Jump to search
(→CVS) |
(→SVN) |
||
(15 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= Getting the Qweak GEANT 4 Source code= | = Getting the Qweak GEANT 4 Source code= | ||
The original GEANT 4 simulation from Qweak was developed by Klauss Grimm while at W&M. Below are the various methods used to obtain the source code. | The original GEANT 4 simulation from Qweak was developed by Klauss Grimm while at W&M. Below are the various methods used to obtain the source code. | ||
− | == | + | ==Tarball== |
− | [[http://dogbert.physics.wm.edu/cgi-bin/viewcvs/viewcvs.cgi/Qweak/Qweak.tar.gz?tarball=1 Click here to download the | + | [[http://dogbert.physics.wm.edu/cgi-bin/viewcvs/viewcvs.cgi/Qweak/Qweak.tar.gz?tarball=1 Click here to download the tarball labeled as V0.9] |
== CVS== | == CVS== | ||
setenv CVS_RSH ssh<br> | setenv CVS_RSH ssh<br> | ||
− | cvs -td :ext:tforest@cvs.jlab.org:/group/qweak/cvsroot co QWEAK/QWSIM/Geant4 <br> | + | |
+ | If you want it all do <br> | ||
+ | |||
+ | make sure you notice the "." at the end of the command <br> | ||
+ | cvs -td :ext:tforest@cvs.jlab.org:/group/qweak/cvsroot co . <br> | ||
+ | |||
+ | if you just want the GEANT 4 simulation code | ||
+ | |||
+ | To checkout jsut the simulation Source code into a sibdirectory called "Qweak/Sim" <br> | ||
+ | |||
+ | mkdir Qweak<br> | ||
+ | mkdir Qweak/Sim<br> | ||
+ | cd Qweak <br> | ||
+ | cvs -t :ext:tforest@cvs.jlab.org:/group/qweak/cvsroot co -d Sim QWEAK/QWSIM/Geant4 <br> | ||
The file QweakSim.root takes a while | The file QweakSim.root takes a while | ||
==SVN== | ==SVN== | ||
+ | |||
+ | list the contents of the repository | ||
+ | :svn ls https://qweaksvn.jlab.org/repos/Simulation | ||
+ | |||
+ | checkout the GEANT4 Simulation | ||
+ | :svn checkout https://qweaksvn.jlab.org/repos/Simulation/trunk/QWGEANT4 | ||
=Compiling the Code= | =Compiling the Code= | ||
=Modifying the Code= | =Modifying the Code= | ||
+ | |||
+ | =Qweak E-log= | ||
+ | [http://qweak.jlab.org/elog QWeak E-log] | ||
+ | |||
+ | Username: tforest | ||
+ | Passwd: Qweak | ||
+ | |||
+ | =References and Links= | ||
+ | |||
+ | [http://www.phys.vt.edu/~jmammei/simulation_group.html Qweak GEANT4 Simulation web page] | ||
+ | |||
+ | [http://www.physics.umanitoba.ca/qweak/pmwiki/pmwiki.php?n=Main.HomePage Qweak GEANT4 Simulation Wiki] | ||
+ | |||
+ | [http://dilbert.physics.wm.edu/elog/?gexp=all Klaus Grims Qweak E-log at W&M] | ||
+ | |||
+ | [http://zeus.phys.uconn.edu/forums/qweak.org/ Richard Jone's Qweak Blog at U. Conn] |
Latest revision as of 17:19, 28 September 2007
Getting the Qweak GEANT 4 Source code
The original GEANT 4 simulation from Qweak was developed by Klauss Grimm while at W&M. Below are the various methods used to obtain the source code.
Tarball
[Click here to download the tarball labeled as V0.9
CVS
setenv CVS_RSH ssh
If you want it all do
make sure you notice the "." at the end of the command
cvs -td :ext:tforest@cvs.jlab.org:/group/qweak/cvsroot co .
if you just want the GEANT 4 simulation code
To checkout jsut the simulation Source code into a sibdirectory called "Qweak/Sim"
mkdir Qweak
mkdir Qweak/Sim
cd Qweak
cvs -t :ext:tforest@cvs.jlab.org:/group/qweak/cvsroot co -d Sim QWEAK/QWSIM/Geant4
The file QweakSim.root takes a while
SVN
list the contents of the repository
checkout the GEANT4 Simulation
Compiling the Code
Modifying the Code
Qweak E-log
Username: tforest Passwd: Qweak
References and Links
Qweak GEANT4 Simulation web page