Skip to content
Snippets Groups Projects
Commit d29527d0 authored by Dave Casper's avatar Dave Casper
Browse files

Remove material distortion hooks

parent e37d6416
No related branches found
No related tags found
No related merge requests found
......@@ -110,8 +110,8 @@ SCT_Barrel::build(SCT_Identifier id)
}
// Extra Material
TrackerDD::ExtraMaterial xMat(m_geometryManager->distortedMatManager());
xMat.add(barrel, "SCTBarrel");
// TrackerDD::ExtraMaterial xMat(m_geometryManager->distortedMatManager());
// xMat.add(barrel, "SCTBarrel");
return barrel;
......
......@@ -126,8 +126,8 @@ SCT_Layer::build(SCT_Identifier id)
}
// Extra Material
TrackerDD::ExtraMaterial xMat(m_geometryManager->distortedMatManager());
xMat.add(layer, "SCTLayer");
// TrackerDD::ExtraMaterial xMat(m_geometryManager->distortedMatManager());
// xMat.add(layer, "SCTLayer");
return layer;
}
......
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