Fork me on GitHub

Changeset 2bb6079 in git for cards


Ignore:
Timestamp:
May 19, 2021, 10:56:14 AM (3 years ago)
Author:
michele <michele.selvaggi@…>
Branches:
master
Children:
5cc021e
Parents:
33a6b3a (diff), 1c1c9c2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of github.com:delphes/delphes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_IDEA.tcl

    r33a6b3a r2bb6079  
    717717module FastJetFinder GenJetFinder {
    718718  set InputArray NeutrinoFilter/filteredParticles
    719 
    720719  set OutputArray jets
    721720
    722   # algorithm: 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt
    723   set JetAlgorithm 6
    724   set ParameterR 0.4
     721  set JetAlgorithm 10
     722  set ParameterR 1.5
     723  set ParameterP -1.0
    725724  set JetPTMin 1.0
     725
    726726}
    727727
     
    748748
    749749  # algorithm: 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt
    750   set JetAlgorithm 6
    751   set ParameterR 0.4
     750  set JetAlgorithm 10
     751  set ParameterR 1.5
     752  set ParameterP -1.0
    752753  set JetPTMin 1.0
     754
     755
    753756}
    754757
     
    762765
    763766  # scale formula for jets
    764   set ScaleFormula {1.08}
     767  set ScaleFormula {1.00}
    765768}
    766769
     
    844847    add Branch Calorimeter/eflowNeutralHadrons EFlowNeutralHadron Tower
    845848
     849    add Branch EFlowMerger/eflow ParticleFlowCandidate ParticleFlowCandidate
     850
    846851    add Branch Calorimeter/photons CaloPhoton Photon
    847852    add Branch PhotonEfficiency/photons PhotonEff Photon
     
    856861    add Branch MuonIsolation/muons Muon Muon
    857862
    858     add Branch JetEnergyScale/jets AntiKtJet Jet
    859 
    860863    add Branch MissingET/momentum MissingET MissingET
    861864
Note: See TracChangeset for help on using the changeset viewer.