Changeset 4692fd9 in git
- Timestamp:
- Sep 6, 2020, 3:37:19 PM (4 years ago)
- Branches:
- master
- Children:
- e69eea2
- Parents:
- fa7729a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/MuonCollider/MuonColliderDet_BTagging.tcl
rfa7729a r4692fd9 2 2 set JetInputArray JetMomentumSmearing_VLCR02N2/JER_VLCjetsR02N2 3 3 set BitNumber 0 4 source MuonCollider/MuonColliderDet_BTag_50.tcl 5 } 4 6 5 # 50% efficiency working point6 # add EfficiencyFormula {abs(PDG code)} {efficiency formula as a function of eta and pt}7 # PDG code = the highest PDG code of a quark or gluon inside DeltaR cone around jet axis8 # gluon's PDG code has the lowest priority9 10 # based on CLICdp-Note-2014-00211 12 source MuonCollider/MuonColliderDet_BTag_50.tcl13 }14 15 module BTagging BTagging_WP50_R02N2 {16 set JetInputArray JetMomentumSmearing_VLCR02N2/JER_VLCjetsR02N217 set BitNumber 018 19 # 50% efficiency working point20 # add EfficiencyFormula {abs(PDG code)} {efficiency formula as a function of eta and pt}21 # PDG code = the highest PDG code of a quark or gluon inside DeltaR cone around jet axis22 # gluon's PDG code has the lowest priority23 24 # based on CLICdp-Note-2014-00225 26 source MuonCollider/MuonColliderDet_BTag_50.tcl27 }28 7 module BTagging BTagging_WP70_R02N2 { 29 8 set JetInputArray JetMomentumSmearing_VLCR02N2/JER_VLCjetsR02N2 … … 95 74 set BitNumber 2 96 75 source MuonCollider/MuonColliderDet_BTag_90.tcl 97 }98 module BTagging BTagging_WP50_R07N2 {99 set JetInputArray JetMomentumSmearing_VLCR07N2/JER_VLCjetsR07N2100 set BitNumber 0101 source MuonCollider/MuonColliderDet_BTag_50.tcl102 76 } 103 77 … … 105 79 set JetInputArray JetMomentumSmearing_VLCR05N2/JER_VLCjetsR05N2 106 80 set BitNumber 0 107 108 # 50% efficiency working point109 # add EfficiencyFormula {abs(PDG code)} {efficiency formula as a function of eta and pt}110 # PDG code = the highest PDG code of a quark or gluon inside DeltaR cone around jet axis111 # gluon's PDG code has the lowest priority112 113 # based on CLICdp-Note-2014-002114 115 81 source MuonCollider/MuonColliderDet_BTag_50.tcl 116 82 } … … 190 156 source MuonCollider/MuonColliderDet_BTag_50.tcl 191 157 } 192 193 194 158 module BTagging BTagging_WP70_R07N2 { 195 159 set JetInputArray JetMomentumSmearing_VLCR07N2/JER_VLCjetsR07N2
Note:
See TracChangeset
for help on using the changeset viewer.