Changeset a5f4828 in git
- Timestamp:
- Feb 28, 2018, 4:59:54 PM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 35807af
- Parents:
- a1b71dc
- Location:
- cards
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/CLICdet/CLICdet_BTagging.tcl
ra1b71dc ra5f4828 382 382 source CLICdet/CLICdet_BTag_90.tcl 383 383 } 384 385 ######################## 386 # inclusive clustering 387 ######################## 388 389 module BTagging BTaggingWP50_R05_inclusive { 390 set JetInputArray FastJetFinderVLC_R05_inclusive/VLCjetsR05_inclusive 391 set BitNumber 0 392 source CLICdet/CLICdet_BTag_50.tcl 393 } 394 module BTagging BTaggingWP70_R05_inclusive { 395 set JetInputArray FastJetFinderVLC_R05_inclusive/VLCjetsR05_inclusive 396 set BitNumber 1 397 source CLICdet/CLICdet_BTag_70.tcl 398 } 399 module BTagging BTaggingWP90_R05_inclusive { 400 set JetInputArray FastJetFinderVLC_R05_inclusive/VLCjetsR05_inclusive 401 set BitNumber 2 402 source CLICdet/CLICdet_BTag_90.tcl 403 } 404 module BTagging BTaggingWP50_R07_inclusive { 405 set JetInputArray FastJetFinderVLC_R07_inclusive/VLCjetsR07_inclusive 406 set BitNumber 0 407 source CLICdet/CLICdet_BTag_50.tcl 408 } 409 module BTagging BTaggingWP70_R07_inclusive { 410 set JetInputArray FastJetFinderVLC_R07_inclusive/VLCjetsR07_inclusive 411 set BitNumber 1 412 source CLICdet/CLICdet_BTag_70.tcl 413 } 414 module BTagging BTaggingWP90_R07_inclusive { 415 set JetInputArray FastJetFinderVLC_R07_inclusive/VLCjetsR07_inclusive 416 set BitNumber 2 417 source CLICdet/CLICdet_BTag_90.tcl 418 } 419 module BTagging BTaggingWP50_R10_inclusive { 420 set JetInputArray FastJetFinderVLC_R10_inclusive/VLCjetsR10_inclusive 421 set BitNumber 0 422 source CLICdet/CLICdet_BTag_50.tcl 423 } 424 module BTagging BTaggingWP70_R10_inclusive { 425 set JetInputArray FastJetFinderVLC_R10_inclusive/VLCjetsR10_inclusive 426 set BitNumber 1 427 source CLICdet/CLICdet_BTag_70.tcl 428 } 429 module BTagging BTaggingWP90_R10_inclusive { 430 set JetInputArray FastJetFinderVLC_R10_inclusive/VLCjetsR10_inclusive 431 set BitNumber 2 432 source CLICdet/CLICdet_BTag_90.tcl 433 } 434 module BTagging BTaggingWP50_R12_inclusive { 435 set JetInputArray FastJetFinderVLC_R12_inclusive/VLCjetsR12_inclusive 436 set BitNumber 0 437 source CLICdet/CLICdet_BTag_50.tcl 438 } 439 module BTagging BTaggingWP70_R12_inclusive { 440 set JetInputArray FastJetFinderVLC_R12_inclusive/VLCjetsR12_inclusive 441 set BitNumber 1 442 source CLICdet/CLICdet_BTag_70.tcl 443 } 444 module BTagging BTaggingWP90_R12_inclusive { 445 set JetInputArray FastJetFinderVLC_R12_inclusive/VLCjetsR12_inclusive 446 set BitNumber 2 447 source CLICdet/CLICdet_BTag_90.tcl 448 } 449 module BTagging BTaggingWP50_R15_inclusive { 450 set JetInputArray FastJetFinderVLC_R15_inclusive/VLCjetsR15_inclusive 451 set BitNumber 0 452 source CLICdet/CLICdet_BTag_50.tcl 453 } 454 module BTagging BTaggingWP70_R15_inclusive { 455 set JetInputArray FastJetFinderVLC_R15_inclusive/VLCjetsR15_inclusive 456 set BitNumber 1 457 source CLICdet/CLICdet_BTag_70.tcl 458 } 459 module BTagging BTaggingWP90_R15_inclusive { 460 set JetInputArray FastJetFinderVLC_R15_inclusive/VLCjetsR15_inclusive 461 set BitNumber 2 462 source CLICdet/CLICdet_BTag_90.tcl 463 } -
cards/CLICdet/CLICdet_JetFlavorAssociation.tcl
ra1b71dc ra5f4828 309 309 310 310 } 311 312 module JetFlavorAssociation JetFlavorAssociation_R05_inclusive { 313 314 set PartonInputArray Delphes/partons 315 set ParticleInputArray Delphes/allParticles 316 set ParticleLHEFInputArray Delphes/allParticlesLHEF 317 set JetInputArray FastJetFinderVLC_R05_inclusive/VLCjetsR05_inclusive 318 319 set DeltaR 0.5 320 set PartonPTMin 1.0 321 set PartonEtaMax 2.5 322 323 } 324 module JetFlavorAssociation JetFlavorAssociation_R07_inclusive { 325 326 set PartonInputArray Delphes/partons 327 set ParticleInputArray Delphes/allParticles 328 set ParticleLHEFInputArray Delphes/allParticlesLHEF 329 set JetInputArray FastJetFinderVLC_R07_inclusive/VLCjetsR07_inclusive 330 331 set DeltaR 0.5 332 set PartonPTMin 1.0 333 set PartonEtaMax 2.5 334 335 } 336 module JetFlavorAssociation JetFlavorAssociation_R10_inclusive { 337 338 set PartonInputArray Delphes/partons 339 set ParticleInputArray Delphes/allParticles 340 set ParticleLHEFInputArray Delphes/allParticlesLHEF 341 set JetInputArray FastJetFinderVLC_R10_inclusive/VLCjetsR10_inclusive 342 343 set DeltaR 0.5 344 set PartonPTMin 1.0 345 set PartonEtaMax 2.5 346 347 } 348 module JetFlavorAssociation JetFlavorAssociation_R12_inclusive { 349 350 set PartonInputArray Delphes/partons 351 set ParticleInputArray Delphes/allParticles 352 set ParticleLHEFInputArray Delphes/allParticlesLHEF 353 set JetInputArray FastJetFinderVLC_R12_inclusive/VLCjetsR12_inclusive 354 355 set DeltaR 0.5 356 set PartonPTMin 1.0 357 set PartonEtaMax 2.5 358 359 } 360 module JetFlavorAssociation JetFlavorAssociation_R15_inclusive { 361 362 set PartonInputArray Delphes/partons 363 set ParticleInputArray Delphes/allParticles 364 set ParticleLHEFInputArray Delphes/allParticlesLHEF 365 set JetInputArray FastJetFinderVLC_R15_inclusive/VLCjetsR15_inclusive 366 367 set DeltaR 0.5 368 set PartonPTMin 1.0 369 set PartonEtaMax 2.5 370 371 } -
cards/CLICdet/CLICdet_TauTagging.tcl
ra1b71dc ra5f4828 503 503 } 504 504 505 506 module TauTagging TauTagging_R05_inclusive { 507 set ParticleInputArray Delphes/allParticles 508 set PartonInputArray Delphes/partons 509 set JetInputArray FastJetFinderVLC_R05_inclusive/VLCjetsR05_inclusive 510 set DeltaR 0.5 511 set TauPTMin 1.0 512 set TauEtaMax 4.0 513 add EfficiencyFormula {0} {0.03} 514 add EfficiencyFormula {15} { 515 (pt < 5) * (0.0) + 516 (pt >=5 && pt < 12.5) * (0.84) + 517 (pt >=12.5 && pt < 25) * (0.79) + 518 (pt >=25 && pt < 50) * (0.74) + 519 (pt >=50 && pt < 75) * (0.66) + 520 (pt >=75 && pt < 125) * (0.61) + 521 (pt >=125 && pt < 250) * (0.51) + 522 (pt >=250 ) * (0.36) 523 } 524 } 525 526 527 module TauTagging TauTagging_R07_inclusive { 528 set ParticleInputArray Delphes/allParticles 529 set PartonInputArray Delphes/partons 530 set JetInputArray FastJetFinderVLC_R07_inclusive/VLCjetsR07_inclusive 531 set DeltaR 0.5 532 set TauPTMin 1.0 533 set TauEtaMax 4.0 534 add EfficiencyFormula {0} {0.03} 535 add EfficiencyFormula {15} { 536 (pt < 5) * (0.0) + 537 (pt >=5 && pt < 12.5) * (0.84) + 538 (pt >=12.5 && pt < 25) * (0.79) + 539 (pt >=25 && pt < 50) * (0.74) + 540 (pt >=50 && pt < 75) * (0.66) + 541 (pt >=75 && pt < 125) * (0.61) + 542 (pt >=125 && pt < 250) * (0.51) + 543 (pt >=250 ) * (0.36) 544 } 545 } 546 547 548 module TauTagging TauTagging_R10_inclusive { 549 set ParticleInputArray Delphes/allParticles 550 set PartonInputArray Delphes/partons 551 set JetInputArray FastJetFinderVLC_R10_inclusive/VLCjetsR10_inclusive 552 set DeltaR 0.5 553 set TauPTMin 1.0 554 set TauEtaMax 4.0 555 add EfficiencyFormula {0} {0.03} 556 add EfficiencyFormula {15} { 557 (pt < 5) * (0.0) + 558 (pt >=5 && pt < 12.5) * (0.84) + 559 (pt >=12.5 && pt < 25) * (0.79) + 560 (pt >=25 && pt < 50) * (0.74) + 561 (pt >=50 && pt < 75) * (0.66) + 562 (pt >=75 && pt < 125) * (0.61) + 563 (pt >=125 && pt < 250) * (0.51) + 564 (pt >=250 ) * (0.36) 565 } 566 } 567 568 569 module TauTagging TauTagging_R12_inclusive { 570 set ParticleInputArray Delphes/allParticles 571 set PartonInputArray Delphes/partons 572 set JetInputArray FastJetFinderVLC_R12_inclusive/VLCjetsR12_inclusive 573 set DeltaR 0.5 574 set TauPTMin 1.0 575 set TauEtaMax 4.0 576 add EfficiencyFormula {0} {0.03} 577 add EfficiencyFormula {15} { 578 (pt < 5) * (0.0) + 579 (pt >=5 && pt < 12.5) * (0.84) + 580 (pt >=12.5 && pt < 25) * (0.79) + 581 (pt >=25 && pt < 50) * (0.74) + 582 (pt >=50 && pt < 75) * (0.66) + 583 (pt >=75 && pt < 125) * (0.61) + 584 (pt >=125 && pt < 250) * (0.51) + 585 (pt >=250 ) * (0.36) 586 } 587 } 588 589 590 module TauTagging TauTagging_R15_inclusive { 591 set ParticleInputArray Delphes/allParticles 592 set PartonInputArray Delphes/partons 593 set JetInputArray FastJetFinderVLC_R15_inclusive/VLCjetsR15_inclusive 594 set DeltaR 0.5 595 set TauPTMin 1.0 596 set TauEtaMax 4.0 597 add EfficiencyFormula {0} {0.03} 598 add EfficiencyFormula {15} { 599 (pt < 5) * (0.0) + 600 (pt >=5 && pt < 12.5) * (0.84) + 601 (pt >=12.5 && pt < 25) * (0.79) + 602 (pt >=25 && pt < 50) * (0.74) + 603 (pt >=50 && pt < 75) * (0.66) + 604 (pt >=75 && pt < 125) * (0.61) + 605 (pt >=125 && pt < 250) * (0.51) + 606 (pt >=250 ) * (0.36) 607 } 608 } 609 -
cards/delphes_card_CLICdet.tcl
ra1b71dc ra5f4828 115 115 JetFlavorAssociation_R15N4 116 116 JetFlavorAssociation_R15N5 117 JetFlavorAssociation_R15N6 118 117 JetFlavorAssociation_R15N6 118 119 JetFlavorAssociation_R05_inclusive 120 JetFlavorAssociation_R07_inclusive 121 JetFlavorAssociation_R10_inclusive 122 JetFlavorAssociation_R12_inclusive 123 JetFlavorAssociation_R15_inclusive 124 125 119 126 BTaggingWP50_R05N2 120 127 BTaggingWP70_R05N2 … … 192 199 BTaggingWP70_R15N6 193 200 BTaggingWP90_R15N6 201 BTaggingWP50_R05_inclusive 202 BTaggingWP70_R05_inclusive 203 BTaggingWP90_R05_inclusive 204 BTaggingWP50_R07_inclusive 205 BTaggingWP70_R07_inclusive 206 BTaggingWP90_R07_inclusive 207 BTaggingWP50_R10_inclusive 208 BTaggingWP70_R10_inclusive 209 BTaggingWP90_R10_inclusive 210 BTaggingWP50_R12_inclusive 211 BTaggingWP70_R12_inclusive 212 BTaggingWP90_R12_inclusive 213 BTaggingWP50_R15_inclusive 214 BTaggingWP70_R15_inclusive 215 BTaggingWP90_R15_inclusive 194 216 195 217 196 218 TauTagging_R05N2 219 TauTagging_R05N3 220 TauTagging_R05N4 221 TauTagging_R05N5 222 TauTagging_R05N6 223 TauTagging_R07N2 224 TauTagging_R07N3 225 TauTagging_R07N4 226 TauTagging_R07N5 227 TauTagging_R07N6 228 TauTagging_R10N2 229 TauTagging_R10N3 230 TauTagging_R10N4 231 TauTagging_R10N5 232 TauTagging_R10N6 233 TauTagging_R12N2 234 TauTagging_R12N3 235 TauTagging_R12N4 236 TauTagging_R12N5 237 TauTagging_R12N6 238 TauTagging_R15N2 239 TauTagging_R15N3 240 TauTagging_R15N4 241 TauTagging_R15N5 242 TauTagging_R15N6 243 244 TauTagging_R05_inclusive 245 TauTagging_R07_inclusive 246 TauTagging_R10_inclusive 247 TauTagging_R12_inclusive 248 TauTagging_R15_inclusive 249 250 197 251 198 252 ScalarHT
Note:
See TracChangeset
for help on using the changeset viewer.