]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
New README file for fast simulation
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 4 May 2007 14:28:38 +0000 (14:28 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 4 May 2007 14:28:38 +0000 (14:28 +0000)
(Hermine)

MUON/READMEfast [new file with mode: 0644]

diff --git a/MUON/READMEfast b/MUON/READMEfast
new file mode 100644 (file)
index 0000000..73535c5
--- /dev/null
@@ -0,0 +1,27 @@
+$Id$
+
+How to test the fast simulation for MUON.
+
+The macro "fastMUONGen.C" allows to generate events using the 
+AliGenMUONCocktailpp generator. In the current implementation, the 
+generator is set up in order to force all generated particles to decay
+within Pythia, including the muonic decay of pions and kaons:
+gener->SetDecayModePythia(kAllMuonic); 
+By changing the argument from "kAllMuonic" back to "kAll" one can
+leave it up to GEANT to do these decays. 
+In addition, we require that the "trigger muons" - whose number 
+(single- or dimuon trigger or MB trigger),
+specified as the third argument of fastMUONGen.C - must have their origin
+before the hadron absorber in order to "simulate" GEANT:
+gener->SetMuonOriginCut(-130.);
+
+The output of this generation ("galice.root" and "Kinematic.root")
+can then be processed by the macro "fastMUONSim.C" that produces a
+root file, called "fastSim_pp.root". It uses the "fast generator" to
+simulate the detector response.  The output file contains
+TClonesArrays holding AliMUONTrackLight and AliMUONPairLight objects
+that are built on the basis of the surviving muons.
+
+Both macros can be run from fastSim.sh test script.
+
+