]> git.uio.no Git - u/mrichter/AliRoot.git/blame - AliGeant4/macro/alirun0.in
temporarily excluded PHOS
[u/mrichter/AliRoot.git] / AliGeant4 / macro / alirun0.in
CommitLineData
0f507a31 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
0f386a14 17/aliDet/switchOff PHOS
0f507a31 18
19/aliRun/initialize
20/aliRun/beamOn 1
21
22/control/exit