Changeset 5554fa9 in git
- Timestamp:
- Jan 25, 2018, 4:59:11 PM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- ce2279d
- Parents:
- 5953e02
- Location:
- cards
- Files:
-
- 1 edited
- 6 moved
Legend:
- Unmodified
- Added
- Removed
-
cards/CLICdet/CLICdet_BTagging.tcl
r5953e02 r5554fa9 10 10 # based on CLICdp-Note-2014-002 11 11 12 source CLICdet _BTag_50.tcl12 source CLICdet/CLICdet_BTag_50.tcl 13 13 } 14 14 module BTagging BTaggingWP70_R05N2 { 15 15 set JetInputArray FastJetFinderVLC_R05_N2/VLCjetsR05N2 16 16 set BitNumber 1 17 source CLICdet _BTag_70.tcl17 source CLICdet/CLICdet_BTag_70.tcl 18 18 } 19 19 module BTagging BTaggingWP90_R05N2 { 20 20 set JetInputArray FastJetFinderVLC_R05_N2/VLCjetsR05N2 21 21 set BitNumber 2 22 source CLICdet _BTag_90.tcl22 source CLICdet/CLICdet_BTag_90.tcl 23 23 } 24 24 module BTagging BTaggingWP50_R05N3 { 25 25 set JetInputArray FastJetFinderVLC_R05_N3/VLCjetsR05N3 26 26 set BitNumber 0 27 source CLICdet _BTag_50.tcl27 source CLICdet/CLICdet_BTag_50.tcl 28 28 } 29 29 module BTagging BTaggingWP70_R05N3 { 30 30 set JetInputArray FastJetFinderVLC_R05_N3/VLCjetsR05N3 31 31 set BitNumber 1 32 source CLICdet _BTag_70.tcl32 source CLICdet/CLICdet_BTag_70.tcl 33 33 } 34 34 module BTagging BTaggingWP90_R05N3 { 35 35 set JetInputArray FastJetFinderVLC_R05_N3/VLCjetsR05N3 36 36 set BitNumber 2 37 source CLICdet _BTag_90.tcl37 source CLICdet/CLICdet_BTag_90.tcl 38 38 } 39 39 module BTagging BTaggingWP50_R05N4 { 40 40 set JetInputArray FastJetFinderVLC_R05_N4/VLCjetsR05N4 41 41 set BitNumber 0 42 source CLICdet _BTag_50.tcl42 source CLICdet/CLICdet_BTag_50.tcl 43 43 } 44 44 module BTagging BTaggingWP70_R05N4 { 45 45 set JetInputArray FastJetFinderVLC_R05_N4/VLCjetsR05N4 46 46 set BitNumber 1 47 source CLICdet _BTag_70.tcl47 source CLICdet/CLICdet_BTag_70.tcl 48 48 } 49 49 module BTagging BTaggingWP90_R05N4 { 50 50 set JetInputArray FastJetFinderVLC_R05_N4/VLCjetsR05N4 51 51 set BitNumber 2 52 source CLICdet _BTag_90.tcl52 source CLICdet/CLICdet_BTag_90.tcl 53 53 } 54 54 module BTagging BTaggingWP50_R05N5 { 55 55 set JetInputArray FastJetFinderVLC_R05_N5/VLCjetsR05N5 56 56 set BitNumber 0 57 source CLICdet _BTag_50.tcl57 source CLICdet/CLICdet_BTag_50.tcl 58 58 } 59 59 module BTagging BTaggingWP70_R05N5 { 60 60 set JetInputArray FastJetFinderVLC_R05_N5/VLCjetsR05N5 61 61 set BitNumber 1 62 source CLICdet _BTag_70.tcl62 source CLICdet/CLICdet_BTag_70.tcl 63 63 } 64 64 module BTagging BTaggingWP90_R05N5 { 65 65 set JetInputArray FastJetFinderVLC_R05_N5/VLCjetsR05N5 66 66 set BitNumber 2 67 source CLICdet _BTag_90.tcl67 source CLICdet/CLICdet_BTag_90.tcl 68 68 } 69 69 module BTagging BTaggingWP50_R05N6 { 70 70 set JetInputArray FastJetFinderVLC_R05_N6/VLCjetsR05N6 71 71 set BitNumber 0 72 source CLICdet _BTag_50.tcl72 source CLICdet/CLICdet_BTag_50.tcl 73 73 } 74 74 module BTagging BTaggingWP70_R05N6 { 75 75 set JetInputArray FastJetFinderVLC_R05_N6/VLCjetsR05N6 76 76 set BitNumber 1 77 source CLICdet _BTag_70.tcl77 source CLICdet/CLICdet_BTag_70.tcl 78 78 } 79 79 module BTagging BTaggingWP90_R05N6 { 80 80 set JetInputArray FastJetFinderVLC_R05_N6/VLCjetsR05N6 81 81 set BitNumber 2 82 source CLICdet _BTag_90.tcl82 source CLICdet/CLICdet_BTag_90.tcl 83 83 } 84 84 module BTagging BTaggingWP50_R07N2 { 85 85 set JetInputArray FastJetFinderVLC_R07_N2/VLCjetsR07N2 86 86 set BitNumber 0 87 source CLICdet _BTag_50.tcl87 source CLICdet/CLICdet_BTag_50.tcl 88 88 } 89 89 module BTagging BTaggingWP70_R07N2 { 90 90 set JetInputArray FastJetFinderVLC_R07_N2/VLCjetsR07N2 91 91 set BitNumber 1 92 source CLICdet _BTag_70.tcl92 source CLICdet/CLICdet_BTag_70.tcl 93 93 } 94 94 module BTagging BTaggingWP90_R07N2 { 95 95 set JetInputArray FastJetFinderVLC_R07_N2/VLCjetsR07N2 96 96 set BitNumber 2 97 source CLICdet _BTag_90.tcl97 source CLICdet/CLICdet_BTag_90.tcl 98 98 } 99 99 module BTagging BTaggingWP50_R07N3 { 100 100 set JetInputArray FastJetFinderVLC_R07_N3/VLCjetsR07N3 101 101 set BitNumber 0 102 source CLICdet _BTag_50.tcl102 source CLICdet/CLICdet_BTag_50.tcl 103 103 } 104 104 module BTagging BTaggingWP70_R07N3 { 105 105 set JetInputArray FastJetFinderVLC_R07_N3/VLCjetsR07N3 106 106 set BitNumber 1 107 source CLICdet _BTag_70.tcl107 source CLICdet/CLICdet_BTag_70.tcl 108 108 } 109 109 module BTagging BTaggingWP90_R07N3 { 110 110 set JetInputArray FastJetFinderVLC_R07_N3/VLCjetsR07N3 111 111 set BitNumber 2 112 source CLICdet _BTag_90.tcl112 source CLICdet/CLICdet_BTag_90.tcl 113 113 } 114 114 module BTagging BTaggingWP50_R07N4 { 115 115 set JetInputArray FastJetFinderVLC_R07_N4/VLCjetsR07N4 116 116 set BitNumber 0 117 source CLICdet _BTag_50.tcl117 source CLICdet/CLICdet_BTag_50.tcl 118 118 } 119 119 module BTagging BTaggingWP70_R07N4 { 120 120 set JetInputArray FastJetFinderVLC_R07_N4/VLCjetsR07N4 121 121 set BitNumber 1 122 source CLICdet _BTag_70.tcl122 source CLICdet/CLICdet_BTag_70.tcl 123 123 } 124 124 module BTagging BTaggingWP90_R07N4 { 125 125 set JetInputArray FastJetFinderVLC_R07_N4/VLCjetsR07N4 126 126 set BitNumber 2 127 source CLICdet _BTag_90.tcl127 source CLICdet/CLICdet_BTag_90.tcl 128 128 } 129 129 module BTagging BTaggingWP50_R07N5 { 130 130 set JetInputArray FastJetFinderVLC_R07_N5/VLCjetsR07N5 131 131 set BitNumber 0 132 source CLICdet _BTag_50.tcl132 source CLICdet/CLICdet_BTag_50.tcl 133 133 } 134 134 module BTagging BTaggingWP70_R07N5 { 135 135 set JetInputArray FastJetFinderVLC_R07_N5/VLCjetsR07N5 136 136 set BitNumber 1 137 source CLICdet _BTag_70.tcl137 source CLICdet/CLICdet_BTag_70.tcl 138 138 } 139 139 module BTagging BTaggingWP90_R07N5 { 140 140 set JetInputArray FastJetFinderVLC_R07_N5/VLCjetsR07N5 141 141 set BitNumber 2 142 source CLICdet _BTag_90.tcl142 source CLICdet/CLICdet_BTag_90.tcl 143 143 } 144 144 module BTagging BTaggingWP50_R07N6 { 145 145 set JetInputArray FastJetFinderVLC_R07_N6/VLCjetsR07N6 146 146 set BitNumber 0 147 source CLICdet _BTag_50.tcl147 source CLICdet/CLICdet_BTag_50.tcl 148 148 } 149 149 module BTagging BTaggingWP70_R07N6 { 150 150 set JetInputArray FastJetFinderVLC_R07_N6/VLCjetsR07N6 151 151 set BitNumber 1 152 source CLICdet _BTag_70.tcl152 source CLICdet/CLICdet_BTag_70.tcl 153 153 } 154 154 module BTagging BTaggingWP90_R07N6 { 155 155 set JetInputArray FastJetFinderVLC_R07_N6/VLCjetsR07N6 156 156 set BitNumber 2 157 source CLICdet _BTag_90.tcl157 source CLICdet/CLICdet_BTag_90.tcl 158 158 } 159 159 module BTagging BTaggingWP50_R10N2 { 160 160 set JetInputArray FastJetFinderVLC_R10_N2/VLCjetsR10N2 161 161 set BitNumber 0 162 source CLICdet _BTag_50.tcl162 source CLICdet/CLICdet_BTag_50.tcl 163 163 } 164 164 module BTagging BTaggingWP70_R10N2 { 165 165 set JetInputArray FastJetFinderVLC_R10_N2/VLCjetsR10N2 166 166 set BitNumber 1 167 source CLICdet _BTag_70.tcl167 source CLICdet/CLICdet_BTag_70.tcl 168 168 } 169 169 module BTagging BTaggingWP90_R10N2 { 170 170 set JetInputArray FastJetFinderVLC_R10_N2/VLCjetsR10N2 171 171 set BitNumber 2 172 source CLICdet _BTag_90.tcl172 source CLICdet/CLICdet_BTag_90.tcl 173 173 } 174 174 module BTagging BTaggingWP50_R10N3 { 175 175 set JetInputArray FastJetFinderVLC_R10_N3/VLCjetsR10N3 176 176 set BitNumber 0 177 source CLICdet _BTag_50.tcl177 source CLICdet/CLICdet_BTag_50.tcl 178 178 } 179 179 module BTagging BTaggingWP70_R10N3 { 180 180 set JetInputArray FastJetFinderVLC_R10_N3/VLCjetsR10N3 181 181 set BitNumber 1 182 source CLICdet _BTag_70.tcl182 source CLICdet/CLICdet_BTag_70.tcl 183 183 } 184 184 module BTagging BTaggingWP90_R10N3 { 185 185 set JetInputArray FastJetFinderVLC_R10_N3/VLCjetsR10N3 186 186 set BitNumber 2 187 source CLICdet _BTag_90.tcl187 source CLICdet/CLICdet_BTag_90.tcl 188 188 } 189 189 module BTagging BTaggingWP50_R10N4 { 190 190 set JetInputArray FastJetFinderVLC_R10_N4/VLCjetsR10N4 191 191 set BitNumber 0 192 source CLICdet _BTag_50.tcl192 source CLICdet/CLICdet_BTag_50.tcl 193 193 } 194 194 module BTagging BTaggingWP70_R10N4 { 195 195 set JetInputArray FastJetFinderVLC_R10_N4/VLCjetsR10N4 196 196 set BitNumber 1 197 source CLICdet _BTag_70.tcl197 source CLICdet/CLICdet_BTag_70.tcl 198 198 } 199 199 module BTagging BTaggingWP90_R10N4 { 200 200 set JetInputArray FastJetFinderVLC_R10_N4/VLCjetsR10N4 201 201 set BitNumber 2 202 source CLICdet _BTag_90.tcl202 source CLICdet/CLICdet_BTag_90.tcl 203 203 } 204 204 module BTagging BTaggingWP50_R10N5 { 205 205 set JetInputArray FastJetFinderVLC_R10_N5/VLCjetsR10N5 206 206 set BitNumber 0 207 source CLICdet _BTag_50.tcl207 source CLICdet/CLICdet_BTag_50.tcl 208 208 } 209 209 module BTagging BTaggingWP70_R10N5 { 210 210 set JetInputArray FastJetFinderVLC_R10_N5/VLCjetsR10N5 211 211 set BitNumber 1 212 source CLICdet _BTag_70.tcl212 source CLICdet/CLICdet_BTag_70.tcl 213 213 } 214 214 module BTagging BTaggingWP90_R10N5 { 215 215 set JetInputArray FastJetFinderVLC_R10_N5/VLCjetsR10N5 216 216 set BitNumber 2 217 source CLICdet _BTag_90.tcl217 source CLICdet/CLICdet_BTag_90.tcl 218 218 } 219 219 module BTagging BTaggingWP50_R10N6 { 220 220 set JetInputArray FastJetFinderVLC_R10_N6/VLCjetsR10N6 221 221 set BitNumber 0 222 source CLICdet _BTag_50.tcl222 source CLICdet/CLICdet_BTag_50.tcl 223 223 } 224 224 module BTagging BTaggingWP70_R10N6 { 225 225 set JetInputArray FastJetFinderVLC_R10_N6/VLCjetsR10N6 226 226 set BitNumber 1 227 source CLICdet _BTag_70.tcl227 source CLICdet/CLICdet_BTag_70.tcl 228 228 } 229 229 module BTagging BTaggingWP90_R10N6 { 230 230 set JetInputArray FastJetFinderVLC_R10_N6/VLCjetsR10N6 231 231 set BitNumber 2 232 source CLICdet _BTag_90.tcl232 source CLICdet/CLICdet_BTag_90.tcl 233 233 } 234 234 module BTagging BTaggingWP50_R12N2 { 235 235 set JetInputArray FastJetFinderVLC_R12_N2/VLCjetsR12N2 236 236 set BitNumber 0 237 source CLICdet _BTag_50.tcl237 source CLICdet/CLICdet_BTag_50.tcl 238 238 } 239 239 module BTagging BTaggingWP70_R12N2 { 240 240 set JetInputArray FastJetFinderVLC_R12_N2/VLCjetsR12N2 241 241 set BitNumber 1 242 source CLICdet _BTag_70.tcl242 source CLICdet/CLICdet_BTag_70.tcl 243 243 } 244 244 module BTagging BTaggingWP90_R12N2 { 245 245 set JetInputArray FastJetFinderVLC_R12_N2/VLCjetsR12N2 246 246 set BitNumber 2 247 source CLICdet _BTag_90.tcl247 source CLICdet/CLICdet_BTag_90.tcl 248 248 } 249 249 module BTagging BTaggingWP50_R12N3 { 250 250 set JetInputArray FastJetFinderVLC_R12_N3/VLCjetsR12N3 251 251 set BitNumber 0 252 source CLICdet _BTag_50.tcl252 source CLICdet/CLICdet_BTag_50.tcl 253 253 } 254 254 module BTagging BTaggingWP70_R12N3 { 255 255 set JetInputArray FastJetFinderVLC_R12_N3/VLCjetsR12N3 256 256 set BitNumber 1 257 source CLICdet _BTag_70.tcl257 source CLICdet/CLICdet_BTag_70.tcl 258 258 } 259 259 module BTagging BTaggingWP90_R12N3 { 260 260 set JetInputArray FastJetFinderVLC_R12_N3/VLCjetsR12N3 261 261 set BitNumber 2 262 source CLICdet _BTag_90.tcl262 source CLICdet/CLICdet_BTag_90.tcl 263 263 } 264 264 module BTagging BTaggingWP50_R12N4 { 265 265 set JetInputArray FastJetFinderVLC_R12_N4/VLCjetsR12N4 266 266 set BitNumber 0 267 source CLICdet _BTag_50.tcl267 source CLICdet/CLICdet_BTag_50.tcl 268 268 } 269 269 module BTagging BTaggingWP70_R12N4 { 270 270 set JetInputArray FastJetFinderVLC_R12_N4/VLCjetsR12N4 271 271 set BitNumber 1 272 source CLICdet _BTag_70.tcl272 source CLICdet/CLICdet_BTag_70.tcl 273 273 } 274 274 module BTagging BTaggingWP90_R12N4 { 275 275 set JetInputArray FastJetFinderVLC_R12_N4/VLCjetsR12N4 276 276 set BitNumber 2 277 source CLICdet _BTag_90.tcl277 source CLICdet/CLICdet_BTag_90.tcl 278 278 } 279 279 module BTagging BTaggingWP50_R12N5 { 280 280 set JetInputArray FastJetFinderVLC_R12_N5/VLCjetsR12N5 281 281 set BitNumber 0 282 source CLICdet _BTag_50.tcl282 source CLICdet/CLICdet_BTag_50.tcl 283 283 } 284 284 module BTagging BTaggingWP70_R12N5 { 285 285 set JetInputArray FastJetFinderVLC_R12_N5/VLCjetsR12N5 286 286 set BitNumber 1 287 source CLICdet _BTag_70.tcl287 source CLICdet/CLICdet_BTag_70.tcl 288 288 } 289 289 module BTagging BTaggingWP90_R12N5 { 290 290 set JetInputArray FastJetFinderVLC_R12_N5/VLCjetsR12N5 291 291 set BitNumber 2 292 source CLICdet _BTag_90.tcl292 source CLICdet/CLICdet_BTag_90.tcl 293 293 } 294 294 module BTagging BTaggingWP50_R12N6 { 295 295 set JetInputArray FastJetFinderVLC_R12_N6/VLCjetsR12N6 296 296 set BitNumber 0 297 source CLICdet _BTag_50.tcl297 source CLICdet/CLICdet_BTag_50.tcl 298 298 } 299 299 module BTagging BTaggingWP70_R12N6 { 300 300 set JetInputArray FastJetFinderVLC_R12_N6/VLCjetsR12N6 301 301 set BitNumber 1 302 source CLICdet _BTag_70.tcl302 source CLICdet/CLICdet_BTag_70.tcl 303 303 } 304 304 module BTagging BTaggingWP90_R12N6 { 305 305 set JetInputArray FastJetFinderVLC_R12_N6/VLCjetsR12N6 306 306 set BitNumber 2 307 source CLICdet _BTag_90.tcl307 source CLICdet/CLICdet_BTag_90.tcl 308 308 } 309 309 module BTagging BTaggingWP50_R15N2 { 310 310 set JetInputArray FastJetFinderVLC_R15_N2/VLCjetsR15N2 311 311 set BitNumber 0 312 source CLICdet _BTag_50.tcl312 source CLICdet/CLICdet_BTag_50.tcl 313 313 } 314 314 module BTagging BTaggingWP70_R15N2 { 315 315 set JetInputArray FastJetFinderVLC_R15_N2/VLCjetsR15N2 316 316 set BitNumber 1 317 source CLICdet _BTag_70.tcl317 source CLICdet/CLICdet_BTag_70.tcl 318 318 } 319 319 module BTagging BTaggingWP90_R15N2 { 320 320 set JetInputArray FastJetFinderVLC_R15_N2/VLCjetsR15N2 321 321 set BitNumber 2 322 source CLICdet _BTag_90.tcl322 source CLICdet/CLICdet_BTag_90.tcl 323 323 } 324 324 module BTagging BTaggingWP50_R15N3 { 325 325 set JetInputArray FastJetFinderVLC_R15_N3/VLCjetsR15N3 326 326 set BitNumber 0 327 source CLICdet _BTag_50.tcl327 source CLICdet/CLICdet_BTag_50.tcl 328 328 } 329 329 module BTagging BTaggingWP70_R15N3 { 330 330 set JetInputArray FastJetFinderVLC_R15_N3/VLCjetsR15N3 331 331 set BitNumber 1 332 source CLICdet _BTag_70.tcl332 source CLICdet/CLICdet_BTag_70.tcl 333 333 } 334 334 module BTagging BTaggingWP90_R15N3 { 335 335 set JetInputArray FastJetFinderVLC_R15_N3/VLCjetsR15N3 336 336 set BitNumber 2 337 source CLICdet _BTag_90.tcl337 source CLICdet/CLICdet_BTag_90.tcl 338 338 } 339 339 module BTagging BTaggingWP50_R15N4 { 340 340 set JetInputArray FastJetFinderVLC_R15_N4/VLCjetsR15N4 341 341 set BitNumber 0 342 source CLICdet _BTag_50.tcl342 source CLICdet/CLICdet_BTag_50.tcl 343 343 } 344 344 module BTagging BTaggingWP70_R15N4 { 345 345 set JetInputArray FastJetFinderVLC_R15_N4/VLCjetsR15N4 346 346 set BitNumber 1 347 source CLICdet _BTag_70.tcl347 source CLICdet/CLICdet_BTag_70.tcl 348 348 } 349 349 module BTagging BTaggingWP90_R15N4 { 350 350 set JetInputArray FastJetFinderVLC_R15_N4/VLCjetsR15N4 351 351 set BitNumber 2 352 source CLICdet _BTag_90.tcl352 source CLICdet/CLICdet_BTag_90.tcl 353 353 } 354 354 module BTagging BTaggingWP50_R15N5 { 355 355 set JetInputArray FastJetFinderVLC_R15_N5/VLCjetsR15N5 356 356 set BitNumber 0 357 source CLICdet _BTag_50.tcl357 source CLICdet/CLICdet_BTag_50.tcl 358 358 } 359 359 module BTagging BTaggingWP70_R15N5 { 360 360 set JetInputArray FastJetFinderVLC_R15_N5/VLCjetsR15N5 361 361 set BitNumber 1 362 source CLICdet _BTag_70.tcl362 source CLICdet/CLICdet_BTag_70.tcl 363 363 } 364 364 module BTagging BTaggingWP90_R15N5 { 365 365 set JetInputArray FastJetFinderVLC_R15_N5/VLCjetsR15N5 366 366 set BitNumber 2 367 source CLICdet _BTag_90.tcl367 source CLICdet/CLICdet_BTag_90.tcl 368 368 } 369 369 module BTagging BTaggingWP50_R15N6 { 370 370 set JetInputArray FastJetFinderVLC_R15_N6/VLCjetsR15N6 371 371 set BitNumber 0 372 source CLICdet _BTag_50.tcl372 source CLICdet/CLICdet_BTag_50.tcl 373 373 } 374 374 module BTagging BTaggingWP70_R15N6 { 375 375 set JetInputArray FastJetFinderVLC_R15_N6/VLCjetsR15N6 376 376 set BitNumber 1 377 source CLICdet _BTag_70.tcl377 source CLICdet/CLICdet_BTag_70.tcl 378 378 } 379 379 module BTagging BTaggingWP90_R15N6 { 380 380 set JetInputArray FastJetFinderVLC_R15_N6/VLCjetsR15N6 381 381 set BitNumber 2 382 source CLICdet _BTag_90.tcl383 } 382 source CLICdet/CLICdet_BTag_90.tcl 383 } -
cards/delphes_card_CLICdet.tcl
r5953e02 r5554fa9 228 228 229 229 set EfficiencyFormula { 230 (abs(eta) > 2.54) * (0.000) +231 (energy >= 100) * (abs(eta) < 2.54) * (1.000) +232 (energy < 100 && energy >= 10) * (abs(eta) <=2.54 && abs(eta) > 2.34) * (0.994) +233 (energy < 100 && energy >= 10) * (abs(eta) <= 2.34) * (1.000) +234 (energy < 10 && energy >= 1) * (abs(eta) <= 2.54 && abs(eta) > 0.55 ) * (0.000) +235 (energy < 10 && energy >= 1) * (abs(eta) <= 0.55 ) * (1.000)230 (abs(eta) > 2.54) * (0.000) + 231 (energy >= 100) * (abs(eta) < 2.54) * (1.000) + 232 (energy < 100 && energy >= 10) * (abs(eta) <=2.54 && abs(eta) > 2.34) * (0.994) + 233 (energy < 100 && energy >= 10) * (abs(eta) <= 2.34) * (1.000) + 234 (energy < 10 && energy >= 1) * (abs(eta) <= 2.54 && abs(eta) > 0.55 ) * (0.000) + 235 (energy < 10 && energy >= 1) * (abs(eta) <= 0.55 ) * (1.000) 236 236 } 237 237 } … … 248 248 # Current full simulation with CLICdet provides for electrons: 249 249 set EfficiencyFormula { 250 251 252 253 254 255 256 257 258 259 260 250 (pt <= 1) * (0.000) + 251 (abs(eta) > 2.54) * (0.000) + 252 (energy > 100) * (abs(eta) <= 2.54 && abs(eta) > 2.44 ) * (0.993) + 253 (energy > 100) * (abs(eta) <= 2.44 && abs(eta) > 2.34 ) * (0.997) + 254 (energy > 100) * (abs(eta) <= 2.34 ) * (1.000) + 255 (energy <= 100 && energy > 10) * (abs(eta) <= 2.54 && abs(eta) > 2.17 ) * (0.998) + 256 (energy <= 100 && energy > 10) * (abs(eta) <= 2.17) * (1.000) + 257 (energy <= 10 && energy > 1) * (abs(eta) > 2.34 ) * (0.000) + 258 (energy <= 10 && energy > 1) * (abs(eta) <= 2.34 && abs(eta) > 0.76 ) * (0.997) + 259 (energy <= 10 && energy > 1) * (abs(eta) <= 0.76) * (0.999) 260 } 261 261 } 262 262 … … 292 292 293 293 # Resolution given in dpT/pT. 294 # CLICdet internal studies 294 295 set ResolutionFormula { 295 296 (abs(eta) < 2.66 && abs(eta) >= 2.03 ) * sqrt( 8.56036e-05^2 * pt^2 +0.0148987^2 ) + … … 311 312 312 313 # Resolution given in dpT/pT. 314 # CLICdet internal studies 313 315 set ResolutionFormula { 314 316 (abs(eta) < 2.66 && abs(eta) >= 2.03 ) * sqrt( 8.62283e-05^2 * pt^2 + 0.0177556^2 ) + … … 330 332 331 333 # Resolution given in dpT/pT. 334 335 # CLICdet internal studies 332 336 set ResolutionFormula { 333 337 … … 455 459 456 460 # set ECalResolutionFormula {resolution formula as a function of eta and energy} 457 461 # not from CLICdet 458 462 set ResolutionFormula { (abs(eta) <= 3.0) * sqrt(energy^2*0.01^2 + energy*0.15^2) } 459 463 … … 542 546 543 547 # set HCalResolutionFormula {resolution formula as a function of eta and energy} 544 545 # set ResolutionFormula { (abs(eta) <= 3.0) * sqrt(energy^2*0.015^2 + energy*0.50^2)} 546 set ResolutionFormula { (abs(eta)< 0.8) * sqrt(1.48^2 + 0.251^2*energy + 0.0537^2*energy^2) + 548 #CLICdet internal studies 549 set ResolutionFormula { (abs(eta)< 0.8) * sqrt(1.48^2 + 0.251^2*energy + 0.0537^2*energy^2) + 547 550 (abs(eta)>= 0.8 && abs(eta)<=3) * sqrt( 1.09^2 + 0.321^2*energy + 0.0517^2*energy^2 )} 548 551 549 552 } 550 553 … … 601 604 } 602 605 603 ##here604 606 605 607 ################### … … 614 616 615 617 # efficiency formula for photons 616 # including converted photons 617 #0.94 for |costheta| < 0.6, i.e. |eta|< 0.7 618 #0.9 for |costheta| > 0.6, i.e. |eta|>0.7 but smaller than 3 619 620 618 # current full simulation of CLICdet yields: 621 619 set EfficiencyFormula {(abs(eta) < 0.7)*(0.94) + (abs(eta) >=0.7 && abs(eta) <=3.0) * (0.9) } 622 #old: 623 #set EfficiencyFormula { (pt <= 10.0) * (0.00) + 624 #(abs(eta) <= 1.5) * (pt > 10.0) * (0.95) + 625 #(abs(eta) > 1.5 && abs(eta) <= 2.5) * (pt > 10.0) * (0.95) + 626 #(abs(eta) > 2.5) * (0.00)} 620 627 621 } 628 622 … … 691 685 692 686 # efficiency formula for muons 687 # current full simulation of CLICdet yields: 693 688 set EfficiencyFormula {(energy < 50 )*(0.98) + (energy>=50) *(0.999)} 694 #set EfficiencyFormula { (pt <= 10.0) * (0.00) +695 #(abs(eta) <= 1.5) * (pt > 10.0 && pt <= 1.0e3) * (0.95) +696 #(abs(eta) <= 1.5) * (pt > 1.0e3) * (0.95 * exp(0.5 - pt*5.0e-4)) +697 #(abs(eta) > 1.5 && abs(eta) <= 2.4) * (pt > 10.0 && pt <= 1.0e3) * (0.95) +698 #(abs(eta) > 1.5 && abs(eta) <= 2.4) * (pt > 1.0e3) * (0.95 * exp(0.5 - pt*5.0e-4)) +699 #(abs(eta) > 2.4) * (0.00)}700 689 } 701 690 … … 749 738 } 750 739 751 752 #753 #module PdgCodeFilter EFlowFilter {754 # set InputArray EFlowMerger/eflow755 # set OutputArray eflow756 #757 # add PdgCode {11}758 # add PdgCode {-11}759 # add PdgCode {13}760 # add PdgCode {-13}761 #}762 763 740 ################# 764 741 # Neutrino Filter … … 827 804 } 828 805 829 source CLICdet _JetReco.tcl806 source CLICdet/CLICdet_JetReco.tcl 830 807 831 808 … … 847 824 ######################## 848 825 849 source CLICdet_JetFlavorAssociation.tcl826 source CLICdet/CLICdet_JetFlavorAssociation.tcl 850 827 851 828 ########### … … 854 831 # based on CLICdp-Note-2014-002 855 832 856 source CLICdet_BTagging.tcl833 source CLICdet/CLICdet_BTagging.tcl 857 834 858 835
Note:
See TracChangeset
for help on using the changeset viewer.