-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: calculate gap and overlapping charge from Pass 1 QADB (#47)
- Loading branch information
Showing
10 changed files
with
509 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Issues Relevant for Physics Analysis | ||
|
||
This page lists known issues which have potential impact on physics data analysis; such issues are a subset of the [GitHub issues](https://github.com/JeffersonLab/clas12-qadb/issues), focusing on only the issues that are relevant to user analysis. | ||
|
||
| Dataset | Impact | Issue and Details | | ||
| --- | --- | --- | | ||
| Pass-1 Run Groups A, B, K, M | QA cut boundaries and charge may be ill-defined for some runs | https://github.com/JeffersonLab/clas12-qadb/issues/9 | | ||
| Pass-1 Run Group A | FC charge is incorrect for a set of runs | https://github.com/JeffersonLab/clas12-qadb/issues/12 | | ||
| Pass-1 Run Groups A, B, K, M | Accumulated FC charge is inaccurate | https://github.com/JeffersonLab/clas12-qadb/issues/48 | |
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.dat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
The code in this directory is used for estimating a systematic uncertainty on the accumulated FC charge, based on <https://github.com/JeffersonLab/clas12-qadb/issues/48>. | ||
|
||
### Procedure | ||
|
||
- edit the scripts such that the specific list of runs is used | ||
- `run-groovy calculateGapCharge.groovy` | ||
- `root analyzeGapCharge.C` | ||
- the mean of the resulting fractional charge-difference distribution is the systematic uncertainty |
Oops, something went wrong.