- Timestamp:
- 04/02/20 14:17:35 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Tools/get_data.sh
r19939 r19943 168 168 # PL.SetParameter(0, 3.45e-11); 169 169 case "$table" in 170 "AnalysisResultsRunLP") 171 zdfactor="(pow(cos(fZenithDistanceMean*PI()/180),3)+14.8/21.9*pow(sin(2*fZenithDistanceMean*PI()/180),5))" 172 #zdfactor="(1/(pow(cos(fZenithDistanceMean*PI()/180),3)+14.8/21.9*pow(sin(2*fZenithDistanceMean*PI()/180),5)))" 173 thfactor="(1-0.00124/1.21*(IF(ISNULL(fThresholdMinSet),fThresholdMedian,fThresholdMinSet)-500)*(IF(ISNULL(fThresholdMinSet),fThresholdMedian,fThresholdMinSet)>=500))" 174 # ETh: 1100 GeV 175 crabflux="1.81" 176 ;; 170 177 "AnalysisResultsRunISDC") 171 178 zdfactor="pow(cos(fZenithDistanceMean*PI()/180)*exp(1-cos(fZenithDistanceMean*PI()/180)),4.2)" … … 179 186 # ETh: 785 GeV 180 187 crabflux="3.14" 181 ;;182 "AnalysisResultsRunLP")183 zdfactor="(pow(cos(fZenithDistanceMean*PI()/180),3)+14.8/21.9*pow(sin(2*fZenithDistanceMean*PI()/180),5))"184 #zdfactor="(1/(pow(cos(fZenithDistanceMean*PI()/180),3)+14.8/21.9*pow(sin(2*fZenithDistanceMean*PI()/180),5)))"185 thfactor="(1-0.00124/1.21*(IF(ISNULL(fThresholdMinSet),fThresholdMedian,fThresholdMinSet)-500)*(IF(ISNULL(fThresholdMinSet),fThresholdMedian,fThresholdMinSet)>=500))"186 # ETh: 1100 GeV187 crabflux="1.81"188 188 ;; 189 189 "*") … … 685 685 overwrite="yes" 686 686 # optional: require minimal ontime per bin (default 20 min) 687 # values given in seconds 688 # option only valid for binnings >= 1 day 687 689 #ontimelimit=1800 # 30 min 688 690 ontimelimit= # default 20 min … … 724 726 725 727 728 # LC for periodicity studies 729 datapath=/home/dorner/analysis.FACT/corrected.lcs.for.collaborators/lcs/ 730 table="AnalysisResultsRunCutsLC" # CutsLC 731 # nightly 732 bin=-1 733 nightmin=20111115 734 nightmax=20201231 735 # Mrk 421 736 name="Mrk421_nightly_forPeriodicity" 737 source=1 738 get_results 739 # 1959 740 name="1ES1959_nightly_forPeriodicity" 741 source=7 742 get_results 743 # Crab 744 name="Crab_nightly_forPeriodicity" 745 source=5 746 get_results 747 748 exit 749 750 751 # check of Vitalii's BB 752 datapath=/home/dorner/SW/bb/ 753 table="AnalysisResultsRunCutsLC" # CutsLC 754 # nightly 755 bin=-1 756 nightmin=20111115 757 nightmax=20201231 758 # Mrk 421 759 source=1 760 name="Mrk421_nightly_forBB" 761 get_results 762 763 exit 764 765 766 # LC for Fermi collaboration meeting 767 datapath=/home/dorner/analysis.FACT/LC.incl.alerts 768 table="AnalysisResultsRunCutsLC" # CutsLC 769 # nightly 770 bin=-1 771 nightmin=20111115 772 nightmax=20201231 773 # Mrk 421 774 source=1 775 name="Mrk421_nightly_forFermiCM" 776 get_results 777 # Mrk 501 778 name="Mrk501_nightly_forFermiCM" 779 source=2 780 get_results 781 # 1959 782 name="1959_nightly_forFermiCM" 783 source=7 784 get_results 785 786 787 exit 788 789 # LC for Mrk 421 paper with MAGIC 790 # from David: MJD 57030 - 57540 (i.e. 8.1.2015 - 1.6.2016) 791 datapath=/home/dorner/FACT.analysis/corrected.lcs.for.collaborators/lcs/ 792 table="AnalysisResultsRunCutsLC" # CutsLC 793 # nightly 794 bin=-1 795 nightmin=20141101 796 nightmax=20160630 797 # conversion factor to fluxes for CutsLC 798 # using slope of -3.35 -> threshold ~685 GeV 799 # details: https://www.fact-project.org/logbook/showthread.php?tid=6994&pid=28902#pid28902 800 crabfluxconv="3.64" 801 # Mrk 421 802 source=1 803 name="Mrk421_nightly_20141101_20160630_forMAGIC" 804 get_results 805 806 807 808 exit 809 # LC for Gopal for periodicity study 810 datapath=/home/dorner/FACT.analysis/corrected.lcs.for.collaborators/lcs/ 811 table="AnalysisResultsRunCutsLC" # CutsLC 812 # nightly 813 bin=-1 814 nightmin=20111115 815 nightmax=20201231 816 # Mrk 501 817 name="Mrk501_nightly" 818 source=2 819 get_results 820 821 exit 822 823 726 824 # LC for Mrk 421 for crosscheck of BB 727 825 datapath=/home/dorner/SW/bb/
Note:
See TracChangeset
for help on using the changeset viewer.