models-analysis-config.yml 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. # --- Set up axes for differential u-vectors (for example, for vn(pT, y))
  2. _axes:
  3. - &axis_pT
  4. name: Particles/pT
  5. nb: 50
  6. lo: 0.
  7. hi: 5.
  8. - &axis_rapidity
  9. name: Particles/rapidity
  10. nb: 100
  11. lo: -5.
  12. hi: 5.
  13. - &axis_eta
  14. name: Particles/eta
  15. nb: 100
  16. lo: -5.
  17. hi: 5.
  18. # --- Main configuration
  19. qn_all:
  20. # --- Set up eventwise varibles (for example, centrality)
  21. event-variables:
  22. - Event/B
  23. axes:
  24. - { name: Event/B, nb: 140, lo: 0., hi: 14. }
  25. # --- Configure Q-vectors
  26. q-vectors:
  27. # --- u(centrality, pT, y) for all charged hadrons in TPC L
  28. - name: u_hadrons_L
  29. type: track
  30. phi: Particles/phi
  31. weight: Ones
  32. norm: m
  33. axes:
  34. - *axis_pT
  35. - *axis_rapidity
  36. - *axis_eta
  37. cuts:
  38. Particles/eta: { range: [-1.5, -0.05] }
  39. # --- u(centrality, pT, y) for all charged hadrons in TPC R
  40. - name: u_hadrons_R
  41. type: track
  42. phi: Particles/phi
  43. weight: Ones
  44. norm: m
  45. axes:
  46. - *axis_pT
  47. - *axis_rapidity
  48. - *axis_eta
  49. cuts:
  50. Particles/eta: { range: [0.05, 1.5] }
  51. # --- u(centrality, pT, y) for protons in TPC L
  52. - name: u_pr_L
  53. type: track
  54. phi: Particles/phi
  55. weight: Ones
  56. norm: m
  57. axes:
  58. - *axis_pT
  59. - *axis_rapidity
  60. - *axis_eta
  61. cuts:
  62. Particles/eta: { range: [-1.5, -0.05] }
  63. Particles/pid: { equals: 2212 }
  64. # --- u(centrality, pT, y) for protons in TPC R
  65. - name: u_pr_R
  66. type: track
  67. phi: Particles/phi
  68. weight: Ones
  69. norm: m
  70. axes:
  71. - *axis_pT
  72. - *axis_rapidity
  73. - *axis_eta
  74. cuts:
  75. Particles/eta: { range: [0.05, 1.5] }
  76. Particles/pid: { equals: 2212 }
  77. # --- u(centrality, pT, y) for pi+ in TPC L
  78. - name: u_pip_L
  79. type: track
  80. phi: Particles/phi
  81. weight: Ones
  82. norm: m
  83. axes:
  84. - *axis_pT
  85. - *axis_rapidity
  86. - *axis_eta
  87. cuts:
  88. Particles/eta: { range: [-1.5, -0.05] }
  89. Particles/pid: { equals: 211 }
  90. # --- u(centrality, pT, y) for pi+ in TPC R
  91. - name: u_pip_R
  92. type: track
  93. phi: Particles/phi
  94. weight: Ones
  95. norm: m
  96. axes:
  97. - *axis_pT
  98. - *axis_rapidity
  99. - *axis_eta
  100. cuts:
  101. Particles/eta: { range: [0.05, 1.5] }
  102. Particles/pid: { equals: 211 }
  103. # --- u(centrality, pT, y) for pi- in TPC L
  104. - name: u_pim_L
  105. type: track
  106. phi: Particles/phi
  107. weight: Ones
  108. norm: m
  109. axes:
  110. - *axis_pT
  111. - *axis_rapidity
  112. - *axis_eta
  113. cuts:
  114. Particles/eta: { range: [-1.5, -0.05] }
  115. Particles/pid: { equals: -211 }
  116. # --- u(centrality, pT, y) for pi- in TPC R
  117. - name: u_pim_R
  118. type: track
  119. phi: Particles/phi
  120. weight: Ones
  121. norm: m
  122. axes:
  123. - *axis_pT
  124. - *axis_rapidity
  125. - *axis_eta
  126. cuts:
  127. Particles/eta: { range: [0.05, 1.5] }
  128. Particles/pid: { equals: -211 }
  129. # --- u(centrality, pT, y) for K+ in TPC L
  130. - name: u_kap_L
  131. type: track
  132. phi: Particles/phi
  133. weight: Ones
  134. norm: m
  135. axes:
  136. - *axis_pT
  137. - *axis_rapidity
  138. - *axis_eta
  139. cuts:
  140. Particles/eta: { range: [-1.5, -0.05] }
  141. Particles/pid: { equals: 321 }
  142. # --- u(centrality, pT, y) for K+ in TPC R
  143. - name: u_kap_R
  144. type: track
  145. phi: Particles/phi
  146. weight: Ones
  147. norm: m
  148. axes:
  149. - *axis_pT
  150. - *axis_rapidity
  151. - *axis_eta
  152. cuts:
  153. Particles/eta: { range: [0.05, 1.5] }
  154. Particles/pid: { equals: 321 }
  155. # --- u(centrality, pT, y) for K- in TPC L
  156. - name: u_kam_L
  157. type: track
  158. phi: Particles/phi
  159. weight: Ones
  160. norm: m
  161. axes:
  162. - *axis_pT
  163. - *axis_rapidity
  164. - *axis_eta
  165. cuts:
  166. Particles/eta: { range: [-1.5, -0.05] }
  167. Particles/pid: { equals: -321 }
  168. # --- u(centrality, pT, y) for K- in TPC R
  169. - name: u_kam_R
  170. type: track
  171. phi: Particles/phi
  172. weight: Ones
  173. norm: m
  174. axes:
  175. - *axis_pT
  176. - *axis_rapidity
  177. - *axis_eta
  178. cuts:
  179. Particles/eta: { range: [0.05, 1.5] }
  180. Particles/pid: { equals: -321 }
  181. # --- Q(centrality) for all charged hadrons in TPC L
  182. - name: Q_hadrons_TPC_L
  183. type: track
  184. phi: Particles/phi
  185. weight: Ones
  186. norm: m
  187. cuts:
  188. Particles/eta: { range: [-1.5, -0.05] }
  189. Particles/is_charged: { equals: 1 }
  190. # --- Q(centrality) for all charged hadrons in TPC R
  191. - name: Q_hadrons_TPC_R
  192. type: track
  193. phi: Particles/phi
  194. weight: Ones
  195. norm: m
  196. cuts:
  197. Particles/eta: { range: [0.05, 1.5] }
  198. Particles/is_charged: { equals: 1 }
  199. # --- Q(centrality) for protons in TPC L
  200. - name: Q_pr_TPC_L
  201. type: track
  202. phi: Particles/phi
  203. weight: Ones
  204. norm: m
  205. cuts:
  206. Particles/eta: { range: [-1.5, -0.05] }
  207. Particles/pid: { equals: 2212 }
  208. # --- Q(centrality) for protons in TPC R
  209. - name: Q_pr_TPC_R
  210. type: track
  211. phi: Particles/phi
  212. weight: Ones
  213. norm: m
  214. cuts:
  215. Particles/eta: { range: [0.05, 1.5] }
  216. Particles/pid: { equals: 2212 }
  217. # --- Q(centrality) for pi+ in TPC L
  218. - name: Q_pip_TPC_L
  219. type: track
  220. phi: Particles/phi
  221. weight: Ones
  222. norm: m
  223. cuts:
  224. Particles/eta: { range: [-1.5, -0.05] }
  225. Particles/pid: { equals: 211 }
  226. # --- Q(centrality) for pi+ in TPC R
  227. - name: Q_pip_TPC_R
  228. type: track
  229. phi: Particles/phi
  230. weight: Ones
  231. norm: m
  232. cuts:
  233. Particles/eta: { range: [0.05, 1.5] }
  234. Particles/pid: { equals: 211 }
  235. # --- Q(centrality) for pi- in TPC L
  236. - name: Q_pim_TPC_L
  237. type: track
  238. phi: Particles/phi
  239. weight: Ones
  240. norm: m
  241. cuts:
  242. Particles/eta: { range: [-1.5, -0.05] }
  243. Particles/pid: { equals: -211 }
  244. # --- Q(centrality) for pi- in TPC R
  245. - name: Q_pim_TPC_R
  246. type: track
  247. phi: Particles/phi
  248. weight: Ones
  249. norm: m
  250. cuts:
  251. Particles/eta: { range: [0.05, 1.5] }
  252. Particles/pid: { equals: -211 }
  253. # --- Q(centrality) for K+ in TPC L
  254. - name: Q_kap_TPC_L
  255. type: track
  256. phi: Particles/phi
  257. weight: Ones
  258. norm: m
  259. cuts:
  260. Particles/eta: { range: [-1.5, -0.05] }
  261. Particles/pid: { equals: 321 }
  262. # --- Q(centrality) for K+ in TPC R
  263. - name: Q_kap_TPC_R
  264. type: track
  265. phi: Particles/phi
  266. weight: Ones
  267. norm: m
  268. cuts:
  269. Particles/eta: { range: [0.05, 1.5] }
  270. Particles/pid: { equals: 321 }
  271. # --- Q(centrality) for K- in TPC L
  272. - name: Q_kam_TPC_L
  273. type: track
  274. phi: Particles/phi
  275. weight: Ones
  276. norm: m
  277. cuts:
  278. Particles/eta: { range: [-1.5, -0.05] }
  279. Particles/pid: { equals: -321 }
  280. # --- Q(centrality) for K- in TPC R
  281. - name: Q_kam_TPC_R
  282. type: track
  283. phi: Particles/phi
  284. weight: Ones
  285. norm: m
  286. cuts:
  287. Particles/eta: { range: [0.05, 1.5] }
  288. Particles/pid: { equals: -321 }
  289. # --- Q(centrality) for all charged hadrons in FHCal L
  290. - name: Q_hadrons_FHCal_L
  291. type: track
  292. phi: Particles/phi
  293. weight: Ones
  294. norm: m
  295. cuts:
  296. Particles/eta: { range: [-5., -2.] }
  297. # --- Q(centrality) for all charged hadrons in FHCal R
  298. - name: Q_hadrons_FHCal_R
  299. type: track
  300. phi: Particles/phi
  301. weight: Ones
  302. norm: m
  303. cuts:
  304. Particles/eta: { range: [2., 5.] }
  305. # --- Q(centrality) vector based on reaction plane
  306. - name: Q_RP
  307. type: psi
  308. phi: Event/PhiRp
  309. weight: Ones
  310. norm: m