Indico "indico.scc.kit.edu" will be now avilable on " indico.kit.edu".

KIT-Fayoum meeting

Europe/Berlin
    • 2:00 PM 2:20 PM
      Status 20m
      Speaker: Ralf Ulrich (KIT)
    • 2:20 PM 2:40 PM
      Report Mahmoud 20m

      The jet clustering for gen particles works like this, I just tried it out:

       

      jet_particles_list=[] # this you already have in your code

      ...

       

       jet_particles = np.array( [(p.Energy(), p.Px(), p.Py(), p.Pz()) for p in jet_particles_list], dtype = [('E', 'f8'), ('px', 'f8'), ('py', 'f8'), ('pz', 'f8')] )

      sequence = cluster(jet_particles, R=0.4, p=-1)

       

       

    • 2:40 PM 3:00 PM
      Report Hadeel 20m

      Thanks. This is great progress, very nice!

       

      But PLEASE add TLegends or any other reasonable labels to all your plots. All your plots are labelled the same way "Gen_EnergyHadEta" regarless of generator and apparently even if they are E.M. Scientifically this is not acceptable. Also, I am pretty sure your x-axis is "eta" and not "energy (GeV)". Please check and correct.

       

      These plots are now quite relevant, but without proper labeling are still useless.

       

      Next task would be to to add two historgrams for each of your 11 eta bins. For each eta bin you need one energy-distributions (dN/dE) for hadronic particles and for for electromagnetic particles. You already had similar plots in the past, now you need one for each of your eta-bins. Please also fill them with the "calo tower energy distributions" of those bins.

       

      Cheers, 

      Ralf