|
O2-DQ User Interface 1.0.0
|
Public Member Functions | |
| def | __init__ (self, parserV0selector=argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter, description="Example Usage: ./runV0selector.py <yourConfig.json> --arg value"), eventSelection=EventSelectionTask(), centralityTable=CentralityTable(), multiplicityTable=MultiplicityTable(), tofEventTime=TofEventTime(), tofPidBeta=TofPidBeta(), tpcTofPidFull=TpcTofPidFull(), trackPropagation=TrackPropagation(), trackSelection=TrackSelectionTask(), helperOptions=HelperOptions(), o2Converters=O2Converters(), dplAodReader=DplAodReader()) |
| def | addArguments (self) |
| def | mergeArgs (self) |
| def | parseArgs (self) |
Public Attributes | |
| centralityTable | |
| dplAodReader | |
| eventSelection | |
| helperOptions | |
| multiplicityTable | |
| o2Converters | |
| parserV0selector | |
| tofEventTime | |
| tofPidBeta | |
| tpcTofPidFull | |
| trackPropagation | |
| trackSelection | |
Class for Interface -> v0selector.cxx Task -> Configurable, Process Functions
Args:
object (parser_args() object): v0selector.cxx Interface
Definition at line 41 of file v0selector.py.
| def __init__ | ( | self, | |
parserV0selector = argparse.ArgumentParser(
formatter_class = argparse.ArgumentDefaultsHelpFormatter,
description = "Example Usage: ./runV0selector.py <yourConfig.json> --arg value"
), |
|||
eventSelection = EventSelectionTask(), |
|||
centralityTable = CentralityTable(), |
|||
multiplicityTable = MultiplicityTable(), |
|||
tofEventTime = TofEventTime(), |
|||
tofPidBeta = TofPidBeta(), |
|||
tpcTofPidFull = TpcTofPidFull(), |
|||
trackPropagation = TrackPropagation(), |
|||
trackSelection = TrackSelectionTask(), |
|||
helperOptions = HelperOptions(), |
|||
o2Converters = O2Converters(), |
|||
dplAodReader = DplAodReader() |
|||
| ) |
Definition at line 50 of file v0selector.py.
| def addArguments | ( | self | ) |
This function allows to add arguments for parser_args() function
Definition at line 74 of file v0selector.py.
| def mergeArgs | ( | self | ) |
This function allows to merge parser_args argument information from different classes
Definition at line 102 of file v0selector.py.
| def parseArgs | ( | self | ) |
This function allows to save the obtained arguments to the parser_args() function
Returns:
Namespace: returns parse_args()
Definition at line 91 of file v0selector.py.
| centralityTable |
Definition at line 61 of file v0selector.py.
| dplAodReader |
Definition at line 70 of file v0selector.py.
| eventSelection |
Definition at line 60 of file v0selector.py.
| helperOptions |
Definition at line 68 of file v0selector.py.
| multiplicityTable |
Definition at line 62 of file v0selector.py.
| o2Converters |
Definition at line 69 of file v0selector.py.
| parserV0selector |
Definition at line 59 of file v0selector.py.
| tofEventTime |
Definition at line 63 of file v0selector.py.
| tofPidBeta |
Definition at line 64 of file v0selector.py.
| tpcTofPidFull |
Definition at line 65 of file v0selector.py.
| trackPropagation |
Definition at line 66 of file v0selector.py.
| trackSelection |
Definition at line 67 of file v0selector.py.