Fork me on GitHub

Changeset 1c1c9c2 in git


Ignore:
Timestamp:
May 19, 2021, 10:54:15 AM (3 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
master
Children:
2bb6079
Parents:
7dac4ea
Message:

updated IDEA card: genkT jets, PFcands in tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_IDEA.tcl

    r7dac4ea r1c1c9c2  
    721721module FastJetFinder GenJetFinder {
    722722  set InputArray NeutrinoFilter/filteredParticles
    723 
    724723  set OutputArray jets
    725724
    726   # algorithm: 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt
    727   set JetAlgorithm 6
    728   set ParameterR 0.4
     725  set JetAlgorithm 10
     726  set ParameterR 1.5
     727  set ParameterP -1.0
    729728  set JetPTMin 1.0
     729
    730730}
    731731
     
    752752
    753753  # algorithm: 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt
    754   set JetAlgorithm 6
    755   set ParameterR 0.4
     754  set JetAlgorithm 10
     755  set ParameterR 1.5
     756  set ParameterP -1.0
    756757  set JetPTMin 1.0
     758
     759
    757760}
    758761
     
    766769
    767770  # scale formula for jets
    768   set ScaleFormula {1.08}
     771  set ScaleFormula {1.00}
    769772}
    770773
     
    862865    add Branch Calorimeter/eflowNeutralHadrons EFlowNeutralHadron Tower
    863866
     867    add Branch EFlowMerger/eflow ParticleFlowCandidate ParticleFlowCandidate
     868
    864869    add Branch Calorimeter/photons CaloPhoton Photon
    865870    add Branch PhotonEfficiency/photons PhotonEff Photon
     
    874879    add Branch UniqueObjectFinder/muons Muon Muon
    875880
    876     add Branch JetEnergyScale/jets AntiKtJet Jet
    877 
    878881    add Branch MissingET/momentum MissingET MissingET
    879882    add Branch ScalarHT/energy ScalarHT ScalarHT
Note: See TracChangeset for help on using the changeset viewer.