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