Skip to content
Snippets Groups Projects
Commit 7a2dba23 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'coverity_Fix_egammaTruthAssociationAlg' into 'master'

ATLASRECTS-4619: CID 118953 removing unused field

See merge request atlas/athena!14720

Former-commit-id: 4d032b26
parents 3867968a b68bc897
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@
#include "xAODTruth/TruthParticleContainer.h"
#include "xAODTruth/TruthEventContainer.h"
#include "RecoToolInterfaces/IParticleCaloExtensionTool.h"
#include "StoreGate/ReadHandleKey.h"
#include "StoreGate/ReadHandle.h"
#include "StoreGate/WriteHandleKey.h"
......@@ -36,8 +38,7 @@ class egammaTruthAssociationAlg : public AthAlgorithm {
public:
typedef std::unordered_map<size_t,std::unique_ptr<Trk::CaloExtension>> Cache;
typedef Trk::IParticleCaloExtensionTool::Cache Cache;
/** @brief constructor */
egammaTruthAssociationAlg(const std::string& name, ISvcLocator* pSvcLocator);
......@@ -58,7 +59,6 @@ private:
MCTruthPartClassifier::ParticleType first;
MCTruthPartClassifier::ParticleOrigin second;
const xAOD::TruthParticle* genPart;
Cache *extrapolationCache;
};
/** @brief helper class to contain write docoration handle keys */
......
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