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.
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.
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
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...
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...