55 fPalette->Connect(
"Changed()",
"TEveDigitSetEditor",
this,
"Update()");
85 b->
Connect(
"Clicked()",
"TEveDigitSetEditor",
this,
"DoHisto()");
90 b->
Connect(
"Clicked()",
"TEveDigitSetEditor",
this,
"DoRangeHisto()");
virtual const char * GetName() const
Returns name of object.
void PlotHisto(Int_t min, Int_t max)
Plots a histogram from digit vales with given range.
virtual Int_t Fill(Double_t x)
Increment bin with abscissa X by 1.
void DoHisto()
Show histogram slot.
virtual void SetDirectory(TDirectory *dir)
By default when an histogram is created, it is added to the list of histogram objects in the current ...
R__EXTERN TStyle * gStyle
THist< 1, float, THistStatContent, THistStatUncertainty > TH1F
tomato 1-D histogram with a float per channel (see TH1 documentation)}
Editor for TEveDigitSet class.
void CreateInfoTab()
Create information tab.
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
if object in a list can be deleted
TGHorizontalFrame * fHistoButtFrame
TGCompositeFrame(const TGCompositeFrame &)
virtual TGVerticalFrame * CreateEditorTabSubFrame(const char *name)
Create a vertical frame to be used by 'owner' in extra tab 'name'.
Bool_t Connect(const char *signal, const char *receiver_class, void *receiver, const char *slot)
Non-static method is used to connect from the signal of this object to the receiver slot...
Sub-editor for TEveRGBAPalette class.
virtual void Draw(Option_t *option="")
Draw this histogram with options.
TEveRGBAPalette * fPalette
virtual void SetModel(TObject *obj)
Set model object.
void SetModel(TEveRGBAPalette *p)
Set model object.
Int_t GetLowLimit() const
TEveRGBAPaletteSubEditor * fPalette
void DoRangeHisto()
Show ranged histogram slot.
Int_t GetHighLimit() const
virtual void AddFrame(TGFrame *f, TGLayoutHints *l=0)
Add frame to the composite frame using the specified layout hints.
std::string MakeTitle(std::string_view version, std::string_view histname, std::string_view title, std::string_view axis)
Mother of all ROOT objects.
virtual void UnmapWindow()
Bool_t next()
Go to next atom.
void ScanMinMaxValues(Int_t &min, Int_t &max)
Iterate over the digits and determine min and max signal values.
TGVerticalFrame * fInfoFrame
you should not use this method at all Int_t Int_t Double_t Double_t Double_t Int_t Double_t Double_t Double_t Double_t b
void SetOptStat(Int_t stat=1)
The type of information printed in the histogram statistics box can be selected via the parameter mod...
Base-class for storage of digit collections; provides transformation matrix (TEveTrans), signal to color mapping (TEveRGBAPalette) and visual grouping (TEveFrameBox).
virtual const char * GetTitle() const
Returns title of object.