Fork me on GitHub

Changes in / [150ff64:8dd735c] in git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_CircularEE.tcl

    r150ff64 r8dd735c  
    5252  BTagging
    5353  CTagging
    54   TauTaggingTight
    55   TauTaggingLoose
     54  TauTagging
    5655
    5756  BTaggingExclusive_N2
     
    6362  CTaggingExclusive_N6
    6463
    65   TauTaggingTightExclusive_N2
    66   TauTaggingTightExclusive_N4
    67   TauTaggingTightExclusive_N6
    68 
    69   TauTaggingLooseExclusive_N2
    70   TauTaggingLooseExclusive_N4
    71   TauTaggingLooseExclusive_N6
     64  TauTaggingExclusive_N2
     65  TauTaggingExclusive_N4
     66  TauTaggingExclusive_N6
    7267
    7368  ScalarHT
     
    724719
    725720
    726 module TauTagging TauTaggingTight {
     721module TauTagging TauTagging {
    727722  set ParticleInputArray Delphes/allParticles
    728723  set PartonInputArray Delphes/partons
    729724  set JetInputArray JetEnergyScale/jets
    730725
    731   set BitNumber 0
    732 
    733726  set DeltaR 0.5
    734727
     
    747740
    748741
    749 #############
    750 # tau-tagging
    751 #############
    752 
    753 
    754 module TauTagging TauTaggingLoose {
    755   set ParticleInputArray Delphes/allParticles
    756   set PartonInputArray Delphes/partons
    757   set JetInputArray JetEnergyScale/jets
    758 
    759   set BitNumber 1
    760 
    761   set DeltaR 0.5
    762 
    763   set TauPTMin 1.0
    764 
    765   set TauEtaMax 3.0
    766 
    767   # add EfficiencyFormula {abs(PDG code)} {efficiency formula as a function of eta and pt}
    768 
    769   # default efficiency formula (misidentification rate)
    770   add EfficiencyFormula {0} {0.1}
    771   # efficiency formula for tau-jets
    772   add EfficiencyFormula {15} {0.85}
    773 }
    774 
    775 
    776 
    777742###########
    778743# b-tagging
     
    819784
    820785
    821 module TauTagging TauTaggingTightExclusive_N2 {
     786module TauTagging TauTaggingExclusive_N2 {
    822787  set ParticleInputArray Delphes/allParticles
    823788  set PartonInputArray Delphes/partons
    824789  set JetInputArray ExclusiveFastJetFinder_N2/jets
    825790
    826   set BitNumber 0
    827 
    828791  set DeltaR 0.5
    829792
     
    841804
    842805
    843 #############
    844 # tau-tagging
    845 #############
    846 
    847 
    848 module TauTagging TauTaggingLooseExclusive_N2 {
    849   set ParticleInputArray Delphes/allParticles
    850   set PartonInputArray Delphes/partons
    851   set JetInputArray ExclusiveFastJetFinder_N2/jets
    852 
    853   set BitNumber 1
    854 
    855   set DeltaR 0.5
    856 
    857   set TauPTMin 1.0
    858 
    859   set TauEtaMax 3.0
    860 
    861   # add EfficiencyFormula {abs(PDG code)} {efficiency formula as a function of eta and pt}
    862 
    863   # default efficiency formula (misidentification rate)
    864   add EfficiencyFormula {0} {0.1}
    865   # efficiency formula for tau-jets
    866   add EfficiencyFormula {15} {0.85}
    867 }
    868 
    869 
    870 
    871 
    872 
    873806###########
    874807# b-tagging
     
    915848
    916849
    917 module TauTagging TauTaggingTightExclusive_N4 {
     850module TauTagging TauTaggingExclusive_N4 {
    918851  set ParticleInputArray Delphes/allParticles
    919852  set PartonInputArray Delphes/partons
    920853  set JetInputArray ExclusiveFastJetFinder_N4/jets
    921  
    922   set BitNumber 0
    923854
    924855  set DeltaR 0.5
     
    935866  add EfficiencyFormula {15} {0.4}
    936867}
    937 
    938 
    939 
    940 #############
    941 # tau-tagging
    942 #############
    943 
    944 
    945 module TauTagging TauTaggingLooseExclusive_N4 {
    946   set ParticleInputArray Delphes/allParticles
    947   set PartonInputArray Delphes/partons
    948   set JetInputArray ExclusiveFastJetFinder_N4/jets
    949  
    950   set BitNumber 1
    951 
    952   set DeltaR 0.5
    953 
    954   set TauPTMin 1.0
    955 
    956   set TauEtaMax 3.0
    957 
    958   # add EfficiencyFormula {abs(PDG code)} {efficiency formula as a function of eta and pt}
    959 
    960   # default efficiency formula (misidentification rate)
    961   add EfficiencyFormula {0} {0.1}
    962   # efficiency formula for tau-jets
    963   add EfficiencyFormula {15} {0.85}
    964 }
    965 
    966 
    967 
    968868###########
    969869# b-tagging
     
    1010910
    1011911
    1012 module TauTagging TauTaggingTightExclusive_N6 {
     912module TauTagging TauTaggingExclusive_N6 {
    1013913  set ParticleInputArray Delphes/allParticles
    1014914  set PartonInputArray Delphes/partons
    1015915  set JetInputArray ExclusiveFastJetFinder_N6/jets
    1016916
    1017   set BitNumber 0
    1018 
    1019917  set DeltaR 0.5
    1020918
     
    1029927  # efficiency formula for tau-jets
    1030928  add EfficiencyFormula {15} {0.4}
    1031 }
    1032 
    1033 
    1034 #############
    1035 # tau-tagging
    1036 #############
    1037 
    1038 
    1039 module TauTagging TauTaggingLooseExclusive_N6 {
    1040   set ParticleInputArray Delphes/allParticles
    1041   set PartonInputArray Delphes/partons
    1042   set JetInputArray ExclusiveFastJetFinder_N6/jets
    1043 
    1044   set BitNumber 1
    1045 
    1046   set DeltaR 0.5
    1047 
    1048   set TauPTMin 1.0
    1049 
    1050   set TauEtaMax 3.0
    1051 
    1052   # add EfficiencyFormula {abs(PDG code)} {efficiency formula as a function of eta and pt}
    1053 
    1054   # default efficiency formula (misidentification rate)
    1055   add EfficiencyFormula {0} {0.1}
    1056   # efficiency formula for tau-jets
    1057   add EfficiencyFormula {15} {0.85}
    1058929}
    1059930
Note: See TracChangeset for help on using the changeset viewer.