Fork me on GitHub

Changeset 2dfc52a in git for cards/FCC/FCChh.tcl


Ignore:
Timestamp:
Oct 4, 2016, 5:52:11 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
82b7a80
Parents:
2b1e147
Message:

fix eta boundaries for photon efficiency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/FCC/FCChh.tcl

    r2b1e147 r2dfc52a  
    550550  set EfficiencyFormula {
    551551  (pt <= 1.0) * (0.00) + \
    552   (abs(eta) <= 1.5) * (pt > 1.0 && pt < 5.0)  * (0.70) +
    553   (abs(eta) <= 1.5) * (pt > 5.0 && pt < 10.0) * (0.85) +
    554   (abs(eta) <= 1.5) * (pt > 10.0)             * (0.95) +
     552  (abs(eta) <= 2.5) * (pt > 1.0 && pt < 5.0)  * (0.70) +
     553  (abs(eta) <= 2.5) * (pt > 5.0 && pt < 10.0) * (0.85) +
     554  (abs(eta) <= 2.5) * (pt > 10.0)             * (0.95) +
    555555   
    556   (abs(eta) > 1.5 && abs(eta) <= 4.0) * (pt > 1.0 && pt < 5.0)  * (0.60) +
    557   (abs(eta) > 1.5 && abs(eta) <= 4.0) * (pt > 5.0 && pt < 10.0) * (0.80) +
    558   (abs(eta) > 1.5 && abs(eta) <= 4.0) * (pt > 10.0)             * (0.90) +   
     556  (abs(eta) > 2.5 && abs(eta) <= 4.0) * (pt > 1.0 && pt < 5.0)  * (0.60) +
     557  (abs(eta) > 2.5 && abs(eta) <= 4.0) * (pt > 5.0 && pt < 10.0) * (0.80) +
     558  (abs(eta) > 2.5 && abs(eta) <= 4.0) * (pt > 10.0)             * (0.90) +   
    559559 
    560560  (abs(eta) > 4.0 && abs(eta) <= 6.0) * (pt > 1.0 && pt < 5.0)  * (0.50) + \
Note: See TracChangeset for help on using the changeset viewer.