Fork me on GitHub

Ignore:
Timestamp:
Oct 3, 2014, 2:30:08 PM (10 years ago)
Author:
Michele <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
f14bd6a
Parents:
4b9a2dc
Message:

added new parameters to Calorimeter module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/delphes_card_ATLAS.tcl

    r4b9a2dc r1c8d9db  
    207207  set PhotonOutputArray photons
    208208
     209  set EcalTowerMinEnergy 0.50
     210  set HcalTowerMinEnergy 1.00
     211
     212  set EcalTowerMinSignificance 1.0
     213  set HcalTowerMinSignificance 1.0
     214 
    209215  set EFlowTrackOutputArray eflowTracks
    210216  set EFlowPhotonOutputArray eflowPhotons
     
    267273  set HCalResolutionFormula {                  (abs(eta) <= 1.7) * sqrt(energy^2*0.0302^2 + energy*0.5205^2 + 1.59^2) + \
    268274                             (abs(eta) > 1.7 && abs(eta) <= 3.2) * sqrt(energy^2*0.0500^2 + energy*0.706^2) + \
    269                              (abs(eta) > 3.2 && abs(eta) <= 4.9) * sqrt(energy^2*0.09420^2 + energy*0.075^2)}
     275                             (abs(eta) > 3.2 && abs(eta) <= 4.9) * sqrt(energy^2*0.09420^2 + energy*1.00^2)}
    270276}
    271277
     
    469475  set OutputArray jets
    470476
    471  # scale formula for jets
    472   set ScaleFormula {1.00}
     477 # scale formula for jets
     478  set ScaleFormula {  1.00  }
     479
    473480}
    474481
Note: See TracChangeset for help on using the changeset viewer.