OpenGL renderer class for TEveCalo2D.
| void | DrawRhoZ(TGLRnrCtx& rnrCtx) const | 
| void | DrawRPhi(TGLRnrCtx& rnrCtx) const | 
| Float_t | MakeRhoZBarrelCell(Float_t thetaMin, Float_t thetaMax, Bool_t phiPlus, Float_t height, Float_t offset) const | 
| Float_t | MakeRhoZCell(Float_t thetaMin, Float_t thetaMax, Bool_t phiPlus, Float_t height, Float_t offset) const | 
| Float_t | MakeRhoZEndCapCell(Float_t thetaMin, Float_t thetaMax, Bool_t phiPlus, Float_t height, Float_t offset) const | 
| Float_t | MakeRPhiCell(Float_t phiMin, Float_t phiMax, Float_t towerH, Float_t offset) const | 
| void | TGLObject::SetAxisAlignedBBox(const Float_t* p) | 
| void | TGLObject::SetAxisAlignedBBox(Float_t xmin, Float_t xmax, Float_t ymin, Float_t ymax, Float_t zmin, Float_t zmax) | 
| Bool_t | TGLObject::SetModelCheckClass(TObject* obj, TClass* cls) | 
| TEveCalo2DGL(const TEveCalo2DGL&) | |
| TEveCalo2DGL& | operator=(const TEveCalo2DGL&) | 
| enum TGLLogicalShape::ELODAxes { | kLODAxesNone | |
| kLODAxesX | ||
| kLODAxesY | ||
| kLODAxesZ | ||
| kLODAxesAll | ||
| }; | 
| TGLBoundingBox | TGLLogicalShape::fBoundingBox | ! Shape's bounding box. | 
| UInt_t | TGLLogicalShape::fDLBase | ! display-list id base | 
| Bool_t | TGLLogicalShape::fDLCache | ! use display list caching | 
| UShort_t | TGLLogicalShape::fDLValid | ! display-list validity bit-field | 
| TObject* | TGLLogicalShape::fExternalObj | ! Also plays the role of ID. | 
| TGLPhysicalShape* | TGLLogicalShape::fFirstPhysical | ! first replica | 
| TEveCalo2D* | fM | Model object. | 
| Bool_t | TGLLogicalShape::fOwnExtObj | ! External object is a fake | 
| UInt_t | TGLLogicalShape::fRef | ! physical instance ref counting | 
| Bool_t | TGLLogicalShape::fRefStrong | ! Strong ref (delete on 0 ref); not in scene | 
| TGLScene* | TGLLogicalShape::fScene | ! scene where object is stored (can be zero!) | 

Check if display-lists should be used. Compared to TGLLogicalShape version we also don't use them for outline-pass as colors are set internally.
Calculate vertices for the calorimeter cell in RPhi projection.
Calculate vertices for the barrel cell in RhoZ projection.
Calculate vertices for the end-cap cell in RhoZ projection.
Draw cell in RhoZ projection.
Processes secondary selection from TGLViewer.