]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/fastSimul/README.txt
4f3fc004e3c3b2f954983235137bd78304969f91
[u/mrichter/AliRoot.git] / TPC / fastSimul / README.txt
1 #############################################################################################
2 Macros to do fast simulation of processes important for tuning of reconstruction.
3 Currently fast simulation of ionization digitization and cluster finder - AliTPCclusterFast
4 #############################################################################################
5
6
7 How to use it?
8 a) which macro to use (I know it was somewhere in AliRoot but with the GIT page I dont find it anymore),
9 b) what is the basic functionality of the functions
10 c) what do I need to run it (aliroot version?) 
11 d) how would I run it and extract space point resolution and dEdx resolution
12     (best step by step for dummies)?
13
14
15
16
17 a) Which macro to use (I know it was somewhere in AliRoot
18
19    Example case - submit 40 jobs with 100 tracks.
20    
21    source $ALICE_ROOT/TPCdev/TPC/fastSimul/simul.sh
22    makeEnvLocal             #this is just example please setup your environmnet script to set env variables 
23    makeSubmitRUN 40 100
24
25 c) what do I need to run it (aliroot version?) 
26    Recent AliRoot
27
28
29 b) What is the basic functionality of the functions?
30    Provides cluster and track functionitility - possible to modify parameters of the reconstruction/ resp. harware setup   See example usage simul.C:DrawdEdxResolExample()
31    
32    
33    
34