diff --git a/PhysicsAnalysis/MCTruthClassifier/MCTruthClassifier/MCTruthClassifier.h b/PhysicsAnalysis/MCTruthClassifier/MCTruthClassifier/MCTruthClassifier.h
index 4fea8a424d85ac2471b777ebf6298fa0aa76dd09..2354861e824e1d84f61d9d4940ec79982e162969 100644
--- a/PhysicsAnalysis/MCTruthClassifier/MCTruthClassifier/MCTruthClassifier.h
+++ b/PhysicsAnalysis/MCTruthClassifier/MCTruthClassifier/MCTruthClassifier.h
@@ -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",""};