Fork me on GitHub

Changes in / [2bb6079:33a6b3a] in git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_IDEA.tcl

    r2bb6079 r33a6b3a  
    717717module FastJetFinder GenJetFinder {
    718718  set InputArray NeutrinoFilter/filteredParticles
     719
    719720  set OutputArray jets
    720721
    721   set JetAlgorithm 10
    722   set ParameterR 1.5
    723   set ParameterP -1.0
     722  # algorithm: 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt
     723  set JetAlgorithm 6
     724  set ParameterR 0.4
    724725  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 10
    751   set ParameterR 1.5
    752   set ParameterP -1.0
     750  set JetAlgorithm 6
     751  set ParameterR 0.4
    753752  set JetPTMin 1.0
    754 
    755 
    756753}
    757754
     
    765762
    766763  # scale formula for jets
    767   set ScaleFormula {1.00}
     764  set ScaleFormula {1.08}
    768765}
    769766
     
    847844    add Branch Calorimeter/eflowNeutralHadrons EFlowNeutralHadron Tower
    848845
    849     add Branch EFlowMerger/eflow ParticleFlowCandidate ParticleFlowCandidate
    850 
    851846    add Branch Calorimeter/photons CaloPhoton Photon
    852847    add Branch PhotonEfficiency/photons PhotonEff Photon
     
    861856    add Branch MuonIsolation/muons Muon Muon
    862857
     858    add Branch JetEnergyScale/jets AntiKtJet Jet
     859
    863860    add Branch MissingET/momentum MissingET MissingET
    864861
Note: See TracChangeset for help on using the changeset viewer.