Skip to content

Commit

Permalink
fix: don't promise TSA and DSA bits when they aren't used yet
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Sep 17, 2024
1 parent 5dfedda commit a97e94c
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,28 +92,28 @@ The following tables describe the available datasets in the QADB. The columns ar
* The table below lists the defect bits
(Example: `defect=0b11000` has defects `SectorLoss` and `LowLiveTime`)

| Bit | Name | Description |
| --- | --- | --- |
| 0 | `TotalOutlier` | outlier N/F, but not terminal, marginal, or sector loss, for FD electron |
| 1 | `TerminalOutlier` | outlier N/F of first or last file of run, not marginal, for FD electron |
| 2 | `MarginalOutlier` | marginal outlier N/F, within one standard deviation of cut line, for FD electron |
| 3 | `SectorLoss` | N/F diminished within a FD sector for several consecutive files |
| 4 | `LowLiveTime` | live time < 0.9 |
| 5 | `Misc` | miscellaneous defect, documented as comment |
| 6 | `TotalOutlierFT` | outlier N/F, but not terminal, marginal, or `LossFT`, FT electron |
| 7 | `TerminalOutlierFT` | outlier N/F of first or last file of run, not marginal, FT electron |
| 8 | `MarginalOutlierFT` | marginal outlier N/F, within one standard deviation of cut line, FT electron |
| 9 | `LossFT` | N/F diminished within FT for several consecutive files |
| 10 | `BSAWrong` | Beam Spin Asymmetry is the wrong sign |
| 11 | `BSAUnknown` | Beam Spin Asymmetry is unknown, likely because of low statistics |
| 12 | `TSAWrong` | Target Spin Asymmetry is the wrong sign |
| 13 | `TSAUnknown` | Target Spin Asymmetry is unknown, likely because of low statistics |
| 14 | `DSAWrong` | Double Spin Asymmetry is the wrong sign |
| 15 | `DSAUnknown` | Double Spin Asymmetry is unknown, likely because of low statistics |
| 16 | `ChargeHigh` | FC Charge is abnormally high |
| 17 | `ChargeNegative` | FC Charge is negative |
| 18 | `ChargeUnknown` | FC Charge is unknown; the first and last time bins always have this defect |
| 19 | `PossiblyNoBeam` | Both N and F are low, indicating the beam was possibly off |
| Bit | Name | Description |
| --- | --- | --- |
| 0 | `TotalOutlier` | outlier N/F, but not terminal, marginal, or sector loss, for FD electron |
| 1 | `TerminalOutlier` | outlier N/F of first or last file of run, not marginal, for FD electron |
| 2 | `MarginalOutlier` | marginal outlier N/F, within one standard deviation of cut line, for FD electron |
| 3 | `SectorLoss` | N/F diminished within a FD sector for several consecutive files |
| 4 | `LowLiveTime` | live time < 0.9 |
| 5 | `Misc` | miscellaneous defect, documented as comment |
| 6 | `TotalOutlierFT` | outlier N/F, but not terminal, marginal, or `LossFT`, FT electron |
| 7 | `TerminalOutlierFT` | outlier N/F of first or last file of run, not marginal, FT electron |
| 8 | `MarginalOutlierFT` | marginal outlier N/F, within one standard deviation of cut line, FT electron |
| 9 | `LossFT` | N/F diminished within FT for several consecutive files |
| 10 | `BSAWrong` | Beam Spin Asymmetry is the wrong sign |
| 11 | `BSAUnknown` | Beam Spin Asymmetry is unknown, likely because of low statistics |
| 12 | `TSAWrong` | __[not yet used]__ Target Spin Asymmetry is the wrong sign |
| 13 | `TSAUnknown` | __[not yet used]__ Target Spin Asymmetry is unknown, likely because of low statistics |
| 14 | `DSAWrong` | __[not yet used]__ Double Spin Asymmetry is the wrong sign |
| 15 | `DSAUnknown` | __[not yet used]__ Double Spin Asymmetry is unknown, likely because of low statistics |
| 16 | `ChargeHigh` | FC Charge is abnormally high |
| 17 | `ChargeNegative` | FC Charge is negative |
| 18 | `ChargeUnknown` | FC Charge is unknown; the first and last time bins always have this defect |
| 19 | `PossiblyNoBeam` | Both N and F are low, indicating the beam was possibly off |

<a name="access"></a>
# Database Access
Expand Down

0 comments on commit a97e94c

Please sign in to comment.