Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/exoticphysics/monopole/charge.csh is written in an unsupported language. File is not indexed.

0001 #/bin/csh
0002 # 
0003 # 23 March 2010 V.Ivanchenko test on heavy objects with great charge
0004 #
0005 
0006 gmake
0007 
0008 mv res+.out res+.out.old
0009 mv res-.out res-.out.old
0010 
0011 $G4BIN/Linux-g++/monopole monopole.in '0 100 150 GeV'  >& res+.out
0012 $G4BIN/Linux-g++/monopole monopole.in '0 -100 150 GeV' >& res-.out
0013 
0014 tkdiff res+.out res-.out
0015 
0016 #