AIDASoft / DD4hep

Detector Description Toolkit for High Energy Physics
http://dd4hep.cern.ch
GNU Lesser General Public License v3.0
49 stars 95 forks source link

Mismatch between documentation and implementation of dd4hep::Tube #1236

Closed tblake00 closed 7 months ago

tblake00 commented 7 months ago

Page 30 of the dd4hep manual describes the dd4hep::Tube constructor as taking startPhi and deltaPhi as arguments. The C++ implementation actually uses startPhi and endPhi.

MarkusFrankATcernch commented 7 months ago

Addressed in PR https://github.com/AIDASoft/DD4hep/pull/1238 .