From 9bdf1315a0a6a0f4e6f1b3bae7fbbfd09ee89956 Mon Sep 17 00:00:00 2001 From: cblume Date: Tue, 17 Oct 2000 02:27:34 +0000 Subject: [PATCH] Get rid of global constants --- TRD/AliTRDpoints.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TRD/AliTRDpoints.h b/TRD/AliTRDpoints.h index 4fd36d8ee04..64662c7fafd 100644 --- a/TRD/AliTRDpoints.h +++ b/TRD/AliTRDpoints.h @@ -7,8 +7,6 @@ #include "AliPoints.h" -const Int_t kNTRpoints = 75; - class AliTRDpoints : public AliPoints { public: @@ -26,6 +24,8 @@ class AliTRDpoints : public AliPoints { protected: + enum { kNTRpoints = 75 }; + Float_t fTRpoints[kNTRpoints]; // The hits from TR photons Int_t fNTRpoints; // The number of TR photon hits TPolyMarker3D *fTRpolyMarker; //! Polymarker to draw the photon hits -- 2.43.0