260 likes | 379 Views
WEB DATA QUALITY ANALYSIS. Jonathan Levell Jonathan.Levell@cern.ch (Summer Student). Working with: Eric van Herwijnen (EvH) Agnieszka Jacholkowska (AJ). TALK OUTLINE. Introduction How is the Data Quality Checking done? What is SICBCHK ? What is WDQA ? Results Typical Data
E N D
WEB DATA QUALITY ANALYSIS Jonathan Levell Jonathan.Levell@cern.ch (Summer Student) • Working with: • Eric van Herwijnen (EvH) • Agnieszka Jacholkowska (AJ)
TALK OUTLINE • Introduction • How is the Data Quality Checking done? • What is SICBCHK? • What is WDQA? • Results • Typical Data • CERN/MAP • Summary
AIMS • Check Data Quality (DQ): • During MC and DST production of test data • After each detector modification How • Produce a standalone DQ program which calls • checking routines supplied by subdetector groups • Provide WDQA package to display and compare • sets of histograms for each subdetector
SICBMC RAWH SICBDST DST1/DST2 SICBCHK NTUPLE WDQA GIFS PostScript HTML
SICBCHK • Fortran Program • Separate from SICBMC/SICBDST • (package called: SICBCHK) • Split into branches for each subdetector • Branches maintained individually • Latest version installed in September
SICBCHK * = JL leaves on 15th September
SICBCHK SICBCHK.F UGINIT.F CHKRUN.F UGLAST.F Initialisation Tidy Up For each event CHKTRIG.F SUANAL.F Subdetector Routines SUCHECK.F Miscellaneous Checks
W.D.Q.A. • Package controlled by .lmac scripts • similar to PAW’s .kumac scripts • Small Interpreter written in C++ • Based on ROOT • Converts ntuple files to ROOT files • LMAC scripts can call ROOT macros • Easy to use • Manual currently being written • Eventually details in Computing meeting
An Example .LMAC script // Conversion to ROOT files. hbookin ~/work/data/<<eventtype>>.hbook file 1 hbookin ~/work/data2/<<eventtype>>.hbook opt nowait outputdir velo ps velo.ps outputdir velo/gifs settitle Event Type: <<eventtype>> (Vertex) zone 1 2 set style default plot 1001 set ymax 250 set fillcolor 5 file 1 overlay 1001 // Call standard ROOT macro rootpad fit2gauss.c gifs page1 wait ps close close file 1 close
Conclusions • Bigger sample required before real conclusions • can be drawn. • Differences currently at 3s level • Larger sample (500 events) will be requested, • if possible with same random seeds. More Generally... SICBCHK/WDQA still require more work but a new version will be released in mid-September