|
O2-DQ User Interface 1.0.0
|
These scripts are the main python scripts that run the workflows in O2-DQ.
runTableMaker.py.runTableMakerMC.py.runTableReader.py.runDQEfficiency.py.runFilterPP.py.runDQFlow.py.runV0selector.py.DownloadLibs.py.ConfigsW.S : Workflow Script
| Main File | Data Model | Description |
|---|---|---|
readerConfiguration_reducedEvent.json | DQ Skimmed Data Model | For Data |
readerConfiguration_reducedEventMC.json | DQ Skimmed Data Model | For MC |
| Main File | Data Model | Description |
|---|---|---|
readerConfiguration_dileptons | DQ Skimmed Data Model With Extra Dilepton Tables | For Data |
readerConfiguration_dileptonMC | DQ Skimmed Data Model With Extra Dilepton Tables | For MC |
| Main File | Data Model | Description |
|---|---|---|
writerConfiguration_dileptons.json | DQ Skimmed Data Model | For Data |
writerConfiguration_dileptonMC.json | DQ Skimmed Data Model | For MC |
↑ Go to the Table of Content ↑ | Continue to Prerequisites →
These scripts are interface scripts with arguments provided by parser_args to configure DQ tasks analysis side.
dqtasks| Interface Script | Workflow Script |
|---|---|
tableMaker.py | runTableMaker.py |
tableMakerMC.py | runTablemakerMC.py |
tableReader.py | runTableReader.py |
dqEfficiency.py | runDQEfficiency.py |
filterPP.py | filterPP.py |
dqFlow.py | runDQFlow.py |
v0selector.py | runV0selector.py |
These scripts are interface scripts with arguments provided by parser_args to configure DQ tasks common side.
commondeps| Interface Script | Used in |
|---|---|
centralityTable.py | runTableMaker.py runV0selector.py runDQFlow.py |
eventSelection.py | runTablemakerMC.py runTableMaker.py filterPP.py runDQFlow.py runV0selector.py |
multiplicityTable.py | runTablemakerMC.py runTableMaker.py filterPP.py runDQFlow.py runV0selector.py |
pidTOFBase.py | runTablemakerMC.py runTableMaker.py filterPP.py runDQFlow.py runV0selector.py |
pidTOFBeta.py | runTablemakerMC.py runTableMaker.py filterPP.py runDQFlow.py runV0selector.py |
pidTPCTOFFull.py | runTablemakerMC.py runTableMaker.py filterPP.py runDQFlow.py runV0selector.py |
trackPropagation.py | runTablemakerMC.py runTableMaker.py filterPP.py runDQFlow.py runV0selector.py |
Extra modules include some external scripts not related to O2, which are prepared as an aid for configuring the workflow and interface
extramodules| Extra Script | Desc |
|---|---|
actionHandler.py | Includes some classes for printing sub helper messages to the screen |
choicesCompleterList.py | To complete autocompletion for parameters that can take multiple arguments |
debugOptions.py | To manage debug options |
stringOperations.py | For managing string operations of multiple arguments in workflows |