#ifndef ROOT_TEveCaloVizEditor
#define ROOT_TEveCaloVizEditor
#include "TGedFrame.h"
class TEveCaloViz;
class TGDoubleHSlider;
class TEveGValuator;
class TEveGDoubleValuator;
class TEveRGBAPaletteSubEditor;
class TGVerticalFrame;
class TEveCaloVizEditor : public TGedFrame
{
private:
TEveCaloVizEditor(const TEveCaloVizEditor&);
TEveCaloVizEditor& operator=(const TEveCaloVizEditor&);
protected:
TEveCaloViz *fM;
TEveGDoubleValuator *fEtaRng;
TEveGValuator *fPhi;
TEveGValuator *fPhiRng;
TGVerticalFrame *fTower;
TEveRGBAPaletteSubEditor *fPalette;
TEveGValuator *fCellZScale;
public:
TEveCaloVizEditor(const TGWindow* p=0, Int_t width=170, Int_t height=30,
UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground());
virtual ~TEveCaloVizEditor() {}
virtual void SetModel(TObject* obj);
void DoEtaRange();
void DoPhi();
void DoCellZScale();
void DoPalette();
ClassDef(TEveCaloVizEditor, 0);
};
#endif
Last change: Tue May 13 17:08:35 2008
Last generated: 2008-05-13 17:08
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.