Skip to content
Snippets Groups Projects
Commit 01b60b48 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'master-derivations-JetEtmiss' into 'master'

Add missing Jet/Etmiss variables in DAOD_PHYS

See merge request atlas/athena!37808
parents 4e712a24 52bafc21
No related branches found
No related tags found
No related merge requests found
...@@ -275,8 +275,8 @@ PHYSSlimmingHelper.SmartCollections = ["Electrons", ...@@ -275,8 +275,8 @@ PHYSSlimmingHelper.SmartCollections = ["Electrons",
"AntiKt4EMTopoJets", "AntiKt4EMTopoJets",
"AntiKt4EMPFlowJets", "AntiKt4EMPFlowJets",
"BTagging_AntiKt4EMPFlow", "BTagging_AntiKt4EMPFlow",
#"MET_Baseline_AntiKt4EMTopo", "MET_Baseline_AntiKt4EMTopo",
#"MET_Baseline_AntiKt4EMPFlow", "MET_Baseline_AntiKt4EMPFlow",
"TauJets", "TauJets",
"DiTauJets", "DiTauJets",
"DiTauJetsLowPt", "DiTauJetsLowPt",
......
...@@ -75,8 +75,8 @@ private: ...@@ -75,8 +75,8 @@ private:
SG::ReadHandleKey< xAOD::VertexContainer> m_vertexContainer_key{this, "VertexContainer", "", "Vertex container key"}; SG::ReadHandleKey< xAOD::VertexContainer> m_vertexContainer_key{this, "VertexContainer", "", "Vertex container key"};
SG::ReadHandleKey<jet::TrackVertexAssociation> m_tva_key{this, "TrackVertexAssociation", "", "Track vertex association key"}; SG::ReadHandleKey<jet::TrackVertexAssociation> m_tva_key{this, "TrackVertexAssociation", "", "Track vertex association key"};
SG::WriteDecorHandleKey<xAOD::JetContainer> m_trackSumPtKey{this, "SumPtName", "SumPt", "SG key for output track SumPt decoration"}; SG::WriteDecorHandleKey<xAOD::JetContainer> m_trackSumPtKey{this, "SumPtName", "TrackSumPt", "SG key for output track SumPt decoration"};
SG::WriteDecorHandleKey<xAOD::JetContainer> m_trackSumMassKey{this, "SumMassName", "SumMass", "SG key for output track SumMass decoration"}; SG::WriteDecorHandleKey<xAOD::JetContainer> m_trackSumMassKey{this, "SumMassName", "TrackSumMass", "SG key for output track SumMass decoration"};
}; };
#endif #endif
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