Fork me on GitHub

Ignore:
Timestamp:
Jan 12, 2022, 9:07:49 PM (3 years ago)
Author:
christinaw97 <christina.wang@…>
Children:
2a1d95e
Parents:
157fe13
Message:

remove hard-coded portions of CscClusterId to card

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_CMS_CSCCluster.tcl

    r157fe13 r4aec383  
    623623  set OutputArray cluster
    624624
     625  set EtaCutMax 1.9
     626
    625627  # efficiency formula for Csc Cluster, as a function of LLP decay vertex in R, Z and hadronic and EM energy
    626628  set EfficiencyFormula {
     
    650652    (Ehad >= 200.0)*(0.2404))
    651653  }
     654  set EtaCutFormula {
     655    (decayZ < 6320 || (decayZ < 7240 && decayR > 2750)) * (1.8) +
     656    ( !(decayZ < 6320 || (decayZ < 7240 && decayR > 2750)) && decayZ < 9700) * (1.6) +
     657    (decayZ >= 9700) * (1.8)
     658  }
     659
    652660}
    653661######################
Note: See TracChangeset for help on using the changeset viewer.