Skip to content

Commit

Permalink
Add mutable to _map
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jul 27, 2024
1 parent 7860d16 commit 1e77c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VTXdigi/include/VTXdigitizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class VTXdigitizer : public Gaudi::Algorithm {
FloatProperty m_t_resolution{this, "tResolution", 0.1, "Time resolution [ns]"};

// Surface manager used to project hits onto sensitive surface with forceHitsOntoSurface argument
const dd4hep::rec::SurfaceMap* _map;
mutable const dd4hep::rec::SurfaceMap* _map;

// Option to force hits onto sensitive surface
BooleanProperty m_forceHitsOntoSurface{this, "forceHitsOntoSurface", false, "Project hits onto the surface in case they are not yet on the surface (default: false"};
Expand Down

0 comments on commit 1e77c05

Please sign in to comment.