![]() |
ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, name='') |
def | makeAlgs (self, config) |
def | interpret (self, text, cfg) |
def | raise_misconfig (self, text, keyword) |
def | raise_missinginput (self, collection) |
def | check_float (self, test, requirePositive=True) |
def | check_int (self, test, requirePositive=True) |
def | check_string (self, test) |
def | check_sign (self, test) |
def | check_btagging (self, test) |
def | check_ghosts (self, test) |
def | getCutflow (self) |
def | setDecorationName (self, algorithm, config, decoration) |
def | checkDecorationName (self, decoration) |
def | add_IMPORT (self, text, config) |
def | add_NEL_selector (self, text, config) |
def | add_NMU_selector (self, text, config) |
def | add_SUMNELNMU_selector (self, text, config) |
def | add_SUMNLEPTONS_selector (self, text, config) |
def | add_NJET_selector (self, text, config) |
def | add_NBJET_selector (self, text, config) |
def | add_NPH_selector (self, text, config) |
def | add_NTAU_selector (self, text, config) |
def | add_NLJET_selector (self, text, config) |
def | add_NLJETMASS_selector (self, text, config) |
def | add_NLJETMASSWINDOW_selector (self, text, config) |
def | add_NJETGHOST_selector (self, text, config) |
def | add_NLJETGHOST_selector (self, text, config) |
def | add_NOBJ_selector (self, text, config) |
def | add_MET_selector (self, text, config) |
def | add_MWT_selector (self, text, config) |
def | add_METMWT_selector (self, text, config) |
def | add_MLL_selector (self, text, config) |
def | add_MLLWINDOW_selector (self, text, config) |
def | add_OS_selector (self, text, config) |
def | add_SS_selector (self, text, config) |
def | add_MLL_OSSF_selector (self, text, config) |
def | add_EVENTFLAG (self, text, config) |
def | add_GLOBALTRIGMATCH (self, text, config) |
def | add_RUNNUMBER (self, text, config) |
def | add_SAVE (self, text, config) |
Public Attributes | |
step | |
currentDecoration | |
cutflow | |
name | |
ConfigBlock for interpreting text-based event selections
Definition at line 34 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.__init__ | ( | self, | |
name = '' |
|||
) |
Definition at line 37 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_EVENTFLAG | ( | self, | |
text, | |||
config | |||
) |
Definition at line 858 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_GLOBALTRIGMATCH | ( | self, | |
text, | |||
config | |||
) |
Definition at line 868 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_IMPORT | ( | self, | |
text, | |||
config | |||
) |
Definition at line 269 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_MET_selector | ( | self, | |
text, | |||
config | |||
) |
Definition at line 674 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_METMWT_selector | ( | self, | |
text, | |||
config | |||
) |
Definition at line 714 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_MLL_OSSF_selector | ( | self, | |
text, | |||
config | |||
) |
Definition at line 829 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_MLL_selector | ( | self, | |
text, | |||
config | |||
) |
Definition at line 738 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_MLLWINDOW_selector | ( | self, | |
text, | |||
config | |||
) |
Definition at line 760 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_MWT_selector | ( | self, | |
text, | |||
config | |||
) |
Definition at line 692 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_NBJET_selector | ( | self, | |
text, | |||
config | |||
) |
Definition at line 433 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_NEL_selector | ( | self, | |
text, | |||
config | |||
) |
Definition at line 286 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_NJET_selector | ( | self, | |
text, | |||
config | |||
) |
Definition at line 405 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_NJETGHOST_selector | ( | self, | |
text, | |||
config | |||
) |
Definition at line 610 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_NLJET_selector | ( | self, | |
text, | |||
config | |||
) |
Definition at line 527 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_NLJETGHOST_selector | ( | self, | |
text, | |||
config | |||
) |
Definition at line 634 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_NLJETMASS_selector | ( | self, | |
text, | |||
config | |||
) |
Definition at line 553 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_NLJETMASSWINDOW_selector | ( | self, | |
text, | |||
config | |||
) |
Definition at line 579 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_NMU_selector | ( | self, | |
text, | |||
config | |||
) |
Definition at line 316 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_NOBJ_selector | ( | self, | |
text, | |||
config | |||
) |
Definition at line 658 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_NPH_selector | ( | self, | |
text, | |||
config | |||
) |
Definition at line 471 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_NTAU_selector | ( | self, | |
text, | |||
config | |||
) |
Definition at line 499 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_OS_selector | ( | self, | |
text, | |||
config | |||
) |
Definition at line 783 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_RUNNUMBER | ( | self, | |
text, | |||
config | |||
) |
Definition at line 881 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_SAVE | ( | self, | |
text, | |||
config | |||
) |
Definition at line 896 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_SS_selector | ( | self, | |
text, | |||
config | |||
) |
Definition at line 806 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_SUMNELNMU_selector | ( | self, | |
text, | |||
config | |||
) |
Definition at line 346 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.add_SUMNLEPTONS_selector | ( | self, | |
text, | |||
config | |||
) |
Definition at line 374 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.check_btagging | ( | self, | |
test | |||
) |
Definition at line 223 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.check_float | ( | self, | |
test, | |||
requirePositive = True |
|||
) |
Definition at line 181 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.check_ghosts | ( | self, | |
test | |||
) |
Definition at line 230 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.check_int | ( | self, | |
test, | |||
requirePositive = True |
|||
) |
Definition at line 191 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.check_sign | ( | self, | |
test | |||
) |
Definition at line 210 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.check_string | ( | self, | |
test | |||
) |
Definition at line 204 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.checkDecorationName | ( | self, | |
decoration | |||
) |
Definition at line 262 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.getCutflow | ( | self | ) |
Definition at line 244 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.interpret | ( | self, | |
text, | |||
cfg | |||
) |
Definition at line 111 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.makeAlgs | ( | self, | |
config | |||
) |
Definition at line 96 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.raise_misconfig | ( | self, | |
text, | |||
keyword | |||
) |
Definition at line 175 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.raise_missinginput | ( | self, | |
collection | |||
) |
Definition at line 178 of file EventSelectionConfig.py.
def python.EventSelectionConfig.EventSelectionConfig.setDecorationName | ( | self, | |
algorithm, | |||
config, | |||
decoration | |||
) |
Definition at line 247 of file EventSelectionConfig.py.
python.EventSelectionConfig.EventSelectionConfig.currentDecoration |
Definition at line 92 of file EventSelectionConfig.py.
python.EventSelectionConfig.EventSelectionConfig.cutflow |
Definition at line 93 of file EventSelectionConfig.py.
python.EventSelectionConfig.EventSelectionConfig.name |
Definition at line 94 of file EventSelectionConfig.py.
python.EventSelectionConfig.EventSelectionConfig.step |
Definition at line 91 of file EventSelectionConfig.py.