Event plane resolution in HIJING+GEANT(starsim)+EPDFastSim

The below calculations were done with 45k events simulated via HIJING + GEANT (starsim) + EPDFastSimMaker.
Simulated data are available at /star/data06/EPD/Simulations/Mate/

Obtaining the 2nd order Event Plane in the simulation

  • Hits in the EPD: φ determined based on tile center
    • Took mPhiCenter[12][31][2] array from StEpdGeom
  • Q-sums for the east and west (− and +) sides:
    • Q(2,y)±=∑(i∈{E/W hits}) sin2φi
    • Q(2,x)±=∑(i∈{E/W hits}) cos2φi
    • (where hits really mean particles that left a hit, i.e. sum goes over list of StEpdHit objects; and I exclude particles with deposited energy such that ADC<50)
  • Event plane:
    • Ψ2±=1/2 tan−1(Q(2,y)±/Q(2,x)±)
  • (or in a code, the atan2 function can be used)
  • For flow measurements, event plane resolution needed
  • Might be approximated as: R=√<cos(2(Ψ2+2))>

Adding flow and reaction plane to Hijing

  • Hijing has no flow (amazing), and has ΨRP=0 for all events
  • How can we add a reaction plane?
    • Randomly choose ΨRP∈[−π,+π]
    • Shift all particles in φ by ΨRP
    • See below plot (on the left; red is Ψ2+, black is Ψ2 ) for obtained reaction plane distributions, calculated from the Q-sums mentioned above
  • How can we add flow?
    • Randomly suppressing particles by prob=(1+2⋅v2⋅cos⁡2φ)/(1+2v2) (dividing factor needed to have prob≤1)
    • Making v2 depend on kinematics:
      • v2= pT/(500 MeV/c) (0.06−0.005⋅|η|)
      • First factor kept constant above 2 GeV/c
      • Second factor kept zero for |η|>12
    • Check by shifting particles as φ=φraw−ΨRP
    • See below plot (on the right) for obtained dN/dφ (red is raw phi distribution, black is true distribution, latter is fitted with a cosine); extracted v2 is 0.052, in line with what was put in

https://www.star.bnl.gov/~mcsanad/epd/RP/PsiAB_1D_ADCcut.png https://www.star.bnl.gov/~mcsanad/epd/RP/PhiDist_ieta09.png
Event Plane resolution

  • The two sides (Ψ+ and Ψ) are now correlated (45k events i.e. limited statistics), see below plot (on the left)
  • Event plane resolution can be calculated, R=√0.114=0.338, see below plot (on the right)
    • For this v2(η,pT) and these events
    • Depends quite strongly on v2(η)!  

https://www.star.bnl.gov/~mcsanad/epd/RP/PsiAB_ADCcut.png https://www.star.bnl.gov/~mcsanad/epd/RP/PsiABDiff.png