diff --git a/Reconstruction/egamma/egammaAlgs/src/topoEgammaBuilder.h b/Reconstruction/egamma/egammaAlgs/src/topoEgammaBuilder.h
index 75d0524e98cfa55f2db6855d676e97f0d4044962..821756259faee392534577ddcd3b7900230fb7e2 100644
--- a/Reconstruction/egamma/egammaAlgs/src/topoEgammaBuilder.h
+++ b/Reconstruction/egamma/egammaAlgs/src/topoEgammaBuilder.h
@@ -125,6 +125,8 @@ private:
     // others:
     ServiceHandle<IChronoStatSvc> m_timingProfile;
     Gaudi::Property<bool> m_doChrono {this, "doChrono", false, "do Chrono Service"};
+    Gaudi::Property<bool> m_doPhotons {this, "doPhotons", true, "Run the Photon reconstruction"};
+    Gaudi::Property<bool> m_doElectrons {this, "doElectrons", true, "Run the Electron reconstruction"};
 };
 
 #endif