Skip to content

Commit

Permalink
AFIT-107: review
Browse files Browse the repository at this point in the history
  • Loading branch information
afurs committed Nov 18, 2024
1 parent aaee758 commit 43099b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions DataFormats/QualityControl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ This section details the currently available Flag Types and provides a brief exp
* **Bad Electron PID:** analyses relying on correct electron identification should not use this data.
* **Bad Photon Calorimetry:** analyses relying on correct photon calorimetry should not use this data.
* **Bad EMCalorimetry:** analyses relying on correct electromagnetic calorimetry should not use this data.
* **Bad FT0 Data Consistency:** FT0 data incosistent, i.e. some modules haven't sent data, BC async among modules, etc.
* **Bad FT0 Time Ofsset Calibration:** Bad FT0 time offset calibration, collected during online. Can be fixed.
* **Bad FT0 Time Slewing Calibration:** Bad FT0 time slewing calibration, collected during offline. Can be fixed.
* **Bad FT0 HW Settings:** Bad FT0 hardware settings, which corrupted data, but w/o data inconsistency, i.e. phase time shift at some channels, out-of-gate situation, etc
* **Bad FT0 Reco Settings:** Bad FT0 reconstruction settings, i.e. if for some reason configuration for reconstruction was incorrect, including corrupted DeadChannelMap
* **Bad Data Consistency:** data is inconsistent. FT0's example: some modules haven't sent data, BC async among modules(modules sent data with shifted BC), etc.
* **Bad HW Settings:** Bad hardware settings, which corrupted data. FT0's example: phase time shift at some channels, time peak is close to gate borders, or even out of gate.
* **Bad Reco Settings:** Bad reconstruction settings. FT0's example: bad DeadChannelMap(healthy channels ignored for reco, or vice versa); incorrectly configured time filtering logic
* **Bad FT0 Time Offset Calibration:** Bad FT0 time offset calibration, collected during online. Can be fixed. Causes bad accuracy in FT0's timeA and timeC at AOD
* **Bad FT0 Time Slewing Calibration:** Bad FT0 time slewing calibration, collected during offline. Can be fixed. Causes the same as for FT0's bad time offset calibration.

* **Unknown:** the exact impact of an issue on the data is unclear, but it's likely bad.
Treat data with this flag with caution until further investigation.
Expand Down
10 changes: 5 additions & 5 deletions DataFormats/QualityControl/etc/flagTypes.csv
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
12,"BadEMCalorimetry","Bad EM Calorimetry",1,0
13,"BadPhotonCalorimetry","Bad Photon Calorimetry",1,0
14,"Unknown","Unknown",1,0
15,"BadFT0DataConsistency","Bad FT0 data consistency",1,0
16,"BadFT0TimeOfssetCalibration","Bad FT0 time offset calibration",1,0
17,"BadFT0TimeSlewingCalibration","Bad FT0 time slewing calibration",1,0
18,"BadFT0HWSettings","Bad FT0 hardware settings",1,0
19,"BadFT0RecoSettings","Bad FT0 reconstruction settings",1,0
15,"BadDataConsistency","Bad data consistency",1,0
16,"BadHWSettings","Bad hardware settings",1,0
17,"BadRecoSettings","Bad reconstruction settings",1,0
18,"BadFT0TimeOffsetCalibration","Bad FT0 time offset calibration",1,0
19,"BadFT0TimeSlewingCalibration","Bad FT0 time slewing calibration",1,0

0 comments on commit 43099b7

Please sign in to comment.