Changes in / [150ff64:8dd735c] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_CircularEE.tcl
r150ff64 r8dd735c 52 52 BTagging 53 53 CTagging 54 TauTaggingTight 55 TauTaggingLoose 54 TauTagging 56 55 57 56 BTaggingExclusive_N2 … … 63 62 CTaggingExclusive_N6 64 63 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 72 67 73 68 ScalarHT … … 724 719 725 720 726 module TauTagging TauTagging Tight{721 module TauTagging TauTagging { 727 722 set ParticleInputArray Delphes/allParticles 728 723 set PartonInputArray Delphes/partons 729 724 set JetInputArray JetEnergyScale/jets 730 725 731 set BitNumber 0732 733 726 set DeltaR 0.5 734 727 … … 747 740 748 741 749 #############750 # tau-tagging751 #############752 753 754 module TauTagging TauTaggingLoose {755 set ParticleInputArray Delphes/allParticles756 set PartonInputArray Delphes/partons757 set JetInputArray JetEnergyScale/jets758 759 set BitNumber 1760 761 set DeltaR 0.5762 763 set TauPTMin 1.0764 765 set TauEtaMax 3.0766 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-jets772 add EfficiencyFormula {15} {0.85}773 }774 775 776 777 742 ########### 778 743 # b-tagging … … 819 784 820 785 821 module TauTagging TauTagging TightExclusive_N2 {786 module TauTagging TauTaggingExclusive_N2 { 822 787 set ParticleInputArray Delphes/allParticles 823 788 set PartonInputArray Delphes/partons 824 789 set JetInputArray ExclusiveFastJetFinder_N2/jets 825 790 826 set BitNumber 0827 828 791 set DeltaR 0.5 829 792 … … 841 804 842 805 843 #############844 # tau-tagging845 #############846 847 848 module TauTagging TauTaggingLooseExclusive_N2 {849 set ParticleInputArray Delphes/allParticles850 set PartonInputArray Delphes/partons851 set JetInputArray ExclusiveFastJetFinder_N2/jets852 853 set BitNumber 1854 855 set DeltaR 0.5856 857 set TauPTMin 1.0858 859 set TauEtaMax 3.0860 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-jets866 add EfficiencyFormula {15} {0.85}867 }868 869 870 871 872 873 806 ########### 874 807 # b-tagging … … 915 848 916 849 917 module TauTagging TauTagging TightExclusive_N4 {850 module TauTagging TauTaggingExclusive_N4 { 918 851 set ParticleInputArray Delphes/allParticles 919 852 set PartonInputArray Delphes/partons 920 853 set JetInputArray ExclusiveFastJetFinder_N4/jets 921 922 set BitNumber 0923 854 924 855 set DeltaR 0.5 … … 935 866 add EfficiencyFormula {15} {0.4} 936 867 } 937 938 939 940 #############941 # tau-tagging942 #############943 944 945 module TauTagging TauTaggingLooseExclusive_N4 {946 set ParticleInputArray Delphes/allParticles947 set PartonInputArray Delphes/partons948 set JetInputArray ExclusiveFastJetFinder_N4/jets949 950 set BitNumber 1951 952 set DeltaR 0.5953 954 set TauPTMin 1.0955 956 set TauEtaMax 3.0957 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-jets963 add EfficiencyFormula {15} {0.85}964 }965 966 967 968 868 ########### 969 869 # b-tagging … … 1010 910 1011 911 1012 module TauTagging TauTagging TightExclusive_N6 {912 module TauTagging TauTaggingExclusive_N6 { 1013 913 set ParticleInputArray Delphes/allParticles 1014 914 set PartonInputArray Delphes/partons 1015 915 set JetInputArray ExclusiveFastJetFinder_N6/jets 1016 916 1017 set BitNumber 01018 1019 917 set DeltaR 0.5 1020 918 … … 1029 927 # efficiency formula for tau-jets 1030 928 add EfficiencyFormula {15} {0.4} 1031 }1032 1033 1034 #############1035 # tau-tagging1036 #############1037 1038 1039 module TauTagging TauTaggingLooseExclusive_N6 {1040 set ParticleInputArray Delphes/allParticles1041 set PartonInputArray Delphes/partons1042 set JetInputArray ExclusiveFastJetFinder_N6/jets1043 1044 set BitNumber 11045 1046 set DeltaR 0.51047 1048 set TauPTMin 1.01049 1050 set TauEtaMax 3.01051 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-jets1057 add EfficiencyFormula {15} {0.85}1058 929 } 1059 930
Note:
See TracChangeset
for help on using the changeset viewer.