From 378f6387eed273da818acc4018dae14e16640eeb Mon Sep 17 00:00:00 2001 From: jbarbosa Date: Thu, 18 May 2000 13:57:36 +0000 Subject: [PATCH] Function MakePadHits now returns number of pad hits per hit. --- RICH/AliRICH.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RICH/AliRICH.h b/RICH/AliRICH.h index fad79250c7c..5331e67e582 100644 --- a/RICH/AliRICH.h +++ b/RICH/AliRICH.h @@ -81,7 +81,7 @@ class AliRICH : public AliDetector { // Set Reconstruction Model virtual void SetReconstructionModel(Int_t id, AliRICHClusterFinder *reconstruction); // Response Simulation - virtual void MakePadHits(Float_t xhit,Float_t yhit,Float_t eloss,Int_t id,Response_t res); + virtual Int_t MakePadHits(Float_t xhit,Float_t yhit,Float_t eloss,Int_t id,Response_t res); // Return reference to Chamber #id virtual AliRICHChamber& Chamber(Int_t id) {return *((AliRICHChamber *) (*fChambers)[id]);} // Retrieve pad hits for a given Hit @@ -111,8 +111,8 @@ class AliRICH : public AliDetector { TObjArray *fRawClusters; // List of raw clusters TObjArray *fRecHits; // List of rec. hits Int_t *fNrawch; // Number of raw clusters - Int_t *fNrechits; // Number of rec hits -// + Int_t *fNrechits; // Number of rec hits + protected: ClassDef(AliRICH,1) //Hits manager for set:RICH -- 2.43.0