forked from AliceO2Group/AliceO2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QC-1163 Update QC flag type list to be in sync with BKP (AliceO2Group…
…#13092) One exception is NotBadFlagExample, which I will remove later, once QC can use Good.
- Loading branch information
Showing
3 changed files
with
24 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
"id","method","name","bad","obsolete" | ||
1,"Unknown","Unknown",1,0 | ||
2,"UnknownQuality","Unknown Quality",1,0 | ||
3,"CertifiedByExpert","Certified by Expert",0,0 | ||
10,"NoDetectorData","No Detector Data",1,0 | ||
11,"LimitedAcceptance","Limited acceptance",1,0 | ||
12,"BadPID","Bad PID",1,0 | ||
13,"BadTracking","Bad Tracking",1,0 | ||
14,"BadHadronPID","Bad Hadron PID",1,0 | ||
15,"BadElectronPID","Bad Electron PID",1,0 | ||
16,"BadEMCalorimetry","Bad EM Calorimetry",1,0 | ||
17,"BadPhotonCalorimetry","Bad Photon Calorimetry",1,0 | ||
65500,"ObsoleteFlagExample","Obsolete flag example",1,1 | ||
65501,"NotBadFlagExample","Not bad flag example",0,0 | ||
65535,"Invalid","Invalid",1,0 | ||
1,"UnknownQuality","Unknown Quality",1,0 | ||
3,"NoDetectorData","No Detector Data",1,0 | ||
4,"LimitedAcceptanceMCNotReproducible","Limited Acceptance MC Not Reproducible",1,0 | ||
5,"LimitedAcceptanceMCReproducible","Limited Acceptance MC Reproducible",1,0 | ||
6,"BadPID","Bad PID",1,0 | ||
7,"BadTracking","Bad Tracking",1,0 | ||
8,"BadHadronPID","Bad Hadron PID",1,0 | ||
9,"Good","Good",0,0 | ||
10,"Invalid","Invalid",1,0 | ||
11,"BadElectronPID","Bad Electron PID",1,0 | ||
12,"BadEMCalorimetry","Bad EM Calorimetry",1,0 | ||
13,"BadPhotonCalorimetry","Bad Photon Calorimetry",1,0 | ||
14,"Unknown","Unknown",1,0 | ||
65501,"NotBadFlagExample","Not bad flag example",0,0 |
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