Opened 8 years ago
#1120 new How to
How to modify jet resolution?
Reported by: | Li Huang | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Delphes code | Version: | Delphes 3 |
Keywords: | Cc: |
Description
Hi,
I want to modify the jet resolution, for example a new resolution: for px: px*10%, py: py*10%, pz: pz*10% and E: E*10% ( ten percent of each component).
What should I do? I find "Momentum resolution for charged tracks" and "set ECalResolutionFormula" and "set HCalResolutionFormula", should I modify the formula to:
set ResolutionFormula { 0.1*p }
in "Momentum resolution for charged tracks"
and
set ResolutionFormula { 0.1* energy }
for the next two?
Note:
See TracTickets
for help on using tickets.