-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the FLowAnalysis wiki!
Reconstructed track files and BDC, NeuLAND, Katana, and Kyoto Array is combined into one files run by run. Track quality flag is set then reaction plane is obtained. If flattening correction database is prepared, corrected parameters are also stored in the output.
$ Edit run_analysis.sh
DBVERSION=25 --> Database version if it doesn't exist, no database is loaded. VERSION=25 --> Output file version run####_BTt.v25.root RUNNUMBER1=(${RNF132}) --> $RNF132 is defined in runList.sh
$ source run_analysis.sh
$ execb -→ Execute he first run defined by RUNNUMBER1
$ execc -→ Execute the whole runs from the second.
$ export MEVT= -→ if run for all events, otherwise, export MEVT=##
$ execa -→ test run with the first run
Calculate flattening correction factors then corrected. Databases of data/mlt_132Sn.v#..root and data/psi_132Sn.v.#.root are created.
$ Edit DoRPAnalysis.sh
export BEAMSN=$RNF108 <<-- or $RNF132 or $RNF112 or $RNF124 export DBVERSION=35 export VERSION=35.0 ##<- output file version export MNDB=BTt ##<- output file sufix
$ source DoAna.sh
$ docorrection ← Getting correction factor and correction is done sequentially.
$ Edit DoFlow.sh
##---->>> EDIT here export MNMACRO=DoFlow_adv.C ##<--- MACRO name export MNRNF={$RNF132} ##<--- export MNDB=BTt ##<--- export MNVERSION=39.0 ## <------@@ input export MNOVER=0 ##<-----------
$ source DoFlow.sh
$ run -1 ← Psi angle correction and centrality dependence correction will be done.
- How to Setup
- Particle selection
- Track quality flag
- Flow Task
- Analysis procedure (OLD before 2019)
- process 1
- process 2
- Flattening
- [process 4]
- [plotting]
- Analysis procedure (updated)
- [Step 1] run_analysis(.sh .C) Read and combine recoData and BigRIPS data
- [Step 2] DoAna.sh. DoFlattening.C