Skip to content

Commit 68f29e3

Browse files
authored
Merge pull request #33 from sungbinoh/feature/sungbino_calibdb_update4etau
Requesting a new table in SBND calibration DB for electron lifetime
2 parents 1bee9b0 + 8bf65d3 commit 68f29e3

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

sbnd_calibration_database.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,27 @@ This section displays a list of the variables in the database, as well as their
5959

6060
\* More information on DocDB 35489 (slide 13).
6161

62+
63+
### tpc_elifetime_data
64+
- Folder description: This folder contains electron lifetime data
65+
- Channel number: No meaning
66+
- Number of rows: 1 for each merged run
67+
- When filling the folder, `__iov_id` should be 1000000000 + first_run_of_merged
68+
- Suggested table structure
69+
70+
| Variable Name | Type | Description | Unit |
71+
| ------------- | ---- | ----------- | ---- |
72+
| channel | integer | No meaning | N/A |
73+
| merged_run_idx | integer | index for merge runs | N/A |
74+
| first_run_of_merged | integer | first run of the merged runs | N/A |
75+
| last_run_of_merged | integer | last run of the merged runs | N/A |
76+
| etau_sce_spatial_east | real | East TPC electron lifetime after spatial SCE correction | ms |
77+
| etau_sce_spatial_east_p_1sig | real | plus one sigma error of East TPC electron lifetime after spatial SCE correction | ms |
78+
| etau_sce_spatial_east_m_1sig | real | mimus one sigma error of East TPC electron lifetime after spatial SCE correction | ms |
79+
| etau_sce_spatial_west | real | West TPC electron lifetime after spatial SCE correction | ms |
80+
| etau_sce_spatial_west_p_1sig | real | plus one sigma error of West TPC electron lifetime after spatial SCE correction | ms |
81+
| etau_sce_spatial_west_m_1sig | real | minus one sigma error of West TPC electron lifetime after spatial SCE correction | ms |
82+
6283
### tpc_globalconstants
6384
- Folder description: This folder contains non-channel specific information
6485
- Channel number: No meaning

0 commit comments

Comments
 (0)