From 4f126f34596769dc12d17a6ef567974eac49ef79 Mon Sep 17 00:00:00 2001 From: alla Date: Tue, 26 Oct 2004 12:17:40 +0000 Subject: [PATCH] New member function to calculate fDz New member function to implement the simple geometry specifically for the FMD3 sub-detector --- FMD/AliFMD3.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FMD/AliFMD3.h b/FMD/AliFMD3.h index b9fdb717cb6..f1cb3f24cfa 100644 --- a/FMD/AliFMD3.h +++ b/FMD/AliFMD3.h @@ -16,7 +16,10 @@ public: virtual void SetupGeometry(Int_t airId, Int_t kaptionId); virtual void Geometry(const char* mother, Int_t pbRotId, Int_t idRotId, Double_t z=0); + virtual void SimpleGeometry(TList* nodes, TNode* mother, + Int_t colour, Double_t zMother); protected: + void CalculateDz(); Int_t fVolumeId; Double_t fDz; ClassDef(AliFMD3,1); // Geometry of FMD3 -- 2.31.1