Logo ROOT  
Reference Guide
TEveJetConeEditor.h
Go to the documentation of this file.
1// @(#)root/eve:$Id$
2// Author: Matevz Tadel, Jochen Thaeder 2009
3
4/*************************************************************************
5 * Copyright (C) 1995-2007, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11
12#ifndef ROOT_TEveJetConeEditor
13#define ROOT_TEveJetConeEditor
14
15#include "TGedFrame.h"
16
17class TGButton;
18class TGCheckButton;
19class TGNumberEntry;
20class TGColorSelect;
21
22class TEveJetCone;
23
25{
26private:
27 TEveJetConeEditor(const TEveJetConeEditor&); // Not implemented
28 TEveJetConeEditor& operator=(const TEveJetConeEditor&); // Not implemented
29
30protected:
31 TEveJetCone *fM; // Model object.
32
33 // Declare widgets
34 // TGSomeWidget* fXYZZ;
35
36public:
37 TEveJetConeEditor(const TGWindow* p=0, Int_t width=170, Int_t height=30,
39 virtual ~TEveJetConeEditor() {}
40
41 virtual void SetModel(TObject* obj);
42
43 // Declare callback/slot methods
44 // void DoXYZZ();
45
46 ClassDef(TEveJetConeEditor, 0); // GUI editor for TEveJetCone.
47};
48
49#endif
@ kChildFrame
Definition: GuiTypes.h:379
ULong_t Pixel_t
Definition: GuiTypes.h:39
#define ClassDef(name, id)
Definition: Rtypes.h:322
include TDocParser_001 C image html pict1_TDocParser_001 png width
Definition: TDocParser.cxx:121
GUI editor for TEveJetCone.
virtual ~TEveJetConeEditor()
TEveJetConeEditor(const TEveJetConeEditor &)
TEveJetConeEditor & operator=(const TEveJetConeEditor &)
virtual void SetModel(TObject *obj)
Set model object.
Draws a jet cone with leading particle is specified in (eta,phi) and cone radius is given.
Definition: TEveJetCone.h:24
static Pixel_t GetDefaultFrameBackground()
Get default frame background.
Definition: TGFrame.cxx:667
Mother of all ROOT objects.
Definition: TObject.h:37