Difference between revisions of "Qweak GEANT 4 Monte Carlo"
Jump to navigation
Jump to search
(→SVN) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
==Tarball== | ==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== | ||
Line 26: | Line 26: | ||
==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= |
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