Fork me on GitHub

Changeset b4e1ab5 in git for cards/CLICdet


Ignore:
Timestamp:
Mar 15, 2018, 8:28:44 PM (7 years ago)
Author:
Ulrike Schnoor <ulrike.schnoor@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
7a1e27d
Parents:
35807af
Message:

jet energy smearing for 1.4 and 3 tev

Location:
cards/CLICdet
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • cards/CLICdet/CLICdet_JetSmearing.tcl

    r35807af rb4e1ab5  
    44
    55     # Resolution given in dpT/pT.
    6     set ResolutionFormula { 0.1 }
     6    set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }
    77}
    88module MomentumSmearing JetMomentumSmearing_VLCR05N3 {                                       
    99 set InputArray  FastJetFinderVLC_R05_N3/VLCjetsR05N3                                       
    1010  set OutputArray JER_VLCjetsR05N3                                                           
    11   set ResolutionFormula { 0.1 }                                                             
     11  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    1212}                                                                                           
    1313module MomentumSmearing JetMomentumSmearing_VLCR05N4 {                                       
    1414 set InputArray  FastJetFinderVLC_R05_N4/VLCjetsR05N4                                       
    1515  set OutputArray JER_VLCjetsR05N4                                                           
    16   set ResolutionFormula { 0.1 }                                                             
     16  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    1717}                                                                                           
    1818module MomentumSmearing JetMomentumSmearing_VLCR05N5 {                                       
    1919 set InputArray  FastJetFinderVLC_R05_N5/VLCjetsR05N5                                       
    2020  set OutputArray JER_VLCjetsR05N5                                                           
    21   set ResolutionFormula { 0.1 }                                                             
     21  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    2222}                                                                                           
    2323module MomentumSmearing JetMomentumSmearing_VLCR05N6 {                                       
    2424 set InputArray  FastJetFinderVLC_R05_N6/VLCjetsR05N6                                       
    2525  set OutputArray JER_VLCjetsR05N6                                                           
    26   set ResolutionFormula { 0.1 }                                                             
     26  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    2727}                                                                                           
    2828module MomentumSmearing JetMomentumSmearing_VLCR05_inclusive {                               
    2929 set InputArray  FastJetFinderVLC_R05_inclusive/VLCjetsR05_inclusive                       
    3030  set OutputArray JER_VLCjetsR05_inclusive                                                   
    31   set ResolutionFormula { 0.1 }                                                             
     31  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    3232}                                                                                           
    3333module MomentumSmearing JetMomentumSmearing_VLCR07N2 {                                       
    3434 set InputArray  FastJetFinderVLC_R07_N2/VLCjetsR07N2                                       
    3535  set OutputArray JER_VLCjetsR07N2                                                           
    36   set ResolutionFormula { 0.1 }                                                             
     36  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    3737}                                                                                           
    3838module MomentumSmearing JetMomentumSmearing_VLCR07N3 {                                       
    3939 set InputArray  FastJetFinderVLC_R07_N3/VLCjetsR07N3                                       
    4040  set OutputArray JER_VLCjetsR07N3                                                           
    41   set ResolutionFormula { 0.1 }                                                             
     41  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    4242}                                                                                           
    4343module MomentumSmearing JetMomentumSmearing_VLCR07N4 {                                       
    4444 set InputArray  FastJetFinderVLC_R07_N4/VLCjetsR07N4                                       
    4545  set OutputArray JER_VLCjetsR07N4                                                           
    46   set ResolutionFormula { 0.1 }                                                             
     46  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    4747}                                                                                           
    4848module MomentumSmearing JetMomentumSmearing_VLCR07N5 {                                       
    4949 set InputArray  FastJetFinderVLC_R07_N5/VLCjetsR07N5                                       
    5050  set OutputArray JER_VLCjetsR07N5                                                           
    51   set ResolutionFormula { 0.1 }                                                             
     51  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    5252}                                                                                           
    5353module MomentumSmearing JetMomentumSmearing_VLCR07N6 {                                       
    5454 set InputArray  FastJetFinderVLC_R07_N6/VLCjetsR07N6                                       
    5555  set OutputArray JER_VLCjetsR07N6                                                           
    56   set ResolutionFormula { 0.1 }                                                             
     56  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    5757}                                                                                           
    5858module MomentumSmearing JetMomentumSmearing_VLCR07_inclusive {                               
    5959 set InputArray  FastJetFinderVLC_R07_inclusive/VLCjetsR07_inclusive                       
    6060  set OutputArray JER_VLCjetsR07_inclusive                                                   
    61   set ResolutionFormula { 0.1 }                                                             
     61  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    6262}                                                                                           
    6363module MomentumSmearing JetMomentumSmearing_VLCR10N2 {                                       
    6464 set InputArray  FastJetFinderVLC_R10_N2/VLCjetsR10N2                                       
    6565  set OutputArray JER_VLCjetsR10N2                                                           
    66   set ResolutionFormula { 0.1 }                                                             
     66  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    6767}                                                                                           
    6868module MomentumSmearing JetMomentumSmearing_VLCR10N3 {                                       
    6969 set InputArray  FastJetFinderVLC_R10_N3/VLCjetsR10N3                                       
    7070  set OutputArray JER_VLCjetsR10N3                                                           
    71   set ResolutionFormula { 0.1 }                                                             
     71  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    7272}                                                                                           
    7373module MomentumSmearing JetMomentumSmearing_VLCR10N4 {                                       
    7474 set InputArray  FastJetFinderVLC_R10_N4/VLCjetsR10N4                                       
    7575  set OutputArray JER_VLCjetsR10N4                                                           
    76   set ResolutionFormula { 0.1 }                                                             
     76  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    7777}                                                                                           
    7878module MomentumSmearing JetMomentumSmearing_VLCR10N5 {                                       
    7979 set InputArray  FastJetFinderVLC_R10_N5/VLCjetsR10N5                                       
    8080  set OutputArray JER_VLCjetsR10N5                                                           
    81   set ResolutionFormula { 0.1 }                                                             
     81  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    8282}                                                                                           
    8383module MomentumSmearing JetMomentumSmearing_VLCR10N6 {                                       
    8484 set InputArray  FastJetFinderVLC_R10_N6/VLCjetsR10N6                                       
    8585  set OutputArray JER_VLCjetsR10N6                                                           
    86   set ResolutionFormula { 0.1 }                                                             
     86  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    8787}                                                                                           
    8888module MomentumSmearing JetMomentumSmearing_VLCR10_inclusive {                               
    8989 set InputArray  FastJetFinderVLC_R10_inclusive/VLCjetsR10_inclusive                       
    9090  set OutputArray JER_VLCjetsR10_inclusive                                                   
    91   set ResolutionFormula { 0.1 }                                                             
     91  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    9292}                                                                                           
    9393module MomentumSmearing JetMomentumSmearing_VLCR12N2 {                                       
    9494 set InputArray  FastJetFinderVLC_R12_N2/VLCjetsR12N2                                       
    9595  set OutputArray JER_VLCjetsR12N2                                                           
    96   set ResolutionFormula { 0.1 }                                                             
     96  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    9797}                                                                                           
    9898module MomentumSmearing JetMomentumSmearing_VLCR12N3 {                                       
    9999 set InputArray  FastJetFinderVLC_R12_N3/VLCjetsR12N3                                       
    100100  set OutputArray JER_VLCjetsR12N3                                                           
    101   set ResolutionFormula { 0.1 }                                                             
     101  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    102102}                                                                                           
    103103module MomentumSmearing JetMomentumSmearing_VLCR12N4 {                                       
    104104 set InputArray  FastJetFinderVLC_R12_N4/VLCjetsR12N4                                       
    105105  set OutputArray JER_VLCjetsR12N4                                                           
    106   set ResolutionFormula { 0.1 }                                                             
     106  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    107107}                                                                                           
    108108module MomentumSmearing JetMomentumSmearing_VLCR12N5 {                                       
    109109 set InputArray  FastJetFinderVLC_R12_N5/VLCjetsR12N5                                       
    110110  set OutputArray JER_VLCjetsR12N5                                                           
    111   set ResolutionFormula { 0.1 }                                                             
     111  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    112112}                                                                                           
    113113module MomentumSmearing JetMomentumSmearing_VLCR12N6 {                                       
    114114 set InputArray  FastJetFinderVLC_R12_N6/VLCjetsR12N6                                       
    115115  set OutputArray JER_VLCjetsR12N6                                                           
    116   set ResolutionFormula { 0.1 }                                                             
     116  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    117117}                                                                                           
    118118module MomentumSmearing JetMomentumSmearing_VLCR12_inclusive {                               
    119119 set InputArray  FastJetFinderVLC_R12_inclusive/VLCjetsR12_inclusive                       
    120120  set OutputArray JER_VLCjetsR12_inclusive                                                   
    121   set ResolutionFormula { 0.1 }                                                             
     121  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    122122}                                                                                           
    123123module MomentumSmearing JetMomentumSmearing_VLCR15N2 {                                       
    124124 set InputArray  FastJetFinderVLC_R15_N2/VLCjetsR15N2                                       
    125125  set OutputArray JER_VLCjetsR15N2                                                           
    126   set ResolutionFormula { 0.1 }                                                             
     126  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    127127}                                                                                           
    128128module MomentumSmearing JetMomentumSmearing_VLCR15N3 {                                       
    129129 set InputArray  FastJetFinderVLC_R15_N3/VLCjetsR15N3                                       
    130130  set OutputArray JER_VLCjetsR15N3                                                           
    131   set ResolutionFormula { 0.1 }                                                             
     131  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    132132}                                                                                           
    133133module MomentumSmearing JetMomentumSmearing_VLCR15N4 {                                       
    134134 set InputArray  FastJetFinderVLC_R15_N4/VLCjetsR15N4                                       
    135135  set OutputArray JER_VLCjetsR15N4                                                           
    136   set ResolutionFormula { 0.1 }                                                             
     136  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    137137}                                                                                           
    138138module MomentumSmearing JetMomentumSmearing_VLCR15N5 {                                       
    139139 set InputArray  FastJetFinderVLC_R15_N5/VLCjetsR15N5                                       
    140140  set OutputArray JER_VLCjetsR15N5                                                           
    141   set ResolutionFormula { 0.1 }                                                             
     141  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    142142}                                                                                           
    143143module MomentumSmearing JetMomentumSmearing_VLCR15N6 {                                       
    144144 set InputArray  FastJetFinderVLC_R15_N6/VLCjetsR15N6                                       
    145145  set OutputArray JER_VLCjetsR15N6                                                           
    146   set ResolutionFormula { 0.1 }                                                             
     146  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    147147}                                                                                           
    148148module MomentumSmearing JetMomentumSmearing_VLCR15_inclusive {                               
    149149 set InputArray  FastJetFinderVLC_R15_inclusive/VLCjetsR15_inclusive                       
    150150  set OutputArray JER_VLCjetsR15_inclusive                                                   
    151   set ResolutionFormula { 0.1 }                                                             
     151  set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) }                                                             
    152152}                                                 
Note: See TracChangeset for help on using the changeset viewer.