]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TPC/fastSimul/README.txt
Preparation for the FEC parameter tuning studies
[u/mrichter/AliRoot.git] / TPC / fastSimul / README.txt
CommitLineData
44a0fef0 1#############################################################################################
0716cb63 2Macros to do fast simulation of processes important for tuning of reconstruction.
44a0fef0 3Currently fast simulation of ionization digitization and cluster finder - AliTPCclusterFast
4#############################################################################################
0716cb63 5
0716cb63 6
44a0fef0 7How to use it?
8a) which macro to use (I know it was somewhere in AliRoot but with the GIT page I dont find it anymore),
9b) what is the basic functionality of the functions
10c) what do I need to run it (aliroot version?)
11d) how would I run it and extract space point resolution and dEdx resolution
12 (best step by step for dummies)?
0716cb63 13
14
15
44a0fef0 16
17a) 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
25c) what do I need to run it (aliroot version?)
26 Recent AliRoot
27
28
29b) 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