ROOT
6.06/09
Reference Guide
|
Definition at line 128 of file TEveCaloData.h.
Public Member Functions | |
Float_t * | GetSliceVals (Int_t bin) |
void | Clear () |
Public Attributes | |
Int_t | fNSlices |
std::vector< Float_t > | fSliceData |
std::vector< Int_t > | fBinData |
#include <TEveCaloData.h>
|
inline |
Definition at line 137 of file TEveCaloData.h.
Referenced by TEveCaloLegoGL::DirectDraw().
Definition at line 89 of file TEveCaloData.cxx.
Referenced by TEveCaloLegoGL::DrawSelectedCells(), TEveCaloLegoGL::Make3DDisplayListRebin(), TEveCaloLegoGL::PrepareCell2DDataRebin(), TEveCaloDataVec::Rebin(), and TEveCaloDataHist::Rebin().
std::vector<Int_t> TEveCaloData::RebinData_t::fBinData |
Definition at line 133 of file TEveCaloData.h.
Referenced by TEveCaloLegoGL::DrawSelectedCells(), TEveCaloLegoGL::Make3DDisplayListRebin(), TEveCaloLegoGL::PrepareCell2DDataRebin(), TEveCaloDataVec::Rebin(), and TEveCaloDataHist::Rebin().
Int_t TEveCaloData::RebinData_t::fNSlices |
Definition at line 130 of file TEveCaloData.h.
Referenced by TEveCaloLegoGL::DirectDraw(), TEveCaloLegoGL::PrepareCell2DDataRebin(), TEveCaloDataVec::Rebin(), and TEveCaloDataHist::Rebin().
std::vector<Float_t> TEveCaloData::RebinData_t::fSliceData |
Definition at line 132 of file TEveCaloData.h.
Referenced by TEveCaloLegoGL::DirectDraw(), and TEveCaloLegoGL::DrawSelectedCells().