source: trunk/examples/extended/hadronic/Hadr01/run.csh @ 1354

Last change on this file since 1354 was 1342, checked in by garnier, 14 years ago

update ti head

File size: 901 bytes
Line 
1#/bin/csh
2
3setenv HISTODIR 20101011+PHEVAP
4mkdir -p $HISTODIR
5
6setenv PHYSLIST LHEP
7$G4MY/hadr01 p_pb.in >& $HISTODIR/$PHYSLIST.out
8
9setenv PHYSLIST QGSP_BERT_EMV
10$G4MY/hadr01 p_pb.in >& $HISTODIR/$PHYSLIST.out
11
12setenv PHYSLIST QGSP_BERT_EMX
13$G4MY/hadr01 p_pb.in >& $HISTODIR/$PHYSLIST.out
14
15setenv PHYSLIST QGSP_BERT
16$G4MY/hadr01 p_pb.in >& $HISTODIR/$PHYSLIST.out
17
18setenv PHYSLIST QGSP_BIC
19$G4MY/hadr01 p_pb.in >& $HISTODIR/$PHYSLIST.out
20
21setenv PHYSLIST QBBC
22$G4MY/hadr01 p_pb.in >& $HISTODIR/$PHYSLIST.out
23
24setenv PHYSLIST QBBC_XGG
25$G4MY/hadr01 p_pb.in >& $HISTODIR/$PHYSLIST.out
26
27setenv PHYSLIST QBBC_XGGSN
28$G4MY/hadr01 p_pb.in >& $HISTODIR/$PHYSLIST.out
29
30setenv PHYSLIST FTFP_BERT
31$G4MY/hadr01 p_pb.in >& $HISTODIR/$PHYSLIST.out
32
33setenv PHYSLIST QGSP_FTFP_BERT
34$G4MY/hadr01 p_pb.in >& $HISTODIR/$PHYSLIST.out
35
36setenv PHYSLIST CHIPS
37$G4MY/hadr01 p_pb.in >& $HISTODIR/$PHYSLIST.out
38
39echo "Done!"
40#
Note: See TracBrowser for help on using the repository browser.