Skip to content

Commit 7b0409b

Browse files
authored
Update README.md
1 parent 23ecbb0 commit 7b0409b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
![QADB](/util/logo.png)
22

33
# CLAS12 Quality Assurance Database
4-
provides storage of and access to the QA monitoring results for the
4+
Provides storage of and access to the QA monitoring results for the
55
CLAS12 experiment at Jefferson Lab
66

77
### Table of Contents
8-
1. [Table of Defect Bits](#table)
9-
1. [QA Database Access](#access)
10-
1. [QA data storage](#storage)
8+
1. [QA Information](#info)
9+
1. [Database Access](#access)
10+
1. [Data storage](#storage)
1111
1. [Faraday Cup Charge Access](#charge)
1212
1. [Database Management](#dev)
1313
1. [Change Log](#changes)
1414

15-
<a name="table"></a>
16-
# Table of Defect Bits
15+
<a name="info"></a>
16+
# QA Information
1717

1818
* QA information is stored for each DST file, in the form of "defect bits"
1919
* the user needs only the run number and event number to query the QADB
@@ -42,7 +42,7 @@ CLAS12 experiment at Jefferson Lab
4242

4343

4444
<a name="access"></a>
45-
# QA Database Access
45+
# Database Access
4646

4747
## Text Access
4848
* 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
100100
* then proceed following `srcC/README.md`
101101

102102
<a name="storage"></a>
103-
# QA data storage
103+
# Data Storage
104104

105105
## Table files
106106
Human-readable format of QA result, stored in `qadb/qa.*/qaTree.json.table`

0 commit comments

Comments
 (0)