Fork me on GitHub

Opened 10 years ago

Closed 10 years ago

#337 closed How to (fixed)

Different jet containers in same output file

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

Description

Hi,

I was wondering if it is possible to have two different set of jets in the output file. I am producing delphes output using antikt 0.4 jets and I would like to test my analysis using DR = 0.6. I would like to know if I can define a new container to be written in a new branch, for example, that contains these jets but still be able to access the 0.4 jets when reading the root file.

Thanks!
Juanpe.

Change History (2)

comment:1 by Pavel Demin, 10 years ago

Hi Juanpe,

It's possible to have any number of jet branches in the output file.

In the example configuration files (delphes_card_ATLAS.tcl and delphes_card_CMS.tcl), the are already two jet branches defined: GenJet and Jet.

Here is how we added the GenJet branch:

  • copied module FastJetFinder with all its parameters and renamed it to GenJetFinder
  • added the GenJetFinder module to ExecutionPath
  • defined new branch in the TreeWriter module:
    add Branch GenJetFinder/jets GenJet Jet
    

Cheers,

Pavel

Last edited 10 years ago by Pavel Demin (previous) (diff)

comment:2 by Pavel Demin, 10 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.