Gaudi::Property<bool>m_onlyUseContainerName{this,"OnlyUseContainerName",true,"Don't use the ReadHandleKey directly. Just extract the container name from it."};
...
...
@@ -156,8 +156,8 @@ private:
std::vector<TileHit*>m_allHits;//!< vector for all TileHits
std::vector<TileHit*>m_allHits_DigiHSTruth;//!< vector for all TileHits
TileHitNonConstContainer*m_hits{};//!< pointer to hits container
TileHitNonConstContainer*m_hits_DigiHSTruth{};//!< pointer to hits container
std::unique_ptr<TileHitNonConstContainer>m_hits{};//!< pointer to hits container
std::unique_ptr<TileHitNonConstContainer>m_hits_DigiHSTruth{};//!< pointer to hits container
intm_mbtsOffset{0};//<! index of first MBTS hit in m_allHits vector