Changeset 19445 for trunk/DataCheck


Ignore:
Timestamp:
03/10/19 21:05:06 (6 years ago)
Author:
Daniela Dorner
Message:
updated CU (incl zd/th correction)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Tools/fill_cu.sh

    r19443 r19445  
    33sqlpw=/home/$USER/.mysql.pw.op
    44dbname=factdata
     5#sqlpw=/home/$USER/.mysql.pw.local
     6#dbname=factdata20190212
    57
    68function fill_cu()
     
    1113
    1214# analysis tables
     15lc=AnalysisResultsRunCutsLC
    1316isdc=AnalysisResultsRunISDC
    1417qla=AnalysisResultsRunLP
    1518
     19
    1620# CU for ISDC analysis
    17 # see https://www.fact-project.org/logbook/showthread.php?tid=6343&pid=27272#pid27272
    1821# A [20111115-20120619]:
    1922#determined w/o DCh (reference values missing)
    20 fill_cu $isdc 20.1 20111115 20120619
     23fill_cu $isdc 23.3 20111115 20120619
    2124# B [20120620-20130124]:
    22 fill_cu $isdc 26.8 20120620 20130124
     25fill_cu $isdc 27.0 20120620 20130124
    2326# C [20130125-20131003]:
    24 fill_cu $isdc 31.9 20130125 20131003
     27fill_cu $isdc 27.3 20130125 20131003
    2528# D [20131004-20140520]:
    26 fill_cu $isdc 35.6 20131004 20140520
     29fill_cu $isdc 32.6 20131004 20140520
    2730# E [20140520-20150715]:
    28 fill_cu $isdc 37.4 20140520 20150715
     31fill_cu $isdc 38.4 20140520 20150715
    2932# F [20150716-20160218]:
    30 fill_cu $isdc 36.2 20150716 20160218
     33fill_cu $isdc 36.4 20150716 20160218
    3134# G [20160218-20160831]:
    32 fill_cu $isdc 29.4 20160218 20160831
     35fill_cu $isdc 29.7 20160218 20160831
    3336# H [20160901-20170430]:
    34 fill_cu $isdc 33.4 20160901 20170430
     37fill_cu $isdc 32.2 20160901 20170430
    3538# I [20170501-20201231]:
    36 fill_cu $isdc 28.7 20170501 20201231
     39fill_cu $isdc 31.7 20170501 20201231
    3740
     41# CU for LC-Cuts
     42# A [20111115-20120619]:
     43#determined w/o DCh (reference values missing)
     44fill_cu $lc 43.1 20111115 20120619
     45# B [20120620-20130124]:
     46fill_cu $lc 53.8 20120620 20130124
     47# C [20130125-20131003]:
     48fill_cu $lc 64.6 20130125 20131003
     49# D [20131004-20140520]:
     50fill_cu $lc 64.7 20131004 20140520
     51# E [20140520-20150715]:
     52fill_cu $lc 71.4 20140520 20150715
     53# F [20150716-20160218]:
     54fill_cu $lc 65.4 20150716 20160218
     55# G [20160218-20160831]:
     56fill_cu $lc 53.0 20160218 20160831
     57# H [20160901-20170430]:
     58fill_cu $lc 59.7 20160901 20170430
     59# I [20170501-20201231]:
     60fill_cu $lc 60.7 20170501 20201231
    3861
    3962# CU values for QLA
    4063# see https://www.fact-project.org/logbook/showthread.php?tid=6343&pid=27272#pid27272
     64# determined w/o zd/th-correction
    4165# A [20111115-20120619]:
    4266#determined w/o DCh (reference values missing)
     
    5983fill_cu $qla 15.3 20170501 20201231
    6084
    61 
    62 
    63 
    64 
Note: See TracChangeset for help on using the changeset viewer.