Fork me on GitHub

Changeset 10c0ebe in git for cards


Ignore:
Timestamp:
Oct 15, 2021, 11:42:54 AM (3 years ago)
Author:
michele <michele.selvaggi@…>
Branches:
master
Children:
a3784f9
Parents:
eee94204
Message:

provide raw e/mu/gamma collection in output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_IDEA.tcl

    reee94204 r10c0ebe  
    457457  set ECalEnergyMin 0.5
    458458  set HCalEnergyMin 0.5
    459   set EnergyMin 0.5
    460459  set ECalEnergySignificanceMin 1.0
    461460  set HCalEnergySignificanceMin 1.0
     461
     462  set EnergyMin 1.0
    462463  set EnergySignificanceMin 1.0
    463464
     
    613614  set PTMin 0.5
    614615
    615   set PTRatioMax 999.
     616  set PTRatioMax 9999.
    616617}
    617618
     
    674675  set PTMin 0.5
    675676
    676   set PTRatioMax 0.12
     677  set PTRatioMax 9999
    677678}
    678679
     
    710711  set PTMin 0.5
    711712
    712   set PTRatioMax 0.25
     713  set PTRatioMax 9999.
    713714}
    714715
     
    894895    add Branch EFlowMerger/eflow ParticleFlowCandidate ParticleFlowCandidate
    895896
    896     add Branch Calorimeter/photons CaloPhoton Photon
    897     add Branch PhotonEfficiency/photons PhotonEff Photon
    898     add Branch PhotonIsolation/photons PhotonIso Photon
     897    add Branch ElectronEfficiency/electrons Electron Electron
     898    add Branch MuonEfficiency/muons Muon Muon
     899    add Branch PhotonEfficiency/photons Photon Photon
     900
     901    add Branch JetEnergyScale/jets Jet Jet
     902    add Branch MissingET/momentum MissingET MissingET
    899903
    900904    add Branch GenJetFinder/jets GenJet Jet
    901905    add Branch GenMissingET/momentum GenMissingET MissingET
    902906
    903     add Branch JetEnergyScale/jets Jet Jet
    904     add Branch ElectronIsolation/electrons Electron Electron
    905     add Branch PhotonIsolation/photons Photon Photon
    906     add Branch MuonIsolation/muons Muon Muon
    907 
    908     add Branch MissingET/momentum MissingET MissingET
    909 
    910907    # add Info InfoName InfoValue
    911908    add Info Bz $B
Note: See TracChangeset for help on using the changeset viewer.