From e73ba7c813f2df0ae64fc206e0ce3915e444c7a7 Mon Sep 17 00:00:00 2001 From: nilsen Date: Fri, 15 Nov 2002 23:03:24 +0000 Subject: [PATCH 1/1] Added ClassDef and ClassImp for AliITSneuron class, so that it is compatible with new ROOT and follows coding convensions. --- ITS/AliITSneuralTracker.cxx | 2 +- ITS/AliITSneuralTracker.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ITS/AliITSneuralTracker.cxx b/ITS/AliITSneuralTracker.cxx index 4900796d090..59f8e03427a 100644 --- a/ITS/AliITSneuralTracker.cxx +++ b/ITS/AliITSneuralTracker.cxx @@ -655,7 +655,7 @@ Double_t AliITSneuralTracker::Weight(AliITSneuron *n, AliITSneuron *m) // ==================================================================================================== // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> AliITSneuron <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< // ==================================================================================================== - +ClassImp(AliITSneuron) AliITSneuron::AliITSneuron() { // Default constructor diff --git a/ITS/AliITSneuralTracker.h b/ITS/AliITSneuralTracker.h index 78cb0684038..f67bdde9540 100644 --- a/ITS/AliITSneuralTracker.h +++ b/ITS/AliITSneuralTracker.h @@ -127,6 +127,7 @@ private: AliITSglobalRecPoint *fInner; // inner point AliITSglobalRecPoint *fOuter; // outer point + ClassDef(AliITSneuron,1) // neural tracker helper class }; -- 2.31.1