Skip to content
Snippets Groups Projects
Commit 753d439b authored by Andrii Verbytskyi's avatar Andrii Verbytskyi Committed by Frank Winklmeier
Browse files

Remove two unused properties in MCTruthClassifier

Remove two unused properties in MCTruthClassifier
parent 00f162c5
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