Skip to content

Commit

Permalink
Add FT0 QA to analysis QC (#1423)
Browse files Browse the repository at this point in the history
(cherry picked from commit 224e43d)
  • Loading branch information
andreasmolander authored and Benedikt Volkel committed May 16, 2024
1 parent 05a800c commit c0beb3e
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 0 deletions.
14 changes: 14 additions & 0 deletions MC/config/analysis_testing/json/analyses_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,20 @@
"o2-analysis-pid-tpc-full",
"o2-analysis-pid-tpc-base"
]
},
{
"name": "FT0QA",
"enabled": true,
"expected_output": ["AnalysisResults.root"],
"valid_mc": true,
"valid_data": true,
"tasks": ["o2-analysis-timestamp",
"o2-analysis-track-propagation",
"o2-analysis-trackselection",
"o2-analysis-event-selection",
"o2-analysis-multiplicity-table",
"o2-analysis-ft0-corrected-table",
"o2-analysis-ft0-qa"]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -513,5 +513,8 @@
"produceTable": "-1",
"ptMax": "1e+10",
"ptMin": "0.1"
},
"ft0-qa": {
"isLowFlux": "false"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1378,5 +1378,8 @@
"produceFBextendedTable": "-1",
"ptMax": "1e+10",
"ptMin": "0.1"
},
"ft0-qa": {
"isLowFlux": "false"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -502,5 +502,8 @@
"produceTable": "-1",
"ptMax": "1e+10",
"ptMin": "0.1"
},
"ft0-qa": {
"isLowFlux": "true"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1377,5 +1377,8 @@
"produceFBextendedTable": "-1",
"ptMax": "1e+10",
"ptMin": "0.1"
},
"ft0-qa": {
"isLowFlux": "true"
}
}

0 comments on commit c0beb3e

Please sign in to comment.