Skip to content
Snippets Groups Projects
Commit 72615093 authored by Jackson Carl Burzynski's avatar Jackson Carl Burzynski :cowboy: Committed by Jackson Carl Burzynski
Browse files

working model

parent cf8cb5a2
No related branches found
No related tags found
2 merge requests!707622024-04-22: merge of 24.0 into main,!63422Add tool for fitting GN2 vertices
......@@ -91,6 +91,7 @@ atlas_add_library( GNNVertexConstructorLib
# Install files from the package:
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
atlas_install_data( data/* )
......@@ -23,7 +23,7 @@ GNNVertexConstructorTool::GNNVertexConstructorTool(const std::string &type, cons
declareProperty("JetTrackLinks", m_trackLinksKey = "BTagging_AntiKt4EMPFlowAuxDyn.TrackLinks");
declareProperty("JetVertexLinks",
m_vertexLinksKey = "BTagging_AntiKt4EMPFlowAuxDyn.track_vertexing");
m_vertexLinksKey = "BTagging_AntiKt4EMPFlowAuxDyn.vertex_indices");
declareProperty("GNNTool", m_gnn_Tool, "GNN Tool");
declareProperty("VertexFitterTool", m_vertexFitterTool, "Vertex fitting tool");
......
File added
......@@ -12,7 +12,7 @@ def GNNVertexConstructorToolCfg(flags, name="LMEdevTool", **kwargs):
gnnTool = acc.getPrimaryAndMerge(
GNNToolCfg(
flags,
NNFile ="../network.onnx",
NNFile ="GNNVertexConstructor/network.onnx",
trackLinkType ="IPARTICLE", #Either IPARTICLE or TRACK_PARTICLE
variableRemapping={"BTagTrackToJetAssociator" : "GhostTrack"},
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment