Skip to content
Snippets Groups Projects
Commit aa401615 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

TrkGeometry: Thread-safety cleanup.

Attributes should match between declarations and definitions.
parent 69e22d13
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ namespace Trk {
static const std::vector<const TrackingVolume*> s_emptyVector;
};
inline void GlueVolumesDescriptor::registerGlueVolumes ATLAS_NOT_CONST_THREAD_SAFE (BoundarySurfaceFace bSurf,
inline void GlueVolumesDescriptor::registerGlueVolumes ATLAS_NOT_THREAD_SAFE (BoundarySurfaceFace bSurf,
std::vector<const TrackingVolume*>& vols) const{
const_cast<GlueVolumesDescriptor*>(this)->registerGlueVolumes(bSurf,vols);
......
......@@ -119,7 +119,7 @@ namespace Trk {
private:
/** Geometry Builder busineess:
the geometry builder has to sign*/
void sign(GeometrySignature geosit, GeometryType geotype = Static) const;
void sign ATLAS_NOT_THREAD_SAFE (GeometrySignature geosit, GeometryType geotype = Static) const;
/** Geometry Builder busineess:
set all contained surfaces TG owned - this should save memory and avoid surface copying
......
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