Fork me on GitHub

Changeset 505a779 in git for cards


Ignore:
Timestamp:
Jul 2, 2019, 11:09:23 AM (5 years ago)
Author:
Ulrike Schnoor <ulrike.schnoor@…>
Branches:
ImprovedOutputFile, Timing, master
Children:
1d6586a
Parents:
6182516
Message:

isolation criteria adjusted for CLICdet

Location:
cards
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_CLICdet_Stage1.tcl

    r6182516 r505a779  
    11#######################################
    22# CLICdet model
    3 # based on CLICdp-Note-2017-001
     3# based on arXiv:1812.07337 and
     4# CLICdp-Note-2017-001
     5#
    46# Ulrike Schnoor ulrike.schnoor@cern.ch
    57#
     
    1113# according to final state
    1214#
     15# c-tagging capabilities of CLICdet are
     16# not yet implemented here. Please
     17# contact us if you want to use it.
     18#######################################
     19
    1320#######################################
    1421# Order of execution of various modules
     
    707714    set OutputArray photons
    708715
    709     set DeltaRMax 0.5
     716    set DeltaRMax 0.1
    710717
    711718    set PTMin 0.5
    712719
    713     set PTRatioMax 0.12
     720    set PTRatioMax 0.2
    714721}
    715722
     
    805812    set OutputArray electrons
    806813
    807     set DeltaRMax 0.5
     814    set DeltaRMax 0.1
    808815
    809816    set PTMin 0.5
    810817
    811     set PTRatioMax 0.12
     818    set PTRatioMax 0.2
    812819}
    813820
     
    844851    set OutputArray muons
    845852
    846     set DeltaRMax 0.5
     853    set DeltaRMax 0.1
    847854
    848855    set PTMin 0.5
    849856
    850     set PTRatioMax 0.25
     857    set PTRatioMax 0.2
    851858}
    852859
  • cards/delphes_card_CLICdet_Stage2.tcl

    r6182516 r505a779  
    11#######################################
    22# CLICdet model
    3 # based on CLICdp-Note-2017-001
     3# based on arXiv:1812.07337 and
     4# CLICdp-Note-2017-001
     5#
    46# Ulrike Schnoor ulrike.schnoor@cern.ch
    57#
     
    1113# according to final state
    1214#
     15# c-tagging capabilities of CLICdet are
     16# not yet implemented here. Please
     17# contact us if you want to use it.
     18#######################################
     19
    1320#######################################
    1421# Order of execution of various modules
     
    739746    set OutputArray photons
    740747
    741     set DeltaRMax 0.5
     748    set DeltaRMax 0.1
    742749
    743750    set PTMin 0.5
    744751
    745     set PTRatioMax 0.12
     752    set PTRatioMax 0.2
    746753}
    747754
     
    837844    set OutputArray electrons
    838845
    839     set DeltaRMax 0.5
     846    set DeltaRMax 0.1
    840847
    841848    set PTMin 0.5
    842849
    843     set PTRatioMax 0.12
     850    set PTRatioMax 0.2
    844851}
    845852
     
    875882    set OutputArray muons
    876883
    877     set DeltaRMax 0.5
     884    set DeltaRMax 0.1
    878885
    879886    set PTMin 0.5
    880887
    881     set PTRatioMax 0.25
     888    set PTRatioMax 0.2
    882889}
    883890
  • cards/delphes_card_CLICdet_Stage3.tcl

    r6182516 r505a779  
    11#######################################
    22# CLICdet model
    3 # based on CLICdp-Note-2017-001
     3# based on arXiv:1812.07337 and
     4# CLICdp-Note-2017-001
     5#
    46# Ulrike Schnoor ulrike.schnoor@cern.ch
    5 #
    67#
    78# For the high energy stage of
     
    1112# use exclusive clustering with njets
    1213# according to final state
    13 #
     14#
     15# c-tagging capabilities of CLICdet are
     16# not yet implemented here. Please
     17# contact us if you want to use it.
     18#######################################
     19
    1420#######################################
    1521# Order of execution of various modules
     
    730736}
    731737
     738
    732739##################
    733740# Photon isolation
     
    740747    set OutputArray photons
    741748
    742     set DeltaRMax 0.5
     749    set DeltaRMax 0.1
    743750
    744751    set PTMin 0.5
    745752
    746     set PTRatioMax 0.12
    747 }
     753    set PTRatioMax 0.2
     754}
     755
    748756
    749757#####################
     
    753761module Efficiency ElectronEfficiency {
    754762    set InputArray ElectronFilter/electrons
     763    #set InputArray ElectronDressing/electrons
    755764    set OutputArray electrons
    756765
     
    838847    set OutputArray electrons
    839848
    840     set DeltaRMax 0.5
     849    set DeltaRMax 0.1
    841850
    842851    set PTMin 0.5
    843852
    844     set PTRatioMax 0.12
     853    set PTRatioMax 0.2
    845854}
    846855
     
    876885    set OutputArray muons
    877886
    878     set DeltaRMax 0.5
     887    set DeltaRMax 0.1
    879888
    880889    set PTMin 0.5
    881890
    882     set PTRatioMax 0.25
     891    set PTRatioMax 0.2
    883892}
    884893
Note: See TracChangeset for help on using the changeset viewer.