Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AFIT-107: new RCT bad flags for FT0 #13698

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions DataFormats/QualityControl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ 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

* **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.
* **Unknown Quality:** the quality of data could not be determined definitively.
Expand Down
5 changes: 5 additions & 0 deletions DataFormats/QualityControl/etc/flagTypes.csv
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +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
Loading