From: alla Date: Tue, 26 Oct 2004 12:17:40 +0000 (+0000) Subject: New member function to calculate fDz X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=4f126f34596769dc12d17a6ef567974eac49ef79;ds=sidebyside New member function to calculate fDz New member function to implement the simple geometry specifically for the FMD3 sub-detector --- 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