Skip to content
Snippets Groups Projects
Commit 5a30db26 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch '20240321a' into 'main'

Remove two unused properties in MCTruthClassifier

See merge request atlas/athena!70019
parents 6fcfc0ec 753d439b
No related branches found
No related tags found
No related merge requests found
......@@ -81,9 +81,6 @@ public:
declareProperty("NumOfSiHitsCut", m_NumOfSiHitsCut = 3);
declareProperty("jetPartDRMatch", m_jetPartDRMatch = 0.4);
#endif
// Properties Available in all
declareProperty("inclEgammaFwrdEle", m_inclEgammaFwrdEle = true);
declareProperty("inclEgammaPhoton", m_inclEgammaPhoton = true);
}
virtual ~MCTruthClassifier() = default ;
......@@ -216,8 +213,6 @@ private:
/* Data members*/
SG::ReadHandleKey<xAOD::TruthParticleContainer>
m_truthParticleContainerKey{this,"xAODTruthParticleContainerName","TruthParticles","ReadHandleKey for xAOD::TruthParticleContainer"};
bool m_inclEgammaPhoton;
bool m_inclEgammaFwrdEle;
#if !defined(XAOD_ANALYSIS) && !defined(GENERATIONBASE)
ToolHandle<Trk::IParticleCaloExtensionTool> m_caloExtensionTool{this,"ParticleCaloExtensionTool",""};
......
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