X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EVE%2FEveDet%2FAliEveTPCSector2DGL.h;h=aac4387669f23464992bd938072369a31712b1d7;hb=ab27917c79b77ba88216558980b809b4e31d5767;hp=b8cf4970971a8f55833efb242a8bd87227f744e9;hpb=cb4245bbbf0ab426f2add36f3749d182999eea84;p=u%2Fmrichter%2FAliRoot.git diff --git a/EVE/EveDet/AliEveTPCSector2DGL.h b/EVE/EveDet/AliEveTPCSector2DGL.h index b8cf4970971..aac4387669f 100644 --- a/EVE/EveDet/AliEveTPCSector2DGL.h +++ b/EVE/EveDet/AliEveTPCSector2DGL.h @@ -40,12 +40,12 @@ protected: UChar_t* GetRowCol(Int_t row, Int_t col) const; - AliEveTPCSector2D* fSector; - mutable AliEveTPCSectorData* fSectorData; + AliEveTPCSector2D *fSector; // Model object. + mutable AliEveTPCSectorData *fSectorData; // Data of displayed sector. - mutable UChar_t* fImage; - mutable UInt_t fTexture; - mutable UInt_t fRTS; + mutable UChar_t *fImage; // Texture data. + mutable UInt_t fTexture; // Texture id. + mutable UInt_t fRTS; // Render time-stamp. public: AliEveTPCSector2DGL(); @@ -60,11 +60,12 @@ public: static void TraceStepsUp (const AliEveTPCSectorData::SegmentInfo& s); static void TraceStepsDown(const AliEveTPCSectorData::SegmentInfo& s); - static const Int_t fgkTextureWidth; - static const Int_t fgkTextureHeight; - static const Int_t fgkTextureByteSize; + static const Int_t fgkTextureWidth; // Width of the texture. + static const Int_t fgkTextureHeight; // Height of the texture. + static const Int_t fgkTextureByteSize; // Size of the texture in bytes. -}; // endclass TPCSector2D_GL_Rnr + ClassDef(AliEveTPCSector2DGL, 0); // GL renderer for TPCSector2D. +}; inline UChar_t* AliEveTPCSector2DGL::GetRowCol(Int_t row, Int_t col) const