Recent content by Sandeep Hundal

  1. S

    How to plot generalized hypergeometric function in ROOT?

    I need to use root because the function I need to plot contains hypergeometric function and I need to do fitting of the parameters with experimental data.Previously ,I have used ROOT only for fitting in my analysis.So ,I was trying if I can find some way to plot this function in ROOT only.
  2. S

    How to plot generalized hypergeometric function in ROOT?

    I am not able to generate the hypergeometric function of form 0F3(;4/3,5/3,2;x).The value of function contains limit from n=0 to n=infinity.I am not able to find this function in already defined function in root.
  3. S

    How to plot generalized hypergeometric function in ROOT?

    Hello everyone I am trying to write code in ROOT.I want to plot generalized hypergeometric function pFq with p=0 and q=3 i.e I want to plot 0F3(;4/3,5/3,2;x) as a function of x using TF1 class.I am not getting how to plot this function in ROOT.Kindly help me out. Thanks in Advance
  4. S

    A Using Fastjet in Pythia to plot distribution of particles

    yes,I am referring to the jets that come from hard scattering processes after fragmentation and hadronization.
  5. S

    A Using Fastjet in Pythia to plot distribution of particles

    yes,It worked now.Actually in some of the events,only less than 2 jets were formed.so It gave an error.Now I have imposed the condition to select only those events that have more than 1 jet.Now the question is -is that possible that in some events no jet formed even after clustering in pythia...
  6. S

    A Using Fastjet in Pythia to plot distribution of particles

    How can we access lowest pt particle(constituent) of sub leading jet ?
  7. S

    A Using Fastjet in Pythia to plot distribution of particles

    I am using fastjet in pythia8.I am studying jet formation in pp collisions.I need to plot distribution of transverse momentum of fastest particle in fastest jet formed in 1000 events simulated.But i don't know how to access particle properties after jet formation.Like if I want to know the...
Back
Top