From b82b47f906199a3e40bdd771d7637c99d8bd6c13 Mon Sep 17 00:00:00 2001 From: jbarbosa Date: Tue, 13 Feb 2001 20:16:02 +0000 Subject: [PATCH] Removed all functions responsible for multiple cathode handling. --- RICH/AliRICHChamber.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/RICH/AliRICHChamber.h b/RICH/AliRICHChamber.h index 2d0dfa56355..78ae0faf868 100644 --- a/RICH/AliRICHChamber.h +++ b/RICH/AliRICHChamber.h @@ -112,9 +112,6 @@ class AliRICHChamber : public TObject // AliRICHClusterFinder* &GetReconstructionModel() {return fReconstruction;} - Int_t Nsec() {return fnsec;} - void SetNsec(Int_t nsec) {fnsec=nsec;} -// // Member function forwarding to the segmentation and response models // // Calculate pulse height from energy loss @@ -243,9 +240,7 @@ class AliRICHChamber : public TObject Float_t frMax; // Maximum Chamber size Int_t fGid; // Id tag Float_t fzPos; // z-position of this chamber -// The segmentation models for the cathode planes - Int_t fnsec; // fnsec=1: one plane segmented, fnsec=2: both planes are segmented. - + TRotMatrix *fChamberMatrix; //Rotation matrices for each chamber Float_t fChamberTrans[3]; //Translaction vectors for each chamber -- 2.39.3