Changeset 505a779 in git
- Timestamp:
- Jul 2, 2019, 11:09:23 AM (5 years ago)
- Branches:
- ImprovedOutputFile, Timing, master
- Children:
- 1d6586a
- Parents:
- 6182516
- Location:
- cards
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_CLICdet_Stage1.tcl
r6182516 r505a779 1 1 ####################################### 2 2 # CLICdet model 3 # based on CLICdp-Note-2017-001 3 # based on arXiv:1812.07337 and 4 # CLICdp-Note-2017-001 5 # 4 6 # Ulrike Schnoor ulrike.schnoor@cern.ch 5 7 # … … 11 13 # according to final state 12 14 # 15 # c-tagging capabilities of CLICdet are 16 # not yet implemented here. Please 17 # contact us if you want to use it. 18 ####################################### 19 13 20 ####################################### 14 21 # Order of execution of various modules … … 707 714 set OutputArray photons 708 715 709 set DeltaRMax 0. 5716 set DeltaRMax 0.1 710 717 711 718 set PTMin 0.5 712 719 713 set PTRatioMax 0. 12720 set PTRatioMax 0.2 714 721 } 715 722 … … 805 812 set OutputArray electrons 806 813 807 set DeltaRMax 0. 5814 set DeltaRMax 0.1 808 815 809 816 set PTMin 0.5 810 817 811 set PTRatioMax 0. 12818 set PTRatioMax 0.2 812 819 } 813 820 … … 844 851 set OutputArray muons 845 852 846 set DeltaRMax 0. 5853 set DeltaRMax 0.1 847 854 848 855 set PTMin 0.5 849 856 850 set PTRatioMax 0.2 5857 set PTRatioMax 0.2 851 858 } 852 859 -
cards/delphes_card_CLICdet_Stage2.tcl
r6182516 r505a779 1 1 ####################################### 2 2 # CLICdet model 3 # based on CLICdp-Note-2017-001 3 # based on arXiv:1812.07337 and 4 # CLICdp-Note-2017-001 5 # 4 6 # Ulrike Schnoor ulrike.schnoor@cern.ch 5 7 # … … 11 13 # according to final state 12 14 # 15 # c-tagging capabilities of CLICdet are 16 # not yet implemented here. Please 17 # contact us if you want to use it. 18 ####################################### 19 13 20 ####################################### 14 21 # Order of execution of various modules … … 739 746 set OutputArray photons 740 747 741 set DeltaRMax 0. 5748 set DeltaRMax 0.1 742 749 743 750 set PTMin 0.5 744 751 745 set PTRatioMax 0. 12752 set PTRatioMax 0.2 746 753 } 747 754 … … 837 844 set OutputArray electrons 838 845 839 set DeltaRMax 0. 5846 set DeltaRMax 0.1 840 847 841 848 set PTMin 0.5 842 849 843 set PTRatioMax 0. 12850 set PTRatioMax 0.2 844 851 } 845 852 … … 875 882 set OutputArray muons 876 883 877 set DeltaRMax 0. 5884 set DeltaRMax 0.1 878 885 879 886 set PTMin 0.5 880 887 881 set PTRatioMax 0.2 5888 set PTRatioMax 0.2 882 889 } 883 890 -
cards/delphes_card_CLICdet_Stage3.tcl
r6182516 r505a779 1 1 ####################################### 2 2 # CLICdet model 3 # based on CLICdp-Note-2017-001 3 # based on arXiv:1812.07337 and 4 # CLICdp-Note-2017-001 5 # 4 6 # Ulrike Schnoor ulrike.schnoor@cern.ch 5 #6 7 # 7 8 # For the high energy stage of … … 11 12 # use exclusive clustering with njets 12 13 # according to final state 13 # 14 # 15 # c-tagging capabilities of CLICdet are 16 # not yet implemented here. Please 17 # contact us if you want to use it. 18 ####################################### 19 14 20 ####################################### 15 21 # Order of execution of various modules … … 730 736 } 731 737 738 732 739 ################## 733 740 # Photon isolation … … 740 747 set OutputArray photons 741 748 742 set DeltaRMax 0. 5749 set DeltaRMax 0.1 743 750 744 751 set PTMin 0.5 745 752 746 set PTRatioMax 0.12 747 } 753 set PTRatioMax 0.2 754 } 755 748 756 749 757 ##################### … … 753 761 module Efficiency ElectronEfficiency { 754 762 set InputArray ElectronFilter/electrons 763 #set InputArray ElectronDressing/electrons 755 764 set OutputArray electrons 756 765 … … 838 847 set OutputArray electrons 839 848 840 set DeltaRMax 0. 5849 set DeltaRMax 0.1 841 850 842 851 set PTMin 0.5 843 852 844 set PTRatioMax 0. 12853 set PTRatioMax 0.2 845 854 } 846 855 … … 876 885 set OutputArray muons 877 886 878 set DeltaRMax 0. 5887 set DeltaRMax 0.1 879 888 880 889 set PTMin 0.5 881 890 882 set PTRatioMax 0.2 5891 set PTRatioMax 0.2 883 892 } 884 893
Note:
See TracChangeset
for help on using the changeset viewer.