Public Member Functions | |
def | __init__ |
def | numls |
def | numruns |
def | runs |
def | runsandls |
def | runsandlsStr |
Private Attributes | |
__result | |
__strresult | |
Definition at line 2 of file selectionParser.py.
def selectionParser.selectionParser.__init__ | ( | self, | |
selectStr | |||
) |
Definition at line 3 of file selectionParser.py.
def selectionParser.selectionParser.numls | ( | self, | |
run | |||
) |
Definition at line 37 of file selectionParser.py.
References selectionParser.selectionParser.__result, pileupParser.pileupParser.__result, csvSelectionParser.csvSelectionParser.__result, csvLumibyLSParser.csvLumibyLSParser.__result, EgammaHLTValidationUtils.EgammaDQMModuleMaker.__result, SequenceTypes._CopyAndExcludeSequenceVisitorOld.__result, and SequenceTypes._MutatingSequenceVisitor.__result.
def selectionParser.selectionParser.numruns | ( | self | ) |
Definition at line 35 of file selectionParser.py.
def selectionParser.selectionParser.runs | ( | self | ) |
Definition at line 25 of file selectionParser.py.
def selectionParser.selectionParser.runsandls | ( | self | ) |
return expanded {run:lslist}
Definition at line 27 of file selectionParser.py.
References selectionParser.selectionParser.__result, pileupParser.pileupParser.__result, csvSelectionParser.csvSelectionParser.__result, csvLumibyLSParser.csvLumibyLSParser.__result, EgammaHLTValidationUtils.EgammaDQMModuleMaker.__result, SequenceTypes._CopyAndExcludeSequenceVisitorOld.__result, and SequenceTypes._MutatingSequenceVisitor.__result.
def selectionParser.selectionParser.runsandlsStr | ( | self | ) |
return expanded {'run':lslist}
Definition at line 31 of file selectionParser.py.
References selectionParser.selectionParser.__strresult, pileupParser.pileupParser.__strresult, csvSelectionParser.csvSelectionParser.__strresult, and csvLumibyLSParser.csvLumibyLSParser.__strresult.
|
private |
Definition at line 4 of file selectionParser.py.
Referenced by selectionParser.selectionParser.numls(), and selectionParser.selectionParser.runsandls().
|
private |
Definition at line 5 of file selectionParser.py.
Referenced by selectionParser.selectionParser.runsandlsStr().