Skip to content

Commit

Permalink
DDCore: Purely cosmectic commit: only comments are affected.
Browse files Browse the repository at this point in the history
Modifications concern spelling, typos and eliminating repetitions.
  • Loading branch information
ybedfer committed Jul 18, 2024
1 parent e43295f commit 677acb7
Show file tree
Hide file tree
Showing 23 changed files with 26 additions and 91 deletions.
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/CartesianGridXY.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace dd4hep {
* fiddled with the handled object directly.....
*
* Note:
* The handle base corrsponding to this object in for
* The handle base corresponding to this object in for
* conveniance reasons instantiated in dd4hep/src/Segmentations.cpp.
*
* \author M.Frank
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/CartesianGridXYZ.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace dd4hep {
* fiddled with the handled object directly.....
*
* Note:
* The handle base corrsponding to this object in for
* The handle base corresponding to this object in for
* conveniance reasons instantiated in dd4hep/src/Segmentations.cpp.
*
* \author M.Frank
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/CartesianGridXZ.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace dd4hep {
* fiddled with the handled object directly.....
*
* Note:
* The handle base corrsponding to this object in for
* The handle base corresponding to this object in for
* conveniance reasons instantiated in dd4hep/src/Segmentations.cpp.
*
* \author M.Frank
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/CartesianGridYZ.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace dd4hep {
* fiddled with the handled object directly.....
*
* Note:
* The handle base corrsponding to this object in for
* The handle base corresponding to this object in for
* conveniance reasons instantiated in dd4hep/src/Segmentations.cpp.
*
* \author M.Frank
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/CartesianStripX.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ typedef Handle<SegmentationWrapper<DDSegmentation::CartesianStripX> > CartesianS
* fiddled with the handled object directly.....
*
* Note:
* The handle base corrsponding to this object in for
* The handle base corresponding to this object in for
* conveniance reasons instantiated in dd4hep/src/Segmentations.cpp.
*
* \author M.Frank
Expand Down
4 changes: 2 additions & 2 deletions DDCore/include/DD4hep/CartesianStripY.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ typedef Handle<SegmentationWrapper<DDSegmentation::CartesianStripY> > CartesianS
* fiddled with the handled object directly.....
*
* Note:
* The handle base corrsponding to this object in for
* The handle base corresponding to this object in for
* conveniance reasons instantiated in dd4hep/src/Segmentations.cpp.
*
* \author M.Frank
Expand Down Expand Up @@ -87,7 +87,7 @@ class CartesianStripY : public CartesianStripYHandle {
Returns a vector of the cellDimensions of the given cell ID
\param cellID is ignored as all cells have the same dimension
\return std::vector<double> size 1:
-# size in x
-# size in y
*/
std::vector<double> cellDimensions(const CellID& cellID) const;
};
Expand Down
4 changes: 2 additions & 2 deletions DDCore/include/DD4hep/CartesianStripZ.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ typedef Handle<SegmentationWrapper<DDSegmentation::CartesianStripZ> > CartesianS
* fiddled with the handled object directly.....
*
* Note:
* The handle base corrsponding to this object in for
* The handle base corresponding to this object in for
* conveniance reasons instantiated in dd4hep/src/Segmentations.cpp.
*
* \author M.Frank
Expand Down Expand Up @@ -88,7 +88,7 @@ class CartesianStripZ : public CartesianStripZHandle {
Returns a vector of the cellDimensions of the given cell ID
\param cellID is ignored as all cells have the same dimension
\return std::vector<double> size 1:
-# size in x
-# size in z
*/
std::vector<double> cellDimensions(const CellID& cellID) const;
};
Expand Down
4 changes: 2 additions & 2 deletions DDCore/include/DD4hep/CylindricalGridPhiZ.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ namespace dd4hep {
/// access the field name used for Z
const std::string& fieldNameZ() const;
/** \brief Returns a vector<double> of the cellDimensions of the given cell ID
in natural order of dimensions, e.g., dx/dy/dz, or dr/r*dPhi
in the following order: R*dPhi,dZ
Returns a vector of the cellDimensions of the given cell ID
\param cellID is ignored as all cells have the same dimension
\return std::vector<double> size 2:
-# size in x
-# size in x = R * size in phi
-# size in z
*/
std::vector<double> cellDimensions(const CellID& cellID) const;
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/GridPhiEta.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace dd4hep {
* fiddled with the handled object directly.....
*
* Note:
* The handle base corrsponding to this object in for
* The handle base corresponding to this object in for
* conveniance reasons instantiated in dd4hep/src/Segmentations.cpp.
*
* \author A. Zaborowska
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/GridRPhiEta.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace dd4hep {
* fiddled with the handled object directly.....
*
* Note:
* The handle base corrsponding to this object in for
* The handle base corresponding to this object in for
* conveniance reasons instantiated in dd4hep/src/Segmentations.cpp.
*
* \author A. Zaborowska
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/MultiSegmentation.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace dd4hep {
* fiddled with the handled object directly.....
*
* Note:
* The handle base corrsponding to this object in for
* The handle base corresponding to this object in for
* conveniance reasons instantiated in dd4hep/src/Segmentations.cpp.
*
* \author M.Frank
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/PolarGridRPhi.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace dd4hep {
* fiddled with the handled object directly.....
*
* Note:
* The handle base corrsponding to this object in for
* The handle base corresponding to this object in for
* conveniance reasons instantiated in dd4hep/src/Segmentations.cpp.
*
* \author M.Frank
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/PolarGridRPhi2.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace dd4hep {
* fiddled with the handled object directly.....
*
* Note:
* The handle base corrsponding to this object in for
* The handle base corresponding to this object in for
* conveniance reasons instantiated in dd4hep/src/Segmentations.cpp.
*
* \author M.Frank
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DD4hep/WaferGridXY.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace dd4hep {
* fiddled with the handled object directly.....
*
* Note:
* The handle base corrsponding to this object in for
* The handle base corresponding to this object in for
* conveniance reasons instantiated in dd4hep/src/Segmentations.cpp.
*
* \author M.Frank
Expand Down
2 changes: 1 addition & 1 deletion DDCore/include/DDSegmentation/CartesianGridXZ.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//
//==========================================================================
/*
* CartesianGridXY.h
* CartesianGridXZ.h
*
* Created on: Jun 28, 2013
* Author: Christian Grefe, CERN
Expand Down
10 changes: 1 addition & 9 deletions DDCore/src/CartesianGridXY.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,7 @@ const std::string& CartesianGridXY::fieldNameY() const {
return access()->implementation->fieldNameY();
}

/** \brief Returns a vector<double> of the cellDimensions of the given cell ID
in natural order of dimensions, e.g., dx/dy/dz, or dr/r*dPhi
Returns a vector of the cellDimensions of the given cell ID
\param cellID is ignored as all cells have the same dimension
\return vector<double> size 2:
-# size in x
-# size in y
*/
// Returns a vector<double> of the cellDimensions of the given cell ID
std::vector<double> CartesianGridXY::cellDimensions(const CellID& id) const {
return access()->implementation->cellDimensions(id);
}
11 changes: 1 addition & 10 deletions DDCore/src/CartesianGridXYZ.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,7 @@ const std::string& CartesianGridXYZ::fieldNameZ() const {
return access()->implementation->fieldNameZ();
}

/** \brief Returns a vector<double> of the cellDimensions of the given cell ID
in natural order of dimensions, e.g., dx/dy/dz, or dr/r*dPhi
Returns a vector of the cellDimensions of the given cell ID
\param cellID is ignored as all cells have the same dimension
\return vector<double> size 2:
-# size in x
-# size in y
-# size in z
*/
// Returns a vector<double> of the cellDimensions of the given cell ID
std::vector<double> CartesianGridXYZ::cellDimensions(const CellID& id) const {
return access()->implementation->cellDimensions(id);
}
10 changes: 1 addition & 9 deletions DDCore/src/CartesianGridXZ.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,7 @@ const std::string& CartesianGridXZ::fieldNameZ() const {
return access()->implementation->fieldNameZ();
}

/** \brief Returns a vector<double> of the cellDimensions of the given cell ID
in natural order of dimensions, e.g., dx/dy/dz, or dr/r*dPhi
Returns a vector of the cellDimensions of the given cell ID
\param cellID is ignored as all cells have the same dimension
\return vector<double> size 2:
-# size in x
-# size in z
*/
// Returns a vector<double> of the cellDimensions of the given cell ID
std::vector<double> CartesianGridXZ::cellDimensions(const CellID& id) const {
return access()->implementation->cellDimensions(id);
}
10 changes: 1 addition & 9 deletions DDCore/src/CartesianGridYZ.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,7 @@ const std::string& CartesianGridYZ::fieldNameZ() const {
return access()->implementation->fieldNameZ();
}

/** \brief Returns a vector<double> of the cellDimensions of the given cell ID
in natural order of dimensions, e.g., dx/dy/dz, or dr/r*dPhi
Returns a vector of the cellDimensions of the given cell ID
\param cellID is ignored as all cells have the same dimension
\return vector<double> size 2:
-# size in y
-# size in z
*/
// Returns a vector<double> of the cellDimensions of the given cell ID
std::vector<double> CartesianGridYZ::cellDimensions(const CellID& id) const {
return access()->implementation->cellDimensions(id);
}
10 changes: 1 addition & 9 deletions DDCore/src/CartesianStripX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,7 @@ void CartesianStripX::setOffsetX(double offset) const { access()->implementation
/// access the field name used for X
const std::string& CartesianStripX::fieldNameX() const { return access()->implementation->fieldNameX(); }

/** \brief Returns a vector<double> of the cellDimensions of the given cell ID
in natural order of dimensions, e.g., dx/dy/dz, or dr/r*dPhi
Returns a vector of the cellDimensions of the given cell ID
\param cellID is ignored as all cells have the same dimension
\return vector<double> size 2:
-# size in x
-# size in y
*/
// Returns a vector<double> of the cellDimensions of the given cell ID
std::vector<double> CartesianStripX::cellDimensions(const CellID& id) const {
return access()->implementation->cellDimensions(id);
}
10 changes: 1 addition & 9 deletions DDCore/src/CartesianStripY.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,7 @@ void CartesianStripY::setOffsetY(double offset) const { access()->implementation
/// access the field name used for Y
const std::string& CartesianStripY::fieldNameY() const { return access()->implementation->fieldNameY(); }

/** \brief Returns a vector<double> of the cellDimensions of the given cell ID
in natural order of dimensions, e.g., dx/dy/dz, or dr/r*dPhi
Returns a vector of the cellDimensions of the given cell ID
\param cellID is ignored as all cells have the same dimension
\return vector<double> size 2:
-# size in x
-# size in y
*/
// Returns a vector<double> of the cellDimensions of the given cell ID
std::vector<double> CartesianStripY::cellDimensions(const CellID& id) const {
return access()->implementation->cellDimensions(id);
}
10 changes: 1 addition & 9 deletions DDCore/src/CartesianStripZ.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,7 @@ void CartesianStripZ::setOffsetZ(double offset) const { access()->implementation
/// access the field name used for Z
const std::string& CartesianStripZ::fieldNameZ() const { return access()->implementation->fieldNameZ(); }

/** \brief Returns a vector<double> of the cellDimensions of the given cell ID
in natural order of dimensions, e.g., dx/dy/dz, or dr/r*dPhi
Returns a vector of the cellDimensions of the given cell ID
\param cellID is ignored as all cells have the same dimension
\return vector<double> size 2:
-# size in x
-# size in y
*/
// Returns a vector<double> of the cellDimensions of the given cell ID
std::vector<double> CartesianStripZ::cellDimensions(const CellID& id) const {
return access()->implementation->cellDimensions(id);
}
10 changes: 1 addition & 9 deletions DDCore/src/CylindricalGridPhiZ.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,7 @@ const std::string& CylindricalGridPhiZ::fieldNameZ() const {
return access()->implementation->fieldNameZ();
}

/** \brief Returns a vector<double> of the cellDimensions of the given cell ID
in natural order of dimensions, e.g., dx/dy/dz, or dr/r*dPhi
Returns a vector of the cellDimensions of the given cell ID
\param cellID is ignored as all cells have the same dimension
\return vector<double> size 2:
-# size in x
-# size in z
*/
// Returns a vector<double> of the cellDimensions of the given cell ID
std::vector<double> CylindricalGridPhiZ::cellDimensions(const CellID& id) const {
return access()->implementation->cellDimensions(id);
}

0 comments on commit 677acb7

Please sign in to comment.