Fork me on GitHub

Changeset 4692fd9 in git for cards


Ignore:
Timestamp:
Sep 6, 2020, 3:37:19 PM (4 years ago)
Author:
michele <michele.selvaggi@…>
Branches:
master
Children:
e69eea2
Parents:
fa7729a
Message:

fixed duplication btagging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/MuonCollider/MuonColliderDet_BTagging.tcl

    rfa7729a r4692fd9  
    22        set JetInputArray JetMomentumSmearing_VLCR02N2/JER_VLCjetsR02N2
    33        set BitNumber 0
     4        source MuonCollider/MuonColliderDet_BTag_50.tcl
     5}
    46
    5         # 50% efficiency working point
    6     # 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 axis
    8     # gluon's PDG code has the lowest priority
    9 
    10         # based on CLICdp-Note-2014-002
    11 
    12         source MuonCollider/MuonColliderDet_BTag_50.tcl
    13 }
    14 
    15 module BTagging BTagging_WP50_R02N2 {
    16         set JetInputArray JetMomentumSmearing_VLCR02N2/JER_VLCjetsR02N2
    17         set BitNumber 0
    18 
    19         # 50% efficiency working point
    20     # 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 axis
    22     # gluon's PDG code has the lowest priority
    23 
    24         # based on CLICdp-Note-2014-002
    25 
    26         source MuonCollider/MuonColliderDet_BTag_50.tcl
    27 }
    287module BTagging BTagging_WP70_R02N2 {
    298        set JetInputArray JetMomentumSmearing_VLCR02N2/JER_VLCjetsR02N2
     
    9574        set BitNumber 2
    9675        source MuonCollider/MuonColliderDet_BTag_90.tcl
    97 }
    98 module BTagging BTagging_WP50_R07N2 {
    99         set JetInputArray JetMomentumSmearing_VLCR07N2/JER_VLCjetsR07N2
    100         set BitNumber 0
    101         source MuonCollider/MuonColliderDet_BTag_50.tcl
    10276}
    10377
     
    10579        set JetInputArray JetMomentumSmearing_VLCR05N2/JER_VLCjetsR05N2
    10680        set BitNumber 0
    107 
    108         # 50% efficiency working point
    109     # 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 axis
    111     # gluon's PDG code has the lowest priority
    112 
    113         # based on CLICdp-Note-2014-002
    114 
    11581        source MuonCollider/MuonColliderDet_BTag_50.tcl
    11682}
     
    190156        source MuonCollider/MuonColliderDet_BTag_50.tcl
    191157}
    192 
    193 
    194158module BTagging BTagging_WP70_R07N2 {
    195159        set JetInputArray JetMomentumSmearing_VLCR07N2/JER_VLCjetsR07N2
Note: See TracChangeset for help on using the changeset viewer.