From 7b0409ba6ab22763959d6158cfcafc804814b139 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Mon, 23 Aug 2021 18:29:31 -0400 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 69a4b8d..69a63f1 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,19 @@ ![QADB](/util/logo.png) # CLAS12 Quality Assurance Database -provides storage of and access to the QA monitoring results for the +Provides storage of and access to the QA monitoring results for the CLAS12 experiment at Jefferson Lab ### Table of Contents -1. [Table of Defect Bits](#table) -1. [QA Database Access](#access) -1. [QA data storage](#storage) +1. [QA Information](#info) +1. [Database Access](#access) +1. [Data storage](#storage) 1. [Faraday Cup Charge Access](#charge) 1. [Database Management](#dev) 1. [Change Log](#changes) - -# Table of Defect Bits + +# QA Information * QA information is stored for each DST file, in the form of "defect bits" * the user needs only the run number and event number to query the QADB @@ -42,7 +42,7 @@ CLAS12 experiment at Jefferson Lab -# QA Database Access +# Database Access ## Text Access * this only provides human-readable access; see below for access with @@ -100,7 +100,7 @@ Classes in both C++ and Groovy are provided, for access to the QADB within analy * then proceed following `srcC/README.md` -# QA data storage +# Data Storage ## Table files Human-readable format of QA result, stored in `qadb/qa.*/qaTree.json.table`