![]() |
ATLAS Offline Software
|
Public Attributes | |
| int | step = 0 |
| str | currentDecoration = '' |
| list | cutflow = [] |
| selectionName | |
| debugMode | |
| electrons | |
| muons | |
| taus | |
| jets | |
| photons | |
| met | |
ConfigBlock for interpreting text-based event selections
Definition at line 43 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.__init__ | ( | self | ) |
Definition at line 46 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_EVENTFLAG | ( | self, | |
| text, | |||
| config ) |
Definition at line 879 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_GLOBALTRIGMATCH | ( | self, | |
| text, | |||
| config ) |
Definition at line 889 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_IMPORT | ( | self, | |
| text, | |||
| config ) |
Definition at line 283 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_MET_selector | ( | self, | |
| text, | |||
| config ) |
Definition at line 685 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_METMWT_selector | ( | self, | |
| text, | |||
| config ) |
Definition at line 725 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_MLL_OSSF_selector | ( | self, | |
| text, | |||
| config ) |
Definition at line 850 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_MLL_selector | ( | self, | |
| text, | |||
| config ) |
Definition at line 749 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_MLLWINDOW_selector | ( | self, | |
| text, | |||
| config ) |
Definition at line 771 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_MWT_selector | ( | self, | |
| text, | |||
| config ) |
Definition at line 703 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_NBJET_selector | ( | self, | |
| text, | |||
| config ) |
Definition at line 459 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_NEL_selector | ( | self, | |
| text, | |||
| config ) |
Definition at line 300 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_NJET_selector | ( | self, | |
| text, | |||
| config ) |
Definition at line 434 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_NJETGHOST_selector | ( | self, | |
| text, | |||
| config ) |
Definition at line 621 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_NLJET_selector | ( | self, | |
| text, | |||
| config ) |
Definition at line 547 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_NLJETGHOST_selector | ( | self, | |
| text, | |||
| config ) |
Definition at line 645 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_NLJETMASS_selector | ( | self, | |
| text, | |||
| config ) |
Definition at line 570 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_NLJETMASSWINDOW_selector | ( | self, | |
| text, | |||
| config ) |
Definition at line 593 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_NMU_selector | ( | self, | |
| text, | |||
| config ) |
Definition at line 327 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_NOBJ_selector | ( | self, | |
| text, | |||
| config ) |
Definition at line 669 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_NPH_selector | ( | self, | |
| text, | |||
| config ) |
Definition at line 497 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_NTAU_selector | ( | self, | |
| text, | |||
| config ) |
Definition at line 522 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_OS_selector | ( | self, | |
| text, | |||
| config ) |
Definition at line 794 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_RUNNUMBER | ( | self, | |
| text, | |||
| config ) |
Definition at line 902 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_SAVE | ( | self, | |
| text, | |||
| config ) |
Definition at line 917 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_SS_selector | ( | self, | |
| text, | |||
| config ) |
Definition at line 822 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_SUMNELNMU_selector | ( | self, | |
| text, | |||
| config ) |
Definition at line 354 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.add_SUMNLEPTONS_selector | ( | self, | |
| text, | |||
| config ) |
Definition at line 391 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.check_btagging | ( | self, | |
| test ) |
Definition at line 231 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.check_float | ( | self, | |
| test, | |||
| requirePositive = True ) |
Definition at line 189 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.check_ghosts | ( | self, | |
| test ) |
Definition at line 238 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.check_int | ( | self, | |
| test, | |||
| requirePositive = True ) |
Definition at line 199 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.check_sign | ( | self, | |
| test ) |
Definition at line 218 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.check_string | ( | self, | |
| test ) |
Definition at line 212 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.checkDecorationName | ( | self, | |
| decoration ) |
Definition at line 270 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.extendObjectSelection | ( | self, | |
| config, | |||
| container, | |||
| oldSelection, | |||
| newSelection ) |
Definition at line 277 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.getCutflow | ( | self | ) |
Definition at line 252 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.instanceName | ( | self | ) |
Return the instance name for this block
Definition at line 95 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.interpret | ( | self, | |
| text, | |||
| cfg ) |
Definition at line 119 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.makeAlgs | ( | self, | |
| config ) |
Definition at line 99 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.raise_misconfig | ( | self, | |
| text, | |||
| keyword ) |
Definition at line 183 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.raise_missinginput | ( | self, | |
| collection ) |
Definition at line 186 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.setDecorationName | ( | self, | |
| algorithm, | |||
| config, | |||
| decoration ) |
Definition at line 255 of file EventSelectionConfig.py.
| str python.EventSelectionConfig.EventSelectionConfig.currentDecoration = '' |
Definition at line 92 of file EventSelectionConfig.py.
| list python.EventSelectionConfig.EventSelectionConfig.cutflow = [] |
Definition at line 93 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.debugMode |
Definition at line 260 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.electrons |
Definition at line 306 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.jets |
Definition at line 440 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.met |
Definition at line 691 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.muons |
Definition at line 333 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.photons |
Definition at line 503 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.selectionName |
Definition at line 116 of file EventSelectionConfig.py.
| int python.EventSelectionConfig.EventSelectionConfig.step = 0 |
Definition at line 91 of file EventSelectionConfig.py.
| python.EventSelectionConfig.EventSelectionConfig.taus |
Definition at line 397 of file EventSelectionConfig.py.