]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
New member function to calculate fDz
authoralla <alla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Oct 2004 12:17:40 +0000 (12:17 +0000)
committeralla <alla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Oct 2004 12:17:40 +0000 (12:17 +0000)
New member function to implement the simple geometry specifically
for the FMD3 sub-detector

FMD/AliFMD3.h

index b9fdb717cb69cfc637b6af5bff64e51675cf61dc..f1cb3f24cfaadb786f1b7a5c9a3ba56517ffda93 100644 (file)
@@ -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   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:
 protected:
+  void     CalculateDz();
   Int_t    fVolumeId;
   Double_t fDz;
   ClassDef(AliFMD3,1); // Geometry of FMD3 
   Int_t    fVolumeId;
   Double_t fDz;
   ClassDef(AliFMD3,1); // Geometry of FMD3