]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/READMEfast.txt
Fix overrun index in array, coverity rep
[u/mrichter/AliRoot.git] / MUON / READMEfast.txt
1 // $Id$
2
3 /*! 
4
5 \page README_fast Fast simulation
6
7
8 The macro fastMUONGen.C allows to generate events using the 
9 AliGenMUONCocktailpp generator. In the current implementation, the 
10 generator is set up in order to force all generated particles to decay
11 within Pythia, including the muonic decay of pions and kaons:
12 gener->SetDecayModePythia(kAllMuonic); 
13 By changing the argument from "kAllMuonic" back to "kAll" one can
14 leave it up to GEANT to do these decays. 
15 In addition, we require that the "trigger muons" - whose number 
16 (single- or dimuon trigger or MB trigger),
17 specified as the third argument of fastMUONGen.C - must have their origin
18 before the hadron absorber in order to "simulate" GEANT:
19 gener->SetMuonOriginCut(-130.);
20
21 The output of this generation ("galice.root" and "Kinematic.root")
22 can then be processed by the macro fastMUONSim.C that produces a
23 root file, called "fastSim_pp.root". It uses the "fast generator" to
24 simulate the detector response.  The output file contains
25 TClonesArrays holding AliMUONTrackLight and AliMUONPairLight objects
26 that are built on the basis of the surviving muons.
27
28 Both macros can be run from fastSim.sh test script.
29
30 This chapter is defined in the READMEfast.txt file.
31
32 */
33
34