Changeset 19445
- Timestamp:
- 03/10/19 21:05:06 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Tools/fill_cu.sh
r19443 r19445 3 3 sqlpw=/home/$USER/.mysql.pw.op 4 4 dbname=factdata 5 #sqlpw=/home/$USER/.mysql.pw.local 6 #dbname=factdata20190212 5 7 6 8 function fill_cu() … … 11 13 12 14 # analysis tables 15 lc=AnalysisResultsRunCutsLC 13 16 isdc=AnalysisResultsRunISDC 14 17 qla=AnalysisResultsRunLP 15 18 19 16 20 # CU for ISDC analysis 17 # see https://www.fact-project.org/logbook/showthread.php?tid=6343&pid=27272#pid2727218 21 # A [20111115-20120619]: 19 22 #determined w/o DCh (reference values missing) 20 fill_cu $isdc 2 0.120111115 2012061923 fill_cu $isdc 23.3 20111115 20120619 21 24 # B [20120620-20130124]: 22 fill_cu $isdc 2 6.820120620 2013012425 fill_cu $isdc 27.0 20120620 20130124 23 26 # C [20130125-20131003]: 24 fill_cu $isdc 31.920130125 2013100327 fill_cu $isdc 27.3 20130125 20131003 25 28 # D [20131004-20140520]: 26 fill_cu $isdc 3 5.6 20131004 2014052029 fill_cu $isdc 32.6 20131004 20140520 27 30 # E [20140520-20150715]: 28 fill_cu $isdc 3 7.4 20140520 2015071531 fill_cu $isdc 38.4 20140520 20150715 29 32 # F [20150716-20160218]: 30 fill_cu $isdc 36. 220150716 2016021833 fill_cu $isdc 36.4 20150716 20160218 31 34 # G [20160218-20160831]: 32 fill_cu $isdc 29. 420160218 2016083135 fill_cu $isdc 29.7 20160218 20160831 33 36 # H [20160901-20170430]: 34 fill_cu $isdc 3 3.420160901 2017043037 fill_cu $isdc 32.2 20160901 20170430 35 38 # I [20170501-20201231]: 36 fill_cu $isdc 28.7 20170501 2020123139 fill_cu $isdc 31.7 20170501 20201231 37 40 41 # CU for LC-Cuts 42 # A [20111115-20120619]: 43 #determined w/o DCh (reference values missing) 44 fill_cu $lc 43.1 20111115 20120619 45 # B [20120620-20130124]: 46 fill_cu $lc 53.8 20120620 20130124 47 # C [20130125-20131003]: 48 fill_cu $lc 64.6 20130125 20131003 49 # D [20131004-20140520]: 50 fill_cu $lc 64.7 20131004 20140520 51 # E [20140520-20150715]: 52 fill_cu $lc 71.4 20140520 20150715 53 # F [20150716-20160218]: 54 fill_cu $lc 65.4 20150716 20160218 55 # G [20160218-20160831]: 56 fill_cu $lc 53.0 20160218 20160831 57 # H [20160901-20170430]: 58 fill_cu $lc 59.7 20160901 20170430 59 # I [20170501-20201231]: 60 fill_cu $lc 60.7 20170501 20201231 38 61 39 62 # CU values for QLA 40 63 # see https://www.fact-project.org/logbook/showthread.php?tid=6343&pid=27272#pid27272 64 # determined w/o zd/th-correction 41 65 # A [20111115-20120619]: 42 66 #determined w/o DCh (reference values missing) … … 59 83 fill_cu $qla 15.3 20170501 20201231 60 84 61 62 63 64
Note:
See TracChangeset
for help on using the changeset viewer.