Fork me on GitHub

Opened 7 years ago

Last modified 7 years ago

#1115 new How to

photon kinematics shift

Reported by: Jung Chang Owned by:
Priority: minor Milestone:
Component: Delphes code Version: Delphes 3
Keywords: Cc:

Description

Dear Sir,

I used Delphes v3.4.0 to simulate diphoton di b quark events, the photon pair after delphes simulation will be more energetic than in generator level.
In my simulation, I had add Jet fake photon rate, shift jet energy for b quark tagging, photon and b-tagging efficiency. How can I fix my delphes card to get better results?
I attach my delphes card. Thanks!

Attachments (1)

delphes_card_ATLAS_0424.tcl (22.4 KB ) - added by Jung Chang 7 years ago.

Download all attachments as: .zip

Change History (3)

by Jung Chang, 7 years ago

Attachment: delphes_card_ATLAS_0424.tcl added

comment:1 by Michele Selvaggi, 7 years ago

Hi,

I don't see any shift by using your card on a photon gun sample.
Please attach the "photon_delta_energy.png" file produced by the following command:

root -b -q examples/Example3.C'("your_root_file.root")'

Also, by looking at your card you aren't applying any fake rate since the JetFakeParticle/photons collection is not going anywhere. That should be merged (via the Merger module) to the PhotonIsolation/photons collection and the merged collection should be fed to the UniqueObjectFinder as the final photon collection.

Michele

Last edited 7 years ago by Michele Selvaggi (previous) (diff)

comment:2 by Jung Chang, 7 years ago

Hi Michele!

Thanks for quick reply, I got it.

I checked the "Photon_delta_energy.png" it seems my fixing make photon smearing a little boarder. But it is still OK.

I also fix the module to add Jetfake contribution.

Thanks!

Note: See TracTickets for help on using tickets.