Opened 12 years ago
Last modified 12 years ago
#167 new How to
questions on pileup corrections
Reported by: | Sergei Chekanov | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | Cc: |
Description
Hello,
I have a few questions related to a pileup subtraction & documentation.
1) Delphes3 has the variable ScalarHT. But the documentation does not say how it was calculated (tracks? towers? pflows?)
2) Is any way to access the information on number of primary vertecies (important for pileup correction)
3) Is it possible to use jet area correction (the code comes with fastjet). I guess, this code should be inserted somewhere where the fastjet algorithm builds jets?
best, Sergei
Note:
See TracTickets
for help on using tickets.
examples/delphes_card_CMS_PileUp.tcl
that demonstrates how to apply the jet area correction. The mains differences w.r.t. the default card areFastJetFinder Rho
that computes per event pile-up contamination (Rho)JetPileUpSubtractor JetPileUpSubtractor
that subtracts the per event pile-up contamination from the jets.There is a wiki page with some instructions and we'll try to update it with more detailed examples:
https://cp3.irmp.ucl.ac.be/projects/delphes/wiki/WorkBook/PileUp