Difference between revisions of "Qweak GEANT 4 Monte Carlo"

From New IAC Wiki
Jump to navigation Jump to search
Line 8: Line 8:
  
 
setenv CVS_RSH ssh<br>
 
setenv CVS_RSH ssh<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
 +
 +
 
cvs -td :ext:tforest@cvs.jlab.org:/group/qweak/cvsroot co QWEAK/QWSIM/Geant4 <br>
 
cvs -td :ext:tforest@cvs.jlab.org:/group/qweak/cvsroot co QWEAK/QWSIM/Geant4 <br>
  

Revision as of 22:56, 24 July 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.

Targball

[Click here to download the taball 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


cvs -td :ext:tforest@cvs.jlab.org:/group/qweak/cvsroot co QWEAK/QWSIM/Geant4

The file QweakSim.root takes a while

SVN

Compiling the Code

Modifying the Code