- Timestamp:
- Mar 15, 2018, 8:28:44 PM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 7a1e27d
- Parents:
- 35807af
- Location:
- cards
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/CLICdet/CLICdet_JetSmearing.tcl
r35807af rb4e1ab5 4 4 5 5 # 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) } 7 7 } 8 8 module MomentumSmearing JetMomentumSmearing_VLCR05N3 { 9 9 set InputArray FastJetFinderVLC_R05_N3/VLCjetsR05N3 10 10 set OutputArray JER_VLCjetsR05N3 11 set ResolutionFormula { 0.1}11 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 12 12 } 13 13 module MomentumSmearing JetMomentumSmearing_VLCR05N4 { 14 14 set InputArray FastJetFinderVLC_R05_N4/VLCjetsR05N4 15 15 set OutputArray JER_VLCjetsR05N4 16 set ResolutionFormula { 0.1}16 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 17 17 } 18 18 module MomentumSmearing JetMomentumSmearing_VLCR05N5 { 19 19 set InputArray FastJetFinderVLC_R05_N5/VLCjetsR05N5 20 20 set OutputArray JER_VLCjetsR05N5 21 set ResolutionFormula { 0.1}21 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 22 22 } 23 23 module MomentumSmearing JetMomentumSmearing_VLCR05N6 { 24 24 set InputArray FastJetFinderVLC_R05_N6/VLCjetsR05N6 25 25 set OutputArray JER_VLCjetsR05N6 26 set ResolutionFormula { 0.1}26 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 27 27 } 28 28 module MomentumSmearing JetMomentumSmearing_VLCR05_inclusive { 29 29 set InputArray FastJetFinderVLC_R05_inclusive/VLCjetsR05_inclusive 30 30 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) } 32 32 } 33 33 module MomentumSmearing JetMomentumSmearing_VLCR07N2 { 34 34 set InputArray FastJetFinderVLC_R07_N2/VLCjetsR07N2 35 35 set OutputArray JER_VLCjetsR07N2 36 set ResolutionFormula { 0.1}36 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 37 37 } 38 38 module MomentumSmearing JetMomentumSmearing_VLCR07N3 { 39 39 set InputArray FastJetFinderVLC_R07_N3/VLCjetsR07N3 40 40 set OutputArray JER_VLCjetsR07N3 41 set ResolutionFormula { 0.1}41 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 42 42 } 43 43 module MomentumSmearing JetMomentumSmearing_VLCR07N4 { 44 44 set InputArray FastJetFinderVLC_R07_N4/VLCjetsR07N4 45 45 set OutputArray JER_VLCjetsR07N4 46 set ResolutionFormula { 0.1}46 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 47 47 } 48 48 module MomentumSmearing JetMomentumSmearing_VLCR07N5 { 49 49 set InputArray FastJetFinderVLC_R07_N5/VLCjetsR07N5 50 50 set OutputArray JER_VLCjetsR07N5 51 set ResolutionFormula { 0.1}51 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 52 52 } 53 53 module MomentumSmearing JetMomentumSmearing_VLCR07N6 { 54 54 set InputArray FastJetFinderVLC_R07_N6/VLCjetsR07N6 55 55 set OutputArray JER_VLCjetsR07N6 56 set ResolutionFormula { 0.1}56 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 57 57 } 58 58 module MomentumSmearing JetMomentumSmearing_VLCR07_inclusive { 59 59 set InputArray FastJetFinderVLC_R07_inclusive/VLCjetsR07_inclusive 60 60 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) } 62 62 } 63 63 module MomentumSmearing JetMomentumSmearing_VLCR10N2 { 64 64 set InputArray FastJetFinderVLC_R10_N2/VLCjetsR10N2 65 65 set OutputArray JER_VLCjetsR10N2 66 set ResolutionFormula { 0.1}66 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 67 67 } 68 68 module MomentumSmearing JetMomentumSmearing_VLCR10N3 { 69 69 set InputArray FastJetFinderVLC_R10_N3/VLCjetsR10N3 70 70 set OutputArray JER_VLCjetsR10N3 71 set ResolutionFormula { 0.1}71 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 72 72 } 73 73 module MomentumSmearing JetMomentumSmearing_VLCR10N4 { 74 74 set InputArray FastJetFinderVLC_R10_N4/VLCjetsR10N4 75 75 set OutputArray JER_VLCjetsR10N4 76 set ResolutionFormula { 0.1}76 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 77 77 } 78 78 module MomentumSmearing JetMomentumSmearing_VLCR10N5 { 79 79 set InputArray FastJetFinderVLC_R10_N5/VLCjetsR10N5 80 80 set OutputArray JER_VLCjetsR10N5 81 set ResolutionFormula { 0.1}81 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 82 82 } 83 83 module MomentumSmearing JetMomentumSmearing_VLCR10N6 { 84 84 set InputArray FastJetFinderVLC_R10_N6/VLCjetsR10N6 85 85 set OutputArray JER_VLCjetsR10N6 86 set ResolutionFormula { 0.1}86 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 87 87 } 88 88 module MomentumSmearing JetMomentumSmearing_VLCR10_inclusive { 89 89 set InputArray FastJetFinderVLC_R10_inclusive/VLCjetsR10_inclusive 90 90 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) } 92 92 } 93 93 module MomentumSmearing JetMomentumSmearing_VLCR12N2 { 94 94 set InputArray FastJetFinderVLC_R12_N2/VLCjetsR12N2 95 95 set OutputArray JER_VLCjetsR12N2 96 set ResolutionFormula { 0.1}96 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 97 97 } 98 98 module MomentumSmearing JetMomentumSmearing_VLCR12N3 { 99 99 set InputArray FastJetFinderVLC_R12_N3/VLCjetsR12N3 100 100 set OutputArray JER_VLCjetsR12N3 101 set ResolutionFormula { 0.1}101 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 102 102 } 103 103 module MomentumSmearing JetMomentumSmearing_VLCR12N4 { 104 104 set InputArray FastJetFinderVLC_R12_N4/VLCjetsR12N4 105 105 set OutputArray JER_VLCjetsR12N4 106 set ResolutionFormula { 0.1}106 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 107 107 } 108 108 module MomentumSmearing JetMomentumSmearing_VLCR12N5 { 109 109 set InputArray FastJetFinderVLC_R12_N5/VLCjetsR12N5 110 110 set OutputArray JER_VLCjetsR12N5 111 set ResolutionFormula { 0.1}111 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 112 112 } 113 113 module MomentumSmearing JetMomentumSmearing_VLCR12N6 { 114 114 set InputArray FastJetFinderVLC_R12_N6/VLCjetsR12N6 115 115 set OutputArray JER_VLCjetsR12N6 116 set ResolutionFormula { 0.1}116 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 117 117 } 118 118 module MomentumSmearing JetMomentumSmearing_VLCR12_inclusive { 119 119 set InputArray FastJetFinderVLC_R12_inclusive/VLCjetsR12_inclusive 120 120 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) } 122 122 } 123 123 module MomentumSmearing JetMomentumSmearing_VLCR15N2 { 124 124 set InputArray FastJetFinderVLC_R15_N2/VLCjetsR15N2 125 125 set OutputArray JER_VLCjetsR15N2 126 set ResolutionFormula { 0.1}126 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 127 127 } 128 128 module MomentumSmearing JetMomentumSmearing_VLCR15N3 { 129 129 set InputArray FastJetFinderVLC_R15_N3/VLCjetsR15N3 130 130 set OutputArray JER_VLCjetsR15N3 131 set ResolutionFormula { 0.1}131 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 132 132 } 133 133 module MomentumSmearing JetMomentumSmearing_VLCR15N4 { 134 134 set InputArray FastJetFinderVLC_R15_N4/VLCjetsR15N4 135 135 set OutputArray JER_VLCjetsR15N4 136 set ResolutionFormula { 0.1}136 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 137 137 } 138 138 module MomentumSmearing JetMomentumSmearing_VLCR15N5 { 139 139 set InputArray FastJetFinderVLC_R15_N5/VLCjetsR15N5 140 140 set OutputArray JER_VLCjetsR15N5 141 set ResolutionFormula { 0.1}141 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 142 142 } 143 143 module MomentumSmearing JetMomentumSmearing_VLCR15N6 { 144 144 set InputArray FastJetFinderVLC_R15_N6/VLCjetsR15N6 145 145 set OutputArray JER_VLCjetsR15N6 146 set ResolutionFormula { 0.1}146 set ResolutionFormula { (abs(eta) < 0.76) * ( 0.02 ) + (abs(eta) >= 0.76 ) * (0.1) } 147 147 } 148 148 module MomentumSmearing JetMomentumSmearing_VLCR15_inclusive { 149 149 set InputArray FastJetFinderVLC_R15_inclusive/VLCjetsR15_inclusive 150 150 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) } 152 152 } -
cards/delphes_card_CLICdet.tcl
r35807af rb4e1ab5 116 116 JetMomentumSmearing_VLCR15N6 117 117 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 118 151 119 152 … … 387 420 set ResolutionFormula { 388 421 (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 ) + 392 426 (abs(eta) < 0.18) * sqrt( 1.32845e-05^2 * pt^2 +0.00209325^2 ) 393 427 … … 407 441 set ResolutionFormula { 408 442 (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 ) + 412 447 (abs(eta) < 0.18) * sqrt( 1.40722e-05^2 * pt^2 + 0.00292138^2 ) 413 448 … … 428 463 set ResolutionFormula { 429 464 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 ) 435 471 436 472 } … … 1002 1038 source CLICdet/CLICdet_JetSmearing.tcl 1003 1039 1040 ######################################### 1041 # Jet Energy Scale to mimick overlay 1042 ######################################### 1043 1044 source CLICdet/CLICdet_JetScale.tcl 1045 1046 1047 1048 1004 1049 ######################## 1005 1050 # Jet Flavor Association … … 1110 1155 add Branch JetMomentumSmearing_VLCR15_inclusive/JER_VLCjetsR15_inclusive JER_VLCjetR15_inclusive Jet 1111 1156 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 1112 1195 #### 1113 1196
Note:
See TracChangeset
for help on using the changeset viewer.