Fork me on GitHub

Changeset 96d6bcf in git


Ignore:
Timestamp:
Apr 4, 2017, 1:41:33 PM (7 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
fed00d2
Parents:
accffb9
Message:

added jet substr. in default reco sequence

Location:
cards
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cards/FCC/FCChh.tcl

    raccffb9 r96d6bcf  
    5252  GenJetFinder
    5353  FastJetFinder
     54  FatJetFinder
    5455
    5556  JetEnergyScale
     
    525526
    526527##################
     528# Fat Jet finder
     529##################
     530
     531module FastJetFinder FatJetFinder {
     532  set InputArray EFlowMerger/eflow
     533
     534  set OutputArray jets
     535
     536  # algorithm: 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt
     537  set JetAlgorithm 6
     538  set ParameterR 0.8
     539
     540  set ComputeNsubjettiness 1
     541  set Beta 1.0
     542  set AxisMode 4
     543
     544  set ComputeTrimming 1
     545  set RTrim 0.2
     546  set PtFracTrim 0.05
     547
     548  set ComputePruning 1
     549  set ZcutPrun 0.1
     550  set RcutPrun 0.5
     551  set RPrun 0.8
     552
     553  set ComputeSoftDrop 1
     554  set BetaSoftDrop 0.0
     555  set SymmetryCutSoftDrop 0.1
     556  set R0SoftDrop 0.8
     557
     558  set JetPTMin 200.0
     559}
     560
     561
     562
     563##################
    527564# Jet Energy Scale
    528565##################
     
    805842  add Branch UniqueObjectFinder/jets Jet Jet
    806843
     844  add Branch FatJetFinder/jets FatJet Jet
     845
    807846  add Branch MissingET/momentum MissingET MissingET
    808847  add Branch ScalarHT/energy ScalarHT ScalarHT
  • cards/delphes_card_CMS.tcl

    raccffb9 r96d6bcf  
    4242 
    4343  FastJetFinder
     44  FatJetFinder
    4445
    4546  JetEnergyScale
     
    645646
    646647##################
     648# Fat Jet finder
     649##################
     650
     651module FastJetFinder FatJetFinder {
     652  set InputArray EFlowMerger/eflow
     653
     654  set OutputArray jets
     655
     656  # algorithm: 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt
     657  set JetAlgorithm 6
     658  set ParameterR 0.8
     659
     660  set ComputeNsubjettiness 1
     661  set Beta 1.0
     662  set AxisMode 4
     663
     664  set ComputeTrimming 1
     665  set RTrim 0.2
     666  set PtFracTrim 0.05
     667
     668  set ComputePruning 1
     669  set ZcutPrun 0.1
     670  set RcutPrun 0.5
     671  set RPrun 0.8
     672
     673  set ComputeSoftDrop 1
     674  set BetaSoftDrop 0.0
     675  set SymmetryCutSoftDrop 0.1
     676  set R0SoftDrop 0.8
     677
     678  set JetPTMin 200.0
     679}
     680
     681
     682
     683
     684##################
    647685# Jet Energy Scale
    648686##################
     
    760798  add Branch UniqueObjectFinder/photons Photon Photon
    761799  add Branch UniqueObjectFinder/muons Muon Muon
     800
     801  add Branch FatJetFinder/jets FatJet Jet
     802
    762803  add Branch MissingET/momentum MissingET MissingET
    763804  add Branch ScalarHT/energy ScalarHT ScalarHT
Note: See TracChangeset for help on using the changeset viewer.