diff --git a/Plugins/DD4hep/include/Acts/Plugins/DD4hep/DD4hepDetectorElement.hpp b/Plugins/DD4hep/include/Acts/Plugins/DD4hep/DD4hepDetectorElement.hpp index 5a63c726f60..ecd2069b588 100644 --- a/Plugins/DD4hep/include/Acts/Plugins/DD4hep/DD4hepDetectorElement.hpp +++ b/Plugins/DD4hep/include/Acts/Plugins/DD4hep/DD4hepDetectorElement.hpp @@ -31,7 +31,7 @@ class DigitizationModule; /// The full geometrical information is provided by the TGeoDetectorElement. /// The DD4hepDetectorElement extends the TGeoDetectorElement by containing a /// segmentation for the readout. -/// @todo what if shape conversion failes? add implementation of more than one +/// @todo what if shape conversion fails? add implementation of more than one /// surface per module, implementing also for other shapes->Cone,ConeSeg,Tube? /// what /// if not used with DD4hep? @@ -55,7 +55,7 @@ class DD4hepDetectorElement : public TGeoDetectorElement { /// capital and lower case /// characters : /// - capital -> positive orientation of the axis - /// - lower case -> negative oriantation of the axis + /// - lower case -> negative orientation of the axis /// /// /// Example options are: diff --git a/Plugins/DD4hep/include/Acts/Plugins/DD4hep/DD4hepDetectorSurfaceFactory.hpp b/Plugins/DD4hep/include/Acts/Plugins/DD4hep/DD4hepDetectorSurfaceFactory.hpp index f7520337fd2..b8e2c8fbb23 100644 --- a/Plugins/DD4hep/include/Acts/Plugins/DD4hep/DD4hepDetectorSurfaceFactory.hpp +++ b/Plugins/DD4hep/include/Acts/Plugins/DD4hep/DD4hepDetectorSurfaceFactory.hpp @@ -35,7 +35,7 @@ class DD4hepDetectorElement; /// class DD4hepDetectorSurfaceFactory { public: - /// Collect the senstive surface & detector element + /// Collect the sensitive surface & detector element using DD4hepSensitiveSurface = std::tuple, std::shared_ptr>; @@ -56,7 +56,7 @@ class DD4hepDetectorSurfaceFactory { std::vector passiveSurfaces; /// The created Proxies for the support surfaces std::vector passiveSurfaceProxies; - /// matching and conversion statics: surfaces + /// matching and conversion statistics: surfaces std::size_t convertedSurfaces = 0; /// matching and conversion statistics: materials std::size_t convertedMaterials = 0; @@ -107,7 +107,7 @@ class DD4hepDetectorSurfaceFactory { void recursiveConstruct(Cache& cache, const dd4hep::DetElement& dd4hepElement, int level); - /// Method to conver a single senstive detector element + /// Method to convert a single sensitive detector element /// /// @param dd4hepElement the detector element /// @@ -115,7 +115,7 @@ class DD4hepDetectorSurfaceFactory { DD4hepSensitiveSurface constructSensitiveElement( const dd4hep::DetElement& dd4hepElement) const; - /// Method to conver a single senstive detector element + /// Method to convert a single sensitive detector element /// /// @param options the factory creation option /// @param dd4hepElement the detector element diff --git a/Plugins/DD4hep/include/Acts/Plugins/DD4hep/detail/DD4hepBinningHelper.hpp b/Plugins/DD4hep/include/Acts/Plugins/DD4hep/detail/DD4hepBinningHelper.hpp index 703f4c6f4f6..e1970fcaa58 100644 --- a/Plugins/DD4hep/include/Acts/Plugins/DD4hep/detail/DD4hepBinningHelper.hpp +++ b/Plugins/DD4hep/include/Acts/Plugins/DD4hep/detail/DD4hepBinningHelper.hpp @@ -52,7 +52,7 @@ void decodeBinning(dd4hep::rec::VariantParameters &variantParams, // Set the surface binninng parameter to true variantParams.set(bname, true); for (const auto &bv : bvals) { - // Gather the number of bins, 0 indicates vairable binning + // Gather the number of bins, 0 indicates variable binning int nBins = Acts::detail::getAttrValueOr(xmlBinning, std::string("n" + bv), 0); // Gather the bin expansion parameter, expansion of 0 is default