![]() |
ATLAS Offline Software
|
Functions | |
| ComponentAccumulator | VtxFittingToolCfg (ConfigFlags, **kwargs) |
| ComponentAccumulator | DecorateReFitPrimaryVertexCfg (ConfigFlags, name="PrimaryVertexReFitter", lepton_type="", **kwargs) |
| ComponentAccumulator | VtxItrMergingToolCfg (flags, name="VertexIterativeMergingTool", lepton_name="", **kwargs) |
| ComponentAccumulator | DecorateNonPromptVertexCfg (flags, name="DecorateNonPromptVertex", lepton_name="", **kwargs) |
| ComponentAccumulator | RNNToolCfg (flags, name="RNNTool", RNN_name="RNN_name", lepton_name="", **kwargs) |
| ComponentAccumulator | DecoratePromptLeptonRNNCfg (flags, RNN_name="RNN_name", lepton_name="", name="DecoratePromptLeptonRNN", **kwargs) |
| getStringIntVars (BDT_name) | |
| getStringFloatVars (BDT_name, part_type='') | |
| ComponentAccumulator | DecoratePLITCfg (flags, Tagger_name="", lepton_name="", **kwargs) |
| ComponentAccumulator | DecoratePromptLeptonImprovedCfg (flags, BDT_name="", lepton_name="", track_jet_name="AntiKtVR30Rmax4Rmin02PV0TrackJets", veto_BDT_name=None, **kwargs) |
| ComponentAccumulator | DecorateImprovedPromptLeptonAlgsCfg (ConfigFlags, name="DecorateImprovedPromptLeptonAlgs", lepton_type="", **kwargs) |
| ComponentAccumulator | DecoratePLITAlgsCfg (ConfigFlags, name="DecoratePLITAlgsCfg", lepton_type="", **kwargs) |
| GetExtraPromptVariablesForDxAOD (name='', addSpectators=False, onlyBDT=True) | |
| GetExtraImprovedPromptVariablesForDxAOD (name='', onlyBDT=False) | |
| GetExtraPLITVariablesForDxAOD (name='') | |
Variables | |
| lep_tag_log = logging.getLogger('LeptonTaggersConfig') | |
| parser = ArgumentParser(description="Test the LeptonTaggersConfig") | |
| type | |
| str | |
| choices | |
| default | |
| help | |
| int | |
| args = parser.parse_args() | |
| FLAGS = initConfigFlags() | |
| ProductionStep | |
| MaxEvents | |
| SkipEvents | |
| Files | |
| Run | |
| ACC = MainServicesCfg(FLAGS) | |
| trigger_lists_helper = TriggerListsHelper(FLAGS) | |
| withDetails | |
| True | |
| summariseProps | |
| status = ACC.run() | |
| ComponentAccumulator LeptonTaggersConfig.DecorateImprovedPromptLeptonAlgsCfg | ( | ConfigFlags, | |
| name = "DecorateImprovedPromptLeptonAlgs", | |||
| lepton_type = "", | |||
| ** | kwargs ) |
CA to decorate with PLIV input algorithms
Definition at line 420 of file LeptonTaggersConfig.py.
| ComponentAccumulator LeptonTaggersConfig.DecorateNonPromptVertexCfg | ( | flags, | |
| name = "DecorateNonPromptVertex", | |||
| lepton_name = "", | |||
| ** | kwargs ) |
Configure the non-prompt vertex decorator.
Definition at line 115 of file LeptonTaggersConfig.py.
| ComponentAccumulator LeptonTaggersConfig.DecoratePLITAlgsCfg | ( | ConfigFlags, | |
| name = "DecoratePLITAlgsCfg", | |||
| lepton_type = "", | |||
| ** | kwargs ) |
CA to decorate with PLIT input algorithms
Definition at line 465 of file LeptonTaggersConfig.py.
| ComponentAccumulator LeptonTaggersConfig.DecoratePLITCfg | ( | flags, | |
| Tagger_name = "", | |||
| lepton_name = "", | |||
| ** | kwargs ) |
Configure the PLIT decorator.
Definition at line 277 of file LeptonTaggersConfig.py.
| ComponentAccumulator LeptonTaggersConfig.DecoratePromptLeptonImprovedCfg | ( | flags, | |
| BDT_name = "", | |||
| lepton_name = "", | |||
| track_jet_name = "AntiKtVR30Rmax4Rmin02PV0TrackJets", | |||
| veto_BDT_name = None, | |||
| ** | kwargs ) |
Configure the PromptLeptonImproved decorator.
Definition at line 342 of file LeptonTaggersConfig.py.
| ComponentAccumulator LeptonTaggersConfig.DecoratePromptLeptonRNNCfg | ( | flags, | |
| RNN_name = "RNN_name", | |||
| lepton_name = "", | |||
| name = "DecoratePromptLeptonRNN", | |||
| ** | kwargs ) |
Configure the prompt lepton RNN decorator.
Definition at line 190 of file LeptonTaggersConfig.py.
| ComponentAccumulator LeptonTaggersConfig.DecorateReFitPrimaryVertexCfg | ( | ConfigFlags, | |
| name = "PrimaryVertexReFitter", | |||
| lepton_type = "", | |||
| ** | kwargs ) |
CA to run the PrimaryVertexReFitter algorithm.
Definition at line 59 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.GetExtraImprovedPromptVariablesForDxAOD | ( | name = '', | |
| onlyBDT = False ) |
Definition at line 544 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.GetExtraPLITVariablesForDxAOD | ( | name = '' | ) |
Definition at line 584 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.GetExtraPromptVariablesForDxAOD | ( | name = '', | |
| addSpectators = False, | |||
| onlyBDT = True ) |
Definition at line 490 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.getStringFloatVars | ( | BDT_name, | |
| part_type = '' ) |
Get the float variables for the BDT (I think)
Definition at line 247 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.getStringIntVars | ( | BDT_name | ) |
Get the integer variables for the BDT (I think)
Definition at line 230 of file LeptonTaggersConfig.py.
| ComponentAccumulator LeptonTaggersConfig.RNNToolCfg | ( | flags, | |
| name = "RNNTool", | |||
| RNN_name = "RNN_name", | |||
| lepton_name = "", | |||
| ** | kwargs ) |
Configure the RNN tool.
Definition at line 156 of file LeptonTaggersConfig.py.
| ComponentAccumulator LeptonTaggersConfig.VtxFittingToolCfg | ( | ConfigFlags, | |
| ** | kwargs ) |
Generate a vertex fitting tool.
Definition at line 27 of file LeptonTaggersConfig.py.
| ComponentAccumulator LeptonTaggersConfig.VtxItrMergingToolCfg | ( | flags, | |
| name = "VertexIterativeMergingTool", | |||
| lepton_name = "", | |||
| ** | kwargs ) |
Generate a VtxItrMergingTool configuration.
Definition at line 93 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.ACC = MainServicesCfg(FLAGS) |
Definition at line 640 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.args = parser.parse_args() |
Definition at line 616 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.choices |
Definition at line 605 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.default |
Definition at line 606 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.Files |
Definition at line 630 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.FLAGS = initConfigFlags() |
Definition at line 620 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.help |
Definition at line 607 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.int |
Definition at line 610 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.lep_tag_log = logging.getLogger('LeptonTaggersConfig') |
Definition at line 4 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.MaxEvents |
Definition at line 625 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.parser = ArgumentParser(description="Test the LeptonTaggersConfig") |
Definition at line 604 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.ProductionStep |
Definition at line 623 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.Run |
Definition at line 633 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.SkipEvents |
Definition at line 626 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.status = ACC.run() |
Definition at line 663 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.str |
Definition at line 605 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.summariseProps |
Definition at line 660 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.trigger_lists_helper = TriggerListsHelper(FLAGS) |
Definition at line 648 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.True |
Definition at line 660 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.type |
Definition at line 605 of file LeptonTaggersConfig.py.
| LeptonTaggersConfig.withDetails |
Definition at line 660 of file LeptonTaggersConfig.py.