X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TRD%2FAliTRDgeometryFull.h;h=8a2ac5549befdf8128fbebefba8798dbe25e8f8d;hb=b1ed02888c9d166d443d78fc1b6deae8fcd6ffc4;hp=da9e6164c4cb7a12dbbc20d78ea584e06e44ba65;hpb=71d9fa7bfb81945272f9b1ce6a00d2be3715d64b;p=u%2Fmrichter%2FAliRoot.git diff --git a/TRD/AliTRDgeometryFull.h b/TRD/AliTRDgeometryFull.h index da9e6164c4c..8a2ac5549be 100644 --- a/TRD/AliTRDgeometryFull.h +++ b/TRD/AliTRDgeometryFull.h @@ -5,6 +5,12 @@ /* $Id$ */ +/////////////////////////////////////////////////////////////////////////////// +// // +// TRD geometry for the spaceframe without holes // +// // +/////////////////////////////////////////////////////////////////////////////// + #include "AliTRDgeometry.h" class AliTRDgeometryFull : public AliTRDgeometry { @@ -15,31 +21,25 @@ class AliTRDgeometryFull : public AliTRDgeometry { virtual ~AliTRDgeometryFull(); void CreateGeometry(Int_t *idtmed); + void CreateFrame(Int_t *idtmed); + void CreateServices(Int_t *idtmed); Int_t IsVersion() const { return 1; }; void Init(); void SetPHOShole() { fPHOShole = kTRUE; }; void SetRICHhole() { fRICHhole = kTRUE; }; - void SetNRowPad(); - virtual void SetNRowPad(Int_t p, Int_t c, Int_t npad); + virtual void SetOldGeometry(); Bool_t GetPHOShole() const { return fPHOShole; }; Bool_t GetRICHhole() const { return fRICHhole; }; protected: - Bool_t fPHOShole; // Switch for the hole in front of the PHOS - Bool_t fRICHhole; // Switch for the hole in front of the RICH - - Float_t fClengthI[kNplan]; // Length of the inner chambers - Float_t fClengthM1[kNplan]; // Length of the middle chambers - Float_t fClengthM2[kNplan]; // Length of the middle chambers - Float_t fClengthO1[kNplan]; // Length of the outer chambers - Float_t fClengthO2[kNplan]; // Length of the outer chambers - Float_t fClengthO3[kNplan]; // Length of the outer chambers + Bool_t fPHOShole; // Switch for the hole in front of the PHOS + Bool_t fRICHhole; // Switch for the hole in front of the RICH - ClassDef(AliTRDgeometryFull,1) // TRD geometry without hole + ClassDef(AliTRDgeometryFull,3) // TRD geometry without hole };