X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;ds=sidebyside;f=TRD%2FAliTRDgeometryFull.h;h=8a2ac5549befdf8128fbebefba8798dbe25e8f8d;hb=7b203b6e7e9b1782a8d4f72f7088b4dd5eac7af9;hp=77709bba40d6543f016065da52ab71d6f62f1eb7;hpb=793ff80c55ff5c109e52679681ffde680cc9ff22;p=u%2Fmrichter%2FAliRoot.git diff --git a/TRD/AliTRDgeometryFull.h b/TRD/AliTRDgeometryFull.h index 77709bba40d..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,30 +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; }; - virtual void SetRowPadSize(Float_t size); + 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 };