-- AlexanderFedotov - 09-Sep-2010

Looking for long-range two-particle angular correlations in Pythia6

Introduction

Considering the process of QCD high-pt jet production in a string fragmentation model a la pythia, the jet is a fragmentation product of a string stretched between

  • a hard (high-pt) final state parton (or its close descendant in a parton shower), and
  • another parton, which has typically a much lower pt.
The high-pt jet is formed near (in terms of ) the high-pt end of the string, while the other end may give rise to a much-lower-pt jet. If the distance between the end partons of the string is large enough, one can suppose, that
  • there may be a trail of relatively hight-pt particles extending from the high-pt end of the string towards (along ) the low-pt end
  • it would not be surprising if particles in the trail/tail would "remember" also the value of the high-pt end parton.

Aim of the exercise

To test these naive expectations with Pythia6 dijet events on generator level.

Method

In a loop over events and strings, a suitable string is selected, then considered are stable particles (status=1, including undecayed particles with "lifetime" > 1cm), descending from the string. For those particle, made are

  1. a two-particle correlation plot in the plane where 's are the corresponding differences between the two particles
    (a 2-d histo is filled with particle pairs from a selected string in a double loop over strings and events) ,
  2. a similar particle - high-pt-end parton correlation plot .

If the above expectations are correct, an enhancement near in the distribution at a constant might be observed which would be a possible manifestation of the expected correlation (particles "remembering" the value of the high-pt end parton).
While a flat distribution would mean an absence of correlations.

Actually, a correlation in the first plot would not prove the physics picture in question, for there is no association of a particle pair with the high-pt end parton in such a plot. The second plot provides, in principle, a much more direct test.

For simplicity, the range is limited by a high-enough max value of 4 .

Event sample

The Pythia6 dijet dataset
/QCDDiJet_Pt80to120/Summer10-START36_V9_S09-v1/GEN-SIM-RECO
was used:

process.configurationMetadata = cms.untracked.PSet(
    version = cms.untracked.string('$Revision: 1.2 $'),
    annotation = cms.untracked.string('Summer09: Pythia6 generation of QCD events, 7TeV, D6T tune, pthat = 80 .. 120 GeV'),
    name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/GenProduction/python/PYTHIA6_QCDpt_80_120_7TeV_cff.py,v $')
)
        

Statistics: 184k evs corresponding to luminosity = 0.0289 pb-1 were truncated to a GenParticleCollection format and then analysed. More... Close
The original dataset contains 607k evs, the reduction is due to a CRAB failure to deliver the output files to CASTOR in 7 jobs out of 11. The 4 successful files are

/castor/cern.ch/user/f/fedotov/crab/ridge/QCDDiJet_Pt80to120.Summer10-START36_V9_S09-v1.GEN-SIM-RECO.SW363_genParticles/SW363.genParticles_1_1_YjX.root
/castor/cern.ch/user/f/fedotov/crab/ridge/QCDDiJet_Pt80to120.Summer10-START36_V9_S09-v1.GEN-SIM-RECO.SW363_genParticles/SW363.genParticles_2_1_N9o.root
/castor/cern.ch/user/f/fedotov/crab/ridge/QCDDiJet_Pt80to120.Summer10-START36_V9_S09-v1.GEN-SIM-RECO.SW363_genParticles/SW363.genParticles_6_1_ZkW.root
/castor/cern.ch/user/f/fedotov/crab/ridge/QCDDiJet_Pt80to120.Summer10-START36_V9_S09-v1.GEN-SIM-RECO.SW363_genParticles/SW363.genParticles_7_1_1hp.root
The files contain the GenParticleCollection and GenEventInfoProduct products only selected in the CRAB task with
process.out = cms.OutputModule("PoolOutputModule",
    fileName = cms.untracked.string( 'SW363.genParticles.root' ),
    outputCommands = cms.untracked.vstring("drop *",
                                           "keep GenEventInfoProduct_*_*_*",
                                           "keep *_genParticles_*_*"
                                           )
)

The CRAB stage: done under CMSSW_3_6_3.
The final analysis: CMSSW_3_7_0.

Selection of strings

The strings are selected with three cutoffs applied to the parameters of end partons:

selection
label
cut # cut
  1 pt(high-pt-end parton) > 50 GeV
A = 1*2 2 pt(low-pt-end parton) < 5 GeV
B = 1*2*3 3 > 8
for the distance between the high- and low-pt-end partons

