Fork me on GitHub

Ignore:
Timestamp:
Feb 28, 2018, 4:59:54 PM (7 years ago)
Author:
Ulrike Schnoor <schnooru@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
35807af
Parents:
a1b71dc
Message:

added inclusive jet algorithms also to jet flavor association, btagging and tautagging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/CLICdet/CLICdet_TauTagging.tcl

    ra1b71dc ra5f4828  
    503503 }
    504504
     505
     506module 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
     527module 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
     548module 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
     569module 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
     590module 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
Note: See TracChangeset for help on using the changeset viewer.