Skip to content
Snippets Groups Projects
Commit cb7bb110 authored by Wouter Deconinck's avatar Wouter Deconinck Committed by Andre Sailer
Browse files

use Polycone in dd4hep:: namespace

parent 30cc4280
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ int main(int /* argc */, char** /* argv */ ){ ...@@ -19,7 +19,7 @@ int main(int /* argc */, char** /* argv */ ){
// Polycone // Polycone
// add single plane with addZPlanes // add single plane with addZPlanes
Polycone polycone(0, 2*M_PI, {0, 0}, {1, 1}, {0, 1}); dd4hep::Polycone polycone(0, 2*M_PI, {0, 0}, {1, 1}, {0, 1});
polycone.addZPlanes({0}, {1}, {0.5}); polycone.addZPlanes({0}, {1}, {0.5});
// -------------------------------------------------------------------- // --------------------------------------------------------------------
......
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