The motivation for cuts A is a desire to have

  • a "hard" string, and
  • an asymmetry in pt between the end partons.
The motivation for the (two partons) > 8 is that
  • for particle-parton correlations (see Method) for particles with (particle-parton) < 4 to be studied, the cut selects the particles which are closer to the high-pt parton,
  • while for the two-particle correlation it provides a phase space (may be excessively) for two particles to reach (two particles) = 4 .

Some statistics:

     class    No. of   class
        ID   entries   comment

         1    183759  input evs
        10    183759  genParticles handle got
        20    654990  a string found
        30    654990  nMothers >= 2
        40    654990  all particles between the string ends are gluons
        50    100501  pt(highPtEnd) >        50
        60     75347     && pt(lowPtEnd) <         5
        70     75347  selected strings A (cuts on pt's of high-/low-pt ends) 
       100     75347  strings A with single-mother descendants
       200     29985  selected strings B (= A && eta-long strings)
       220     29985  strings B with single-mother descendants
       500    183759  evs with strings
       510     67327  evs with SELECTED strings A
       520     29150  evs with SELECTED strings B

  • the initial inclusive string multiplicity = 3.6
  • 41% and 16% of strings survive the cuts A and B respectively
  • the multiplicity of the selected strings is 0.58 (or 1.03 for events where they are present)

The pt distributions of end partons for all the stings before selections :

s1.h_ptHi.log.gif s1.h_ptLo.log.gif
Fig: Inclusive strings before selections

and their correlation:

s1.h2_ptHi_ptLo.scatter.gif s1.h2_ptHi_ptLo.COLZ.gif
Fig: Inclusive strings before selections

  • the initial strings are quite asymmetric in terms of pt of end partons:
    < pt(high) > / < pt(low) > = ~8 .
  • cuts A enlarge this asymmetry

The distribution of strings after the selection A in the distance between the high- and low-pt-end partons where the region > 8 is selected finally:

s1.A.h_dEtaHiLow.gif

correlation between end partons of a string

s1.B.h_dPhiHiLow.gif

  • no significant deviation from a flat behaviour is seen

Multiplicities of stable particles

Multiplicities of stable particles in strings

The distribution of strings in the number of stable particles which are the string descendants, for selections A,B :

s1.A.h_nStable.gif s1.B.h_nStable.gif

Fraction of stable string descendants in the total number of stable particles in event

The distribution of strings for selections A,B :

s1.h_StrStableFrac_A.gif s1.h_StrStableFrac_B.gif

Event distribution in total number of stable particles

The events distributions are shown below for the three event samples:

  1. all input events,
  2. events with strings satisfying the selection A ,
  3. events with strings satisfying the selection B .

s1.h_nStableEv.gif

s1.h_nStableEv_A.gif s1.h_nStableEv_B.gif

Two particle correlations

The analysis is done in a set of particle-pt bins for stable particles - descendants of strings satisfying the selection B .

Total (over strings) numbers
of particles and particle pairs
in pt bins:
pt bin (GeV) particles pairs
all 3583929 255279573
0 - 0.5 2002457 79971668
.5 - 1 697580 10079592
1 - 2 440778 4335538
2 - 3 146175 479095
3 - 4 70187 110297
>4 226752 976802

Shown below for each bin (a subsection per bin) are

  1. a 2-d pair distribution in
  2. one or two zoomed versions of 1,
  3. and a 1-d distribution in for 3.75 < < 4

Two particles : all pt

s1.CoP1P2_ptALL.gif s1.CoP1P2_ptALL.ZOOM.gif s1.CoP1P2_ptALL.ZOOM2.gif s1.CoP1P2_ptALL.LASTBIN.gif

  • There is a "ridge" at = 0 clearly extending to = 4 -- the effect we looked for.
    • the relative height of the bump at 3.75 < < 4 (0 degree / 110 degree - 1) is 5.8 %
  • There is another ridge/bump at = 180 which is completely unexpected in a string fragmentation picture if there is no back-to-back correlation between end partons , and we did not see such a correlation in the corresponding plot

Two particles : 0 < pt < 0.5 GeV

s1.CoP1P2_pt0.gif s1.CoP1P2_pt0.Zoom.gif s1.CoP1P2_pt0.LASTBIN.gif

  • The enhancement towards = 0 is available, though its size is smaller than that in the all-pt case:
    ((0 deg / 170 deg) - 1) = 3.0 % at =3.75 - 4
  • no back-to-back enhancement

Two particles : 0.5 < pt < 1 GeV

s1.CoP1P2_pt0.5.gif s1.CoP1P2_pt0.5.Zoom.gif s1.CoP1P2_pt0.5.LASTBIN.gif

  • the "parallel" enhancement gets larger:
    9.0% at = 3.75-4
  • the back-to-back one appears

Two particles : 1 < pt < 2 GeV

s1.CoP1P2_pt1.gif s1.CoP1P2_pt1.Zoom.gif s1.CoP1P2_pt1.Zoom2.gif s1.CoP1P2_pt1.LASTBIN.gif

  • the "parallel" enhancement grows further:
    23% at = 3.75-4
  • the back-to-back one does too

Two particles : 2 < pt < 3 GeV

s1.CoP1P2_pt2.gif s1.CoP1P2_pt2.Zoom.gif s1.CoP1P2_pt2.Zoom2.gif s1.CoP1P2_pt2.LASTBIN.gif

  • for the "parallel" enhancement, a decreased statistics does not allow to tell the trend; the size is
    10-30% at = 3.75-4
  • the back-to-back enhancement continues to grow (up to 50% ?)

Two particles : 3 < pt < 4 GeV

s1.CoP1P2_pt3.gif s1.CoP1P2_pt3.Zoom.gif s1.CoP1P2_pt3.LASTBIN.gif

  • the "parallel" enhancement: statistics is low,
    the size in the interval 0-30% ( = 3.75-4)
  • the back-to-back one: gets very high to about 200% ( = 3.75-4)

Two particles : pt > 4 GeV

s1.CoP1P2_pt4.gif s1.CoP1P2_pt4.Zoom.gif s1.CoP1P2_pt4.Zoom2.gif s1.CoP1P2_pt4.LASTBIN.gif

  • the "parallel" enhancement: disappears completely (in the tail of the back-to-back one?)
  • the back-to-back enhancement: reached maximum size of ~700%

A summary for two particles correlations

  • a "parallel" enhancement is observed at = 3.75-4 in the interval of pt 0 to 4 GeV. Its size grows from 3% at pt < .5 GeV to 23% at 1 < pt < 2 GeV, the further trend is unclear with the used statistics.
  • the "parallel" enhancement is what was expected to be observed in a string fragmentation picture. However, its nature is not revealed in the current observation. E.g. the reason may be correlations between decay products of resonances and other unstable particles (even the photons from -decays may play a role; by the way, these photons may constitute up to 50% of the studied stable particle sample)
  • a huge back-to-back enhancement is observed, which was not expected at all in the naive string fragmentation picture.

Particle - high-pt-parton correlations

particle-parton : all pt

s1.CoP1Parton_ptALL.gif s1.CoP1Parton_ptALL.ZOOM.gif

  • "parallel" and "back-to-back" enhancements are present

particle-parton : 0 < pt < 0.5 GeV

s1.CoP1Parton_pt0.gif s1.CoP1Parton_pt0.Zoom.gif

  • "parallel" and "back-to-back" enhancements are present

particle-parton : 0.5 < pt < 1 GeV

s1.CoP1Parton_pt0.5.gif s1.CoP1Parton_pt0.5.Zoom.gif

  • "parallel" and "back-to-back" enhancements are present

particle-parton : 1 < pt < 2 GeV

s1.CoP1Parton_pt1.gif s1.CoP1Parton_pt1.Zoom.gif s1.CoP1Parton_pt1.Zoom2.gif

  • "parallel" and "back-to-back" enhancements are present

particle-parton : 2 < pt < 3 GeV

s1.CoP1Parton_pt2.gif s1.CoP1Parton_pt2.Zoom.gif

  • the "back-to-back" enhancement remains only

particle-parton : 3 < pt < 4 GeV

s1.CoP1Parton_pt3.gif s1.CoP1Parton_pt3.Zoom.gif

  • the "back-to-back" enhancement is available only

particle-parton : pt > 4 GeV

s1.CoP1Parton_pt4.gif s1.CoP1Parton_pt4.Zoom.gif s1.CoP1Parton_pt4.Zoom2.gif

  • the "back-to-back" enhancement available only

A summary for particle-parton correlations

  • a "parallel" enhancement is observed at = 3.75-4 in the interval of pt 0 to 2 GeV.
  • a "parallel" enhancement is what was expected to be observed in a string fragmentation picture. Unlike to a similar enhancement in two-particle distribution, this one supports the naive string fragmentation picture, because this case ia a direct study of correlation between the particle and string variables.
  • a back-to-back enhancement is also observed. Why does pythia produce it? A correlated appearence of gluons within a parton shower? The fragmentation of a string proceeding not independently of the fragmentation of other strings in an event?
Topic attachments
I Attachment History Action Size Date Who Comment
GIFgif s1.A.h_dEtaHiLow.gif r1 manage 12.2 K 2010-09-09 - 11:35 AlexanderFedotov  
GIFgif s1.A.h_nStable.gif r1 manage 13.5 K 2010-09-09 - 11:39 AlexanderFedotov  
GIFgif s1.B.h_dPhiHiLow.gif r1 manage 16.1 K 2010-09-09 - 13:47 AlexanderFedotov  
GIFgif s1.B.h_nStable.gif r1 manage 13.5 K 2010-09-09 - 11:41 AlexanderFedotov  
GIFgif s1.CoP1P2_pt0.5.LASTBIN.gif r1 manage 12.4 K 2010-09-09 - 12:01 AlexanderFedotov  
GIFgif s1.CoP1P2_pt0.5.Zoom.gif r1 manage 25.1 K 2010-09-09 - 11:59 AlexanderFedotov  
GIFgif s1.CoP1P2_pt0.5.gif r1 manage 20.9 K 2010-09-09 - 11:58 AlexanderFedotov  
GIFgif s1.CoP1P2_pt0.LASTBIN.gif r1 manage 12.8 K 2010-09-09 - 12:06 AlexanderFedotov  
GIFgif s1.CoP1P2_pt0.Zoom.gif r1 manage 23.0 K 2010-09-09 - 12:05 AlexanderFedotov  
GIFgif s1.CoP1P2_pt0.gif r1 manage 23.6 K 2010-09-09 - 12:04 AlexanderFedotov  
GIFgif s1.CoP1P2_pt1.LASTBIN.gif r1 manage 12.5 K 2010-09-09 - 12:10 AlexanderFedotov  
GIFgif s1.CoP1P2_pt1.Zoom.gif r1 manage 25.8 K 2010-09-09 - 12:07 AlexanderFedotov  
GIFgif s1.CoP1P2_pt1.Zoom2.gif r1 manage 26.4 K 2010-09-09 - 12:08 AlexanderFedotov  
GIFgif s1.CoP1P2_pt1.gif r1 manage 19.6 K 2010-09-09 - 12:06 AlexanderFedotov  
GIFgif s1.CoP1P2_pt2.LASTBIN.gif r1 manage 11.9 K 2010-09-09 - 12:14 AlexanderFedotov  
GIFgif s1.CoP1P2_pt2.Zoom.gif r1 manage 27.5 K 2010-09-09 - 12:12 AlexanderFedotov  
GIFgif s1.CoP1P2_pt2.Zoom2.gif r1 manage 26.6 K 2010-09-09 - 12:13 AlexanderFedotov  
GIFgif s1.CoP1P2_pt2.gif r1 manage 19.0 K 2010-09-09 - 12:11 AlexanderFedotov  
GIFgif s1.CoP1P2_pt3.LASTBIN.gif r1 manage 11.9 K 2010-09-09 - 12:17 AlexanderFedotov  
GIFgif s1.CoP1P2_pt3.Zoom.gif r1 manage 26.8 K 2010-09-09 - 12:16 AlexanderFedotov  
GIFgif s1.CoP1P2_pt3.gif r1 manage 18.9 K 2010-09-09 - 12:15 AlexanderFedotov  
GIFgif s1.CoP1P2_pt4.LASTBIN.gif r1 manage 11.3 K 2010-09-09 - 12:28 AlexanderFedotov  
GIFgif s1.CoP1P2_pt4.Zoom.gif r1 manage 25.0 K 2010-09-09 - 12:26 AlexanderFedotov  
GIFgif s1.CoP1P2_pt4.Zoom2.gif r1 manage 29.3 K 2010-09-09 - 12:27 AlexanderFedotov  
GIFgif s1.CoP1P2_pt4.gif r1 manage 18.6 K 2010-09-09 - 12:25 AlexanderFedotov  
GIFgif s1.CoP1P2_ptALL.LASTBIN.gif r1 manage 11.7 K 2010-09-09 - 11:57 AlexanderFedotov  
GIFgif s1.CoP1P2_ptALL.ZOOM.gif r1 manage 25.0 K 2010-09-09 - 11:54 AlexanderFedotov  
GIFgif s1.CoP1P2_ptALL.ZOOM2.gif r1 manage 23.8 K 2010-09-09 - 11:52 AlexanderFedotov  
GIFgif s1.CoP1P2_ptALL.gif r1 manage 20.8 K 2010-09-09 - 11:51 AlexanderFedotov  
GIFgif s1.CoP1Parton_pt0.5.Zoom.gif r1 manage 25.3 K 2010-09-09 - 12:35 AlexanderFedotov  
GIFgif s1.CoP1Parton_pt0.5.gif r1 manage 19.4 K 2010-09-09 - 12:34 AlexanderFedotov  
GIFgif s1.CoP1Parton_pt0.Zoom.gif r1 manage 24.2 K 2010-09-09 - 12:32 AlexanderFedotov  
GIFgif s1.CoP1Parton_pt0.gif r1 manage 20.7 K 2010-09-09 - 12:31 AlexanderFedotov  
GIFgif s1.CoP1Parton_pt1.Zoom.gif r1 manage 26.5 K 2010-09-09 - 12:37 AlexanderFedotov  
GIFgif s1.CoP1Parton_pt1.Zoom2.gif r1 manage 26.0 K 2010-09-09 - 12:38 AlexanderFedotov  
GIFgif s1.CoP1Parton_pt1.gif r1 manage 19.6 K 2010-09-09 - 12:36 AlexanderFedotov  
GIFgif s1.CoP1Parton_pt2.Zoom.gif r1 manage 26.6 K 2010-09-09 - 12:40 AlexanderFedotov  
GIFgif s1.CoP1Parton_pt2.gif r1 manage 19.6 K 2010-09-09 - 12:39 AlexanderFedotov  
GIFgif s1.CoP1Parton_pt3.Zoom.gif r1 manage 25.2 K 2010-09-09 - 12:42 AlexanderFedotov  
GIFgif s1.CoP1Parton_pt3.gif r1 manage 18.9 K 2010-09-09 - 12:41 AlexanderFedotov  
GIFgif s1.CoP1Parton_pt4.Zoom.gif r1 manage 25.2 K 2010-09-09 - 12:45 AlexanderFedotov  
GIFgif s1.CoP1Parton_pt4.Zoom2.gif r1 manage 27.6 K 2010-09-09 - 12:46 AlexanderFedotov  
GIFgif s1.CoP1Parton_pt4.gif r1 manage 19.2 K 2010-09-09 - 12:43 AlexanderFedotov  
GIFgif s1.CoP1Parton_ptALL.ZOOM.gif r1 manage 26.1 K 2010-09-09 - 12:30 AlexanderFedotov  
GIFgif s1.CoP1Parton_ptALL.gif r1 manage 19.0 K 2010-09-09 - 12:29 AlexanderFedotov  
GIFgif s1.h2_ptHi_ptLo.COLZ.gif r1 manage 21.9 K 2010-09-09 - 11:29 AlexanderFedotov  
GIFgif s1.h2_ptHi_ptLo.scatter.gif r1 manage 17.8 K 2010-09-09 - 11:27 AlexanderFedotov  
GIFgif s1.h_StrStableFrac_A.gif r1 manage 13.2 K 2010-09-09 - 11:44 AlexanderFedotov  
GIFgif s1.h_StrStableFrac_B.gif r1 manage 12.6 K 2010-09-09 - 11:45 AlexanderFedotov  
GIFgif s1.h_nStableEv.gif r1 manage 13.9 K 2010-09-09 - 11:47 AlexanderFedotov  
GIFgif s1.h_nStableEv_A.gif r1 manage 13.7 K 2010-09-09 - 11:48 AlexanderFedotov  
GIFgif s1.h_nStableEv_B.gif r1 manage 13.7 K 2010-09-09 - 11:50 AlexanderFedotov  
GIFgif s1.h_ptHi.log.gif r1 manage 12.9 K 2010-09-09 - 11:31 AlexanderFedotov  
GIFgif s1.h_ptLo.log.gif r1 manage 12.4 K 2010-09-09 - 11:33 AlexanderFedotov  
Edit | Attach | Watch | Print version | History: r10 < r9 < r8 < r7 < r6 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r10 - 2010-09-11 - AlexanderFedotov
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Main All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback