ATLAS Offline Software
Loading...
Searching...
No Matches
python.HLT.Jet.TriggerJetMods Namespace Reference

Functions

 getTrkAugNNJvtTool (jetdef, modspec)
 Special modifier setups used by jet trigger, but not in offline We just extend the stdJetModifiers from the standard config.
 _jetname (jetdef, modspec)

Variables

 ConstitFourMom_copy
 Cleaning
 NNJVT_TrkAugV1

Function Documentation

◆ _jetname()

python.HLT.Jet.TriggerJetMods._jetname ( jetdef,
modspec )
protected

Definition at line 26 of file TriggerJetMods.py.

26def _jetname(jetdef,modspec):
27 return jetdef.fullname()
28

◆ getTrkAugNNJvtTool()

python.HLT.Jet.TriggerJetMods.getTrkAugNNJvtTool ( jetdef,
modspec )

Special modifier setups used by jet trigger, but not in offline We just extend the stdJetModifiers from the standard config.

Definition at line 11 of file TriggerJetMods.py.

11def getTrkAugNNJvtTool(jetdef, modspec):
12 nnjvt_trkaug = CompFactory.getComp("JetPileupTag::JetVertexNNTagger")(
13 "nnjvt_trkaugv1",
14 VertexContainer = jetdef._cflags.Jet.Context[modspec or jetdef.context]["Vertices"],
15 SuppressInputDependence = True,
16 UseTrkAugNN = True,
17 TrkAugNNConfigDir = jetdef._cflags.Trigger.Jet.nnJVTConfigDir,
18 TrkAugNNParamFile = "TrkAugNNJVT.Network.graph.HLT.json",
19 TrkAugNNCutFile = "TrkAugNNJVT.Cuts.HLT.json",
20 )
21 return nnjvt_trkaug
22
23# Many JetMoment tools need to know the name of the container they operate on.
24# We set the function below as the 'JetContainer' property so the config system
25# can assign the right name to the c++ tool.

Variable Documentation

◆ Cleaning

python.HLT.Jet.TriggerJetMods.Cleaning

Definition at line 41 of file TriggerJetMods.py.

◆ ConstitFourMom_copy

python.HLT.Jet.TriggerJetMods.ConstitFourMom_copy

Definition at line 35 of file TriggerJetMods.py.

◆ NNJVT_TrkAugV1

python.HLT.Jet.TriggerJetMods.NNJVT_TrkAugV1

Definition at line 56 of file TriggerJetMods.py.