]> git.uio.no Git - u/mrichter/AliRoot.git/blob - AliGeant4/macro/alirun0.in
temporarily excluded PHOS
[u/mrichter/AliRoot.git] / AliGeant4 / macro / alirun0.in
1 # $ Id:$
2 # The simplest way how to run aligeant4;
3 # all detector and structure modules of the default versions
4 # (excluded G3-dependent/errorneous detectors) are built;
5 # run with standard AliRoot generator (defined in Config.C).
6 #
7
8 /aliDet/switchOn ALL
9
10 # switch off detectors with errors
11 /aliDet/switchOff CASTOR
12 /aliDet/switchOff RICH
13 /aliDet/switchOff ZDC
14
15 # detectors with temporary problem
16 /aliDet/switchOff MUON
17 /aliDet/switchOff PHOS
18
19 /aliRun/initialize
20 /aliRun/beamOn 1
21
22 /control/exit