OpenGL renderer class for TEveCalo2D.
void | DrawRhoZ(TGLRnrCtx& rnrCtx) const |
void | DrawRPhi(TGLRnrCtx& rnrCtx) const |
void | MakeRhoZCell(const TEveCaloData::CellData_t& cell, Float_t& offset, Bool_t phiPlus, Float_t towerH) 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 | TGLObject::fMultiColor | Are multiple colors used for object rendering. |
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!) |
Calculate vertices for the calorimeter cell in RPhi projection. Returns outside radius of the tower.
Draw cell in RhoZ projection.
Processes secondary selection from TGLViewer.