Skip to content

Commit

Permalink
Deprecation of TGeoBBox::AreOverlapping (#14954)
Browse files Browse the repository at this point in the history
  • Loading branch information
agheata authored Mar 13, 2024
1 parent 365c48d commit 2168762
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion geom/geom/inc/TGeoBBox.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ class TGeoBBox : public TGeoShape {
~TGeoBBox() override;
// methods
static Bool_t
AreOverlapping(const TGeoBBox *box1, const TGeoMatrix *mat1, const TGeoBBox *box2, const TGeoMatrix *mat2);
AreOverlapping(const TGeoBBox *box1, const TGeoMatrix *mat1, const TGeoBBox *box2, const TGeoMatrix *mat2)
R__DEPRECATED(6, 34, "DEPRECATED, DO NOT USE ! The overlap detection does not work for all cases");

Double_t Capacity() const override;
void ComputeBBox() override;
void ComputeNormal(const Double_t *point, const Double_t *dir, Double_t *norm) override;
Expand Down

0 comments on commit 2168762

Please sign in to comment.