Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jul 29, 2024
1 parent ca04100 commit 6b54c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DRreco/include/DRcalib2D.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class DRcalib2D : public Gaudi::Algorithm {

ServiceHandle<IGeoSvc> m_geoSvc;
dd4hep::DDSegmentation::GridDRcalo* pSeg;
muable dd4hep::DDSegmentation::DRparamBase* pParamBase;
mutable dd4hep::DDSegmentation::DRparamBase* pParamBase;

mutable DataHandle<edm4hep::CalorimeterHitCollection> m_digiHits{"DigiCalorimeterHits", Gaudi::DataHandle::Reader, this};
mutable DataHandle<edm4hep::CalorimeterHitCollection> m_caloHits{"DRcalo2dHits", Gaudi::DataHandle::Writer, this};
Expand Down

0 comments on commit 6b54c30

Please sign in to comment.