Fork me on GitHub

Changeset b4e1ab5 in git


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
Files:
1 added
2 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}                                                 
  • cards/delphes_card_CLICdet.tcl

    r35807af rb4e1ab5  
    116116    JetMomentumSmearing_VLCR15N6
    117117    JetMomentumSmearing_VLCR15_inclusive
     118
     119
     120       
     121    JetEnergyScale_VLCR05N2                                                                 
     122    JetEnergyScale_VLCR05N3                                                                 
     123    JetEnergyScale_VLCR05N4                                                                 
     124    JetEnergyScale_VLCR05N5
     125    JetEnergyScale_VLCR05N6
     126    JetEnergyScale_VLCR05_inclusive
     127    JetEnergyScale_VLCR07N2
     128    JetEnergyScale_VLCR07N3
     129    JetEnergyScale_VLCR07N4
     130    JetEnergyScale_VLCR07N5
     131    JetEnergyScale_VLCR07N6
     132    JetEnergyScale_VLCR07_inclusive
     133    JetEnergyScale_VLCR10N2
     134    JetEnergyScale_VLCR10N3
     135    JetEnergyScale_VLCR10N4
     136    JetEnergyScale_VLCR10N5
     137    JetEnergyScale_VLCR10N6
     138    JetEnergyScale_VLCR10_inclusive
     139    JetEnergyScale_VLCR12N2
     140    JetEnergyScale_VLCR12N3
     141    JetEnergyScale_VLCR12N4
     142    JetEnergyScale_VLCR12N5
     143    JetEnergyScale_VLCR12N6
     144    JetEnergyScale_VLCR12_inclusive
     145    JetEnergyScale_VLCR15N2
     146    JetEnergyScale_VLCR15N3
     147    JetEnergyScale_VLCR15N4
     148    JetEnergyScale_VLCR15N5
     149    JetEnergyScale_VLCR15N6
     150    JetEnergyScale_VLCR15_inclusive
    118151
    119152
     
    387420    set ResolutionFormula {
    388421        (abs(eta) < 2.66 && abs(eta) >= 1.74 ) * 2 * sqrt( 8.56036e-05^2 * pt^2 +0.0148987^2    ) +
    389         (abs(eta) < 1.74 && abs(eta) >= 1.01 ) * sqrt( 1.12382e-05^2 * pt^2 +0.00391722^2   ) +
    390         (abs(eta) < 1.01 && abs(eta) >= 0.55 ) * sqrt( 1.16768e-05^2 * pt^2 +0.00255204^2    ) +
    391         (abs(eta) < 0.55 && abs(eta) >= 0.18 ) * sqrt( 1.28327e-05^2 * pt^2 +0.00220587^2   ) +
     422        (abs(eta) < 1.74 && abs(eta) >= 1.32 ) * 2 * sqrt( 8.56036e-05^2 * pt^2 +0.0148987^2    ) +
     423        (abs(eta) < 1.32 && abs(eta) >= 0.76 ) * 2 * sqrt( 1.12382e-05^2 * pt^2 +0.00391722^2   ) +
     424        (abs(eta) < 0.76 && abs(eta) >= 0.36 ) * sqrt( 1.16768e-05^2 * pt^2 +0.00255204^2    ) +
     425        (abs(eta) < 0.36 && abs(eta) >= 0.18 ) * sqrt( 1.28327e-05^2 * pt^2 +0.00220587^2   ) +
    392426        (abs(eta) < 0.18)                      * sqrt( 1.32845e-05^2 * pt^2 +0.00209325^2   )
    393427       
     
    407441    set ResolutionFormula {
    408442        (abs(eta) < 2.66 && abs(eta) >= 1.74 ) * 2 * sqrt( 8.62283e-05^2 * pt^2  + 0.0177556^2   ) +
    409         (abs(eta) < 1.74 && abs(eta) >= 1.01 ) * sqrt( 1.0915e-05 ^2 * pt^2  + 0.00663766^2  ) +
    410         (abs(eta) < 1.01 && abs(eta) >= 0.55 ) * sqrt( 1.15518e-05^2 * pt^2  + 0.00398644^2  ) +
    411         (abs(eta) < 0.55 && abs(eta) >= 0.18 ) * sqrt( 1.3307e-05 ^2 * pt^2  + 0.00317807^2  ) +
     443        (abs(eta) < 1.74 && abs(eta) >= 1.32 ) * 2 * sqrt( 8.62283e-05^2 * pt^2  + 0.0177556^2   ) +
     444        (abs(eta) < 1.32 && abs(eta) >= 0.76 ) * 2 * sqrt( 1.0915e-05 ^2 * pt^2  + 0.00663766^2  ) +
     445        (abs(eta) < 0.76 && abs(eta) >= 0.36 ) * sqrt( 1.15518e-05^2 * pt^2  + 0.00398644^2  ) +
     446        (abs(eta) < 0.36 && abs(eta) >= 0.18 ) * sqrt( 1.3307e-05 ^2 * pt^2  + 0.00317807^2  ) +
    412447        (abs(eta) < 0.18)                      * sqrt( 1.40722e-05^2 * pt^2  + 0.00292138^2  )
    413448
     
    428463    set ResolutionFormula {
    429464
    430         (abs(eta) < 2.66 && abs(eta) >= 1.74 ) * 2 * sqrt(4.57439e-05^2 * pt^2*   + 0.0149328^2    ) +
    431         (abs(eta) < 1.74 && abs(eta) >= 1.01 ) * sqrt(9.81626e-06^2 * pt^2*   + 0.00379895^2  ) +
    432         (abs(eta) < 1.01 && abs(eta) >= 0.55 ) * sqrt(1.1959e-05^2 * pt^2*   +  0.00242417^2 ) +
    433         (abs(eta) < 0.55 && abs(eta) >= 0.18 ) * sqrt(1.20149e-05^2 * pt^2  + 0.00219291^2  ) +
    434         (abs(eta) < 0.18)                      * sqrt(1.29686e-05^2 * pt^2  + 0.0020392^2      )
     465        (abs(eta) < 2.66 && abs(eta) >= 1.74 )   * 2 * sqrt(4.57439e-05^2 * pt^2*   + 0.0149328^2          ) +
     466        (abs(eta) < 1.74 && abs(eta) >= 1.32 )   * 2 * sqrt(4.57439e-05^2 * pt^2*   + 0.0149328^2          ) +
     467        (abs(eta) < 1.32 && abs(eta) >= 0.76 )   * 2 * sqrt(9.81626e-06^2 * pt^2*   + 0.00379895^2  ) +
     468        (abs(eta) < 0.76 && abs(eta) >= 0.36 )   * sqrt(1.1959e-05^2 * pt^2*   +  0.00242417^2 ) +
     469        (abs(eta) < 0.36 && abs(eta) >= 0.18 )   * sqrt(1.20149e-05^2 * pt^2  + 0.00219291^2  ) +
     470        (abs(eta) < 0.18)                        * sqrt(1.29686e-05^2 * pt^2  + 0.0020392^2      )
    435471
    436472    }
     
    10021038source CLICdet/CLICdet_JetSmearing.tcl
    10031039
     1040#########################################
     1041# Jet Energy Scale to mimick overlay
     1042#########################################
     1043
     1044source CLICdet/CLICdet_JetScale.tcl
     1045
     1046
     1047
     1048
    10041049########################
    10051050# Jet Flavor Association
     
    11101155    add Branch JetMomentumSmearing_VLCR15_inclusive/JER_VLCjetsR15_inclusive JER_VLCjetR15_inclusive Jet
    11111156
     1157   
     1158   ###with JES
     1159    add Branch JetEnergyScale_VLCR05N2/JES_VLCjetsR05N2 JES_VLCjetR05N2 Jet
     1160    add Branch JetEnergyScale_VLCR05N3/JES_VLCjetsR05N3 JES_VLCjetR05N3 Jet
     1161    add Branch JetEnergyScale_VLCR05N4/JES_VLCjetsR05N4 JES_VLCjetR05N4 Jet
     1162    add Branch JetEnergyScale_VLCR05N5/JES_VLCjetsR05N5 JES_VLCjetR05N5 Jet
     1163    add Branch JetEnergyScale_VLCR05N6/JES_VLCjetsR05N6 JES_VLCjetR05N6 Jet
     1164
     1165    add Branch JetEnergyScale_VLCR07N2/JES_VLCjetsR07N2 JES_VLCjetR07N2 Jet
     1166    add Branch JetEnergyScale_VLCR07N3/JES_VLCjetsR07N3 JES_VLCjetR07N3 Jet
     1167    add Branch JetEnergyScale_VLCR07N4/JES_VLCjetsR07N4 JES_VLCjetR07N4 Jet
     1168    add Branch JetEnergyScale_VLCR07N5/JES_VLCjetsR07N5 JES_VLCjetR07N5 Jet
     1169    add Branch JetEnergyScale_VLCR07N6/JES_VLCjetsR07N6 JES_VLCjetR07N6 Jet
     1170
     1171    add Branch JetEnergyScale_VLCR10N2/JES_VLCjetsR10N2 JES_VLCjetR10N2 Jet
     1172    add Branch JetEnergyScale_VLCR10N3/JES_VLCjetsR10N3 JES_VLCjetR10N3 Jet
     1173    add Branch JetEnergyScale_VLCR10N4/JES_VLCjetsR10N4 JES_VLCjetR10N4 Jet
     1174    add Branch JetEnergyScale_VLCR10N5/JES_VLCjetsR10N5 JES_VLCjetR10N5 Jet
     1175    add Branch JetEnergyScale_VLCR10N6/JES_VLCjetsR10N6 JES_VLCjetR10N6 Jet
     1176
     1177    add Branch JetEnergyScale_VLCR12N2/JES_VLCjetsR12N2 JES_VLCjetR12N2 Jet
     1178    add Branch JetEnergyScale_VLCR12N3/JES_VLCjetsR12N3 JES_VLCjetR12N3 Jet
     1179    add Branch JetEnergyScale_VLCR12N4/JES_VLCjetsR12N4 JES_VLCjetR12N4 Jet
     1180    add Branch JetEnergyScale_VLCR12N5/JES_VLCjetsR12N5 JES_VLCjetR12N5 Jet
     1181    add Branch JetEnergyScale_VLCR12N6/JES_VLCjetsR12N6 JES_VLCjetR12N6 Jet
     1182
     1183    add Branch JetEnergyScale_VLCR15N2/JES_VLCjetsR15N2 JES_VLCjetR15N2 Jet
     1184    add Branch JetEnergyScale_VLCR15N3/JES_VLCjetsR15N3 JES_VLCjetR15N3 Jet
     1185    add Branch JetEnergyScale_VLCR15N4/JES_VLCjetsR15N4 JES_VLCjetR15N4 Jet
     1186    add Branch JetEnergyScale_VLCR15N5/JES_VLCjetsR15N5 JES_VLCjetR15N5 Jet
     1187    add Branch JetEnergyScale_VLCR15N6/JES_VLCjetsR15N6 JES_VLCjetR15N6 Jet
     1188
     1189    add Branch JetEnergyScale_VLCR05_inclusive/JES_VLCjetsR05_inclusive JES_VLCjetR05_inclusive Jet
     1190    add Branch JetEnergyScale_VLCR07_inclusive/JES_VLCjetsR07_inclusive JES_VLCjetR07_inclusive Jet
     1191    add Branch JetEnergyScale_VLCR10_inclusive/JES_VLCjetsR10_inclusive JES_VLCjetR10_inclusive Jet
     1192    add Branch JetEnergyScale_VLCR12_inclusive/JES_VLCjetsR12_inclusive JES_VLCjetR12_inclusive Jet
     1193    add Branch JetEnergyScale_VLCR15_inclusive/JES_VLCjetsR15_inclusive JES_VLCjetR15_inclusive Jet
     1194
    11121195    ####
    11131196
Note: See TracChangeset for help on using the changeset viewer.