![]() |
AliRoot Core
3dc7879 (3dc7879)
|
GUI for displaying calibration entires over time Calibration Trees are created using the macro TPC/CalibMacros/CalibEnv.C used for the calibration monitor. More...
#include <AliTPCCalibViewerGUItime.h>
Public Member Functions | |
AliTPCCalibViewerGUItime (const TGWindow *p, UInt_t w, UInt_t h) | |
virtual | ~AliTPCCalibViewerGUItime () |
void | DrawGUI (const TGWindow *, UInt_t w, UInt_t h) |
void | UseFile (const char *fileName, const char *treeName) |
void | UseChain (TChain *const chain) |
void | UseConfigFile (const char *file="") |
void | Reload (Int_t first=1) |
void | AddReferenceTree (const char *treeFileName, const char *refName="R") |
void | SetCalibViewerGUI (AliTPCCalibViewerGUI *const gui) |
void | SetCalibViewerGUItab (TGTabElement *const tab) |
void | SetCacheDir (const char *cachedir) |
void | SetConfigFileName (const char *file) |
const TString | GetDrawString () |
const TString | GetDrawOptionString () |
const char * | GetCustomDrawString () const |
void | GetCutString (TString &cutStr) |
TChain * | GetChain () const |
TGTextEntry * | GetDrawEntry () |
TGTextEntry * | GetCutsEntry () |
TGTextEntry * | GetDrawOptEntry () |
void | DoDraw () |
void | DoDumpRuns () |
void | DoCustomDraw () |
void | DoCustomCutsDraw () |
void | DoParLimitChange () |
void | DoNewSelection () |
void | DoChangeSelectionList () |
void | HandleButtonsDrawSel (Int_t id=-1) |
void | MouseMove (Int_t event, Int_t x, Int_t y, TObject *) |
void | DoNewSelectionAliases () |
void | DoAddAlias () |
void | DoDelAlias () |
void | UpdateAliasList () |
TCanvas * | GetCanvas () |
Static Public Member Functions | |
static TObjArray * | ShowGUI (const char *fileName=0, const char *treeName="dcs") |
static TObjArray * | ShowGUI (TChain *chain) |
Private Types | |
enum | { kRadioXhist =10, kRadioXrun =11, kRadioXtime =12 } |
enum | { kBranchOnOff =0, kBranchTitle =1, kCalibType =2, kParamNames =3 } |
Private Member Functions | |
void | UpdateParLimits () |
void | UpdateParName () |
void | SetGuiTree (Int_t run) |
void | FillRunTypes () |
void | FillCalibTypes () |
void | SetInitialValues () |
void | CheckDrawGraph () |
Bool_t | CheckChain () |
void | UpdateValueArrays (Bool_t withGraph, const Double_t *xArr) |
void | SubstituteUnderscores (TString &s) |
void | GetHistogramTitle (TString &title) |
void | AdjustYRange () |
AliTPCCalibViewerGUItime (const AliTPCCalibViewerGUItime &v) | |
AliTPCCalibViewerGUItime & | operator= (const AliTPCCalibViewerGUItime &v) |
Private Attributes | |
TFile * | fFile |
file that keeps the tree More... | |
TChain * | fTree |
internal tree More... | |
AliTPCCalibViewerGUI * | fCalibViewerGUI |
calib viewer gui used to display verbose information for one run More... | |
TGTabElement * | fCalibViewerGUItab |
tab the calib view gui redies in More... | |
TH1 * | fCurrentHist |
histogram currently drawn in main canvas More... | |
TGraph * | fCurrentGraph |
current graph More... | |
Int_t | fCurrentRunDetails |
run number for wich details are currently shown More... | |
TString | fOutputCacheDir |
output cache diretory for AliTPCCalibViewerGUI trees, created on the fly More... | |
TString | fDrawString |
current draw string More... | |
TString | fConfigFile |
configuration file keeping active branches and branch descriptions More... | |
AliTPCConfigParser * | fConfigParser |
configuration parser More... | |
Bool_t | fIsCustomDraw |
if custom draw string is selected More... | |
TVectorD | fRunNumbers |
run numbers of current selection More... | |
TVectorD | fTimeStamps |
timr stamps of current selection More... | |
TVectorD | fValuesX |
values of current selection More... | |
TVectorD | fValuesY |
values of current selection More... | |
Bool_t | fNoGraph |
Whether to create a graph. More... | |
Long64_t | fGraphLimitEntries |
limit in number of entries in the chain for producing a graph More... | |
TMap * | fMapRefTrees |
map of reference trees for the CalibViewer More... | |
TGCompositeFrame * | fContTopBottom |
container for all GUI elements, vertical divided More... | |
TGCompositeFrame * | fContLCR |
container for all GUI elements, horizontal divided More... | |
TGCompositeFrame * | fContLeft |
container for GUI elements on left side More... | |
TGGroupFrame * | fContDrawOpt |
Subgroup for draw selection. More... | |
TGCheckButton * | fChkDrawOptSame |
draw option 'same' More... | |
TGCheckButton * | fChkDrawOptSparse |
draw option 'sparse' More... | |
TGComboBox * | fComboAddDrawOpt |
additional draw options combo box More... | |
TGGroupFrame * | fContDrawSel |
Subgroup for draw selection. More... | |
TGCompositeFrame * | fContDrawSelSubRunTime |
Radio button subframe. More... | |
TGRadioButton * | fRadioXhist |
Radio button x-variable: show only 1D distribution. More... | |
TGRadioButton * | fRadioXrun |
Radio button x-variable: run. More... | |
TGRadioButton * | fRadioXtime |
Radio button x-variable: time. More... | |
TGListBox * | fListVariables |
listbox with possible variables More... | |
TGComboBox * | fComboRunType |
run type selection box More... | |
TGLabel * | fLblRunType |
run type label More... | |
TGNumberEntry * | fNmbPar |
parameter number More... | |
TGLabel * | fLblPar |
parameter name More... | |
TGListBox * | fListCalibType |
calibration type selection box More... | |
TGGroupFrame * | fContCalibType |
calibration type label More... | |
TGCompositeFrame * | fContCenter |
container for GUI elements at the center More... | |
TRootEmbeddedCanvas * | fCanvMain |
main drawing canvas More... | |
TGCompositeFrame * | fContRight |
container for GUI elements on right side More... | |
TGGroupFrame * | fContValues |
container to keep data point information More... | |
TGLabel * | fLblRunNumber |
run number label More... | |
TGLabel * | fLblRunTime |
time stamp label More... | |
TGLabel * | fLblValueX |
value label More... | |
TGLabel * | fLblValueY |
value label More... | |
TGLabel * | fLblRunNumberVal |
run number of the data point hoovered More... | |
TGLabel * | fLblRunTimeVal |
time stamp of the data point hoovered More... | |
TGLabel * | fLblValueXVal |
value of the data point hoovered More... | |
TGLabel * | fLblValueYVal |
value of the data point hoovered More... | |
TGTextButton * | fBtnDumpRuns |
draw button More... | |
TGGroupFrame * | fContAliases |
container to keep data point information More... | |
TGListBox * | fListAliases |
list of aliases More... | |
TGCompositeFrame * | fContCustom |
container for custom draw command GUI elements More... | |
TGCompositeFrame * | fContCustomCuts |
container for custom cut options GUI elements More... | |
TGLabel * | fLblCustomDraw |
label for custom draw string More... | |
TGLabel * | fLblCustomCuts |
label for custom cuts string More... | |
TGComboBox * | fComboCustomDraw |
combo box custom draw string More... | |
TGComboBox * | fComboCustomCuts |
combo box custom cuts string More... | |
TObjArray * | fTrashBox |
graphics objects to be deleted (histograms, graphs,...) More... | |
GUI for displaying calibration entires over time Calibration Trees are created using the macro TPC/CalibMacros/CalibEnv.C used for the calibration monitor.
Definition at line 48 of file AliTPCCalibViewerGUItime.h.
|
private |
Enumerator | |
---|---|
kRadioXhist | |
kRadioXrun | |
kRadioXtime |
Definition at line 166 of file AliTPCCalibViewerGUItime.h.
|
private |
Enumerator | |
---|---|
kBranchOnOff | |
kBranchTitle | |
kCalibType | |
kParamNames |
Definition at line 167 of file AliTPCCalibViewerGUItime.h.
AliTPCCalibViewerGUItime::AliTPCCalibViewerGUItime | ( | const TGWindow * | p, |
UInt_t | w, | ||
UInt_t | h | ||
) |
Definition at line 73 of file AliTPCCalibViewerGUItime.cxx.
Referenced by ShowGUI().
|
virtual |
dtor
Definition at line 154 of file AliTPCCalibViewerGUItime.cxx.
|
private |
void AliTPCCalibViewerGUItime::AddReferenceTree | ( | const char * | treeFileName, |
const char * | refName = "R" |
||
) |
map of reference trees that should always be attached to the CalibViewerGUI
Definition at line 653 of file AliTPCCalibViewerGUItime.cxx.
|
private |
Definition at line 832 of file AliTPCCalibViewerGUItime.cxx.
Referenced by DoDraw().
|
private |
check whether cahin has entries decide whether to draw graphs in 2D
Definition at line 496 of file AliTPCCalibViewerGUItime.cxx.
Referenced by UseChain(), and UseFile().
|
private |
Check whether to draw graphs in 2D mode based on the number of entries in the chain GetEstimate() returns the maximum size of the arrays stored in GetV1()...
Definition at line 575 of file AliTPCCalibViewerGUItime.cxx.
Referenced by CheckChain().
void AliTPCCalibViewerGUItime::DoAddAlias | ( | ) |
Definition at line 1317 of file AliTPCCalibViewerGUItime.cxx.
Referenced by DoChangeSelectionList().
|
inline |
Definition at line 86 of file AliTPCCalibViewerGUItime.h.
void AliTPCCalibViewerGUItime::DoCustomCutsDraw | ( | ) |
Definition at line 1052 of file AliTPCCalibViewerGUItime.cxx.
Referenced by GetDrawOptEntry(), and HandleButtonsDrawSel().
void AliTPCCalibViewerGUItime::DoCustomDraw | ( | ) |
Definition at line 1038 of file AliTPCCalibViewerGUItime.cxx.
Referenced by DoCustomCutsDraw(), and GetDrawOptEntry().
void AliTPCCalibViewerGUItime::DoDelAlias | ( | ) |
Definition at line 1324 of file AliTPCCalibViewerGUItime.cxx.
Referenced by DoChangeSelectionList().
void AliTPCCalibViewerGUItime::DoDraw | ( | ) |
Draw graphics
Definition at line 861 of file AliTPCCalibViewerGUItime.cxx.
Referenced by DoCustomCutsDraw(), DoCustomDraw(), DoNewSelection(), DoNewSelectionAliases(), DoParLimitChange(), and GetDrawOptEntry().
void AliTPCCalibViewerGUItime::DoDumpRuns | ( | ) |
Dump the current run numbers to stdout
Definition at line 1004 of file AliTPCCalibViewerGUItime.cxx.
Referenced by GetDrawOptEntry().
void AliTPCCalibViewerGUItime::DoNewSelection | ( | ) |
decides whether to redraw if user makes another selection
Definition at line 1029 of file AliTPCCalibViewerGUItime.cxx.
Referenced by GetDrawOptEntry().
void AliTPCCalibViewerGUItime::DoNewSelectionAliases | ( | ) |
Definition at line 1302 of file AliTPCCalibViewerGUItime.cxx.
Referenced by DoChangeSelectionList().
void AliTPCCalibViewerGUItime::DoParLimitChange | ( | ) |
Definition at line 1021 of file AliTPCCalibViewerGUItime.cxx.
Referenced by GetDrawOptEntry().
void AliTPCCalibViewerGUItime::DrawGUI | ( | const TGWindow * | , |
UInt_t | w, | ||
UInt_t | h | ||
) |
draw the GUI
************************* Display everything *************************
Definition at line 162 of file AliTPCCalibViewerGUItime.cxx.
|
private |
loop over configuration and fill calibration types
Definition at line 546 of file AliTPCCalibViewerGUItime.cxx.
Referenced by Reload(), and UseConfigFile().
|
private |
Loop over the tree entries and fill the run types
Definition at line 522 of file AliTPCCalibViewerGUItime.cxx.
Referenced by Reload().
|
inline |
Definition at line 93 of file AliTPCCalibViewerGUItime.h.
Referenced by SetStyle().
|
inline |
Definition at line 74 of file AliTPCCalibViewerGUItime.h.
Referenced by guiAlias().
|
inline |
Definition at line 72 of file AliTPCCalibViewerGUItime.h.
|
inline |
Definition at line 77 of file AliTPCCalibViewerGUItime.h.
Referenced by AliTPCCalibViewerGUIAlarms::OnDoubleClick().
void AliTPCCalibViewerGUItime::GetCutString | ( | TString & | cutStr | ) |
create cut string
Definition at line 698 of file AliTPCCalibViewerGUItime.cxx.
Referenced by DoDraw(), GetCustomDrawString(), and GetHistogramTitle().
|
inline |
Definition at line 76 of file AliTPCCalibViewerGUItime.h.
Referenced by AliTPCCalibViewerGUIAlarms::OnDoubleClick().
|
inline |
Definition at line 78 of file AliTPCCalibViewerGUItime.h.
Referenced by AliTPCCalibViewerGUIAlarms::OnDoubleClick().
const TString AliTPCCalibViewerGUItime::GetDrawOptionString | ( | ) |
get user selected draw options
Definition at line 688 of file AliTPCCalibViewerGUItime.cxx.
Referenced by DoDraw(), and SetConfigFileName().
const TString AliTPCCalibViewerGUItime::GetDrawString | ( | ) |
create draw string for ttree by combining the user requestsa
Definition at line 661 of file AliTPCCalibViewerGUItime.cxx.
Referenced by DoCustomCutsDraw(), DoNewSelection(), SetConfigFileName(), and UpdateParName().
|
private |
Create string for histogram title
Definition at line 772 of file AliTPCCalibViewerGUItime.cxx.
Referenced by DoDraw().
void AliTPCCalibViewerGUItime::HandleButtonsDrawSel | ( | Int_t | id = -1 | ) |
Draw selection button handling (x-variable)
Definition at line 1064 of file AliTPCCalibViewerGUItime.cxx.
Referenced by DoChangeSelectionList(), and DoDraw().
void AliTPCCalibViewerGUItime::MouseMove | ( | Int_t | event, |
Int_t | x, | ||
Int_t | y, | ||
TObject * | |||
) |
handle mouse events in the draw canvas
Definition at line 1177 of file AliTPCCalibViewerGUItime.cxx.
Referenced by DoChangeSelectionList().
|
private |
void AliTPCCalibViewerGUItime::Reload | ( | Int_t | first = 1 | ) |
reload the gui contents, this is needed after the input tree has changed
Definition at line 585 of file AliTPCCalibViewerGUItime.cxx.
Referenced by DoChangeSelectionList(), UseChain(), and UseFile().
|
inline |
Definition at line 67 of file AliTPCCalibViewerGUItime.h.
|
inline |
Definition at line 65 of file AliTPCCalibViewerGUItime.h.
Referenced by ShowGUI().
|
inline |
Definition at line 66 of file AliTPCCalibViewerGUItime.h.
Referenced by ShowGUI().
|
inline |
Definition at line 68 of file AliTPCCalibViewerGUItime.h.
Referenced by ShowGUI().
|
private |
create the AliTPCCalibViewerGUI tree for run cache tree in directory fOutputCacheDir retrieve file from this directory if it already exists
Definition at line 1239 of file AliTPCCalibViewerGUItime.cxx.
Referenced by MouseMove().
|
private |
Set inital selections of the gui
Definition at line 444 of file AliTPCCalibViewerGUItime.cxx.
|
static |
Initialize and show GUI for presentation for demonstration purposes or for fast standalone use
Definition at line 1358 of file AliTPCCalibViewerGUItime.cxx.
Referenced by startGUItime().
|
static |
Initialize and show GUI for presentation for demonstration purposes or for fast standalone use
Definition at line 1395 of file AliTPCCalibViewerGUItime.cxx.
|
private |
Definition at line 1292 of file AliTPCCalibViewerGUItime.cxx.
Referenced by GetHistogramTitle().
void AliTPCCalibViewerGUItime::UpdateAliasList | ( | ) |
Definition at line 1339 of file AliTPCCalibViewerGUItime.cxx.
Referenced by DoChangeSelectionList(), and DoDelAlias().
|
private |
Adjust limits for TVectorT based variables
Definition at line 1123 of file AliTPCCalibViewerGUItime.cxx.
Referenced by DoNewSelection().
|
private |
change parameter name
Definition at line 1108 of file AliTPCCalibViewerGUItime.cxx.
Referenced by DoParLimitChange(), and UpdateParLimits().
|
private |
Definition at line 708 of file AliTPCCalibViewerGUItime.cxx.
Referenced by DoDraw().
void AliTPCCalibViewerGUItime::UseChain | ( | TChain *const | chain = 0 | ) |
Definition at line 485 of file AliTPCCalibViewerGUItime.cxx.
Referenced by ShowGUI().
void AliTPCCalibViewerGUItime::UseConfigFile | ( | const char * | file = "" | ) |
Use 'file' as configuration file
Definition at line 513 of file AliTPCCalibViewerGUItime.cxx.
Referenced by UseChain(), and UseFile().
void AliTPCCalibViewerGUItime::UseFile | ( | const char * | fileName, |
const char * | treeName | ||
) |
retrieve tree from file
Definition at line 452 of file AliTPCCalibViewerGUItime.cxx.
Referenced by ShowGUI().
|
private |
|
private |
calib viewer gui used to display verbose information for one run
Definition at line 97 of file AliTPCCalibViewerGUItime.h.
Referenced by SetCalibViewerGUI(), and SetGuiTree().
|
private |
tab the calib view gui redies in
Definition at line 98 of file AliTPCCalibViewerGUItime.h.
Referenced by SetCalibViewerGUItab(), and SetGuiTree().
|
private |
main drawing canvas
Definition at line 141 of file AliTPCCalibViewerGUItime.h.
Referenced by DoDraw(), DrawGUI(), GetCanvas(), and MouseMove().
|
private |
draw option 'same'
Definition at line 124 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI(), and GetDrawOptionString().
|
private |
draw option 'sparse'
Definition at line 125 of file AliTPCCalibViewerGUItime.h.
Referenced by DoDraw(), DrawGUI(), and UpdateValueArrays().
|
private |
additional draw options combo box
Definition at line 126 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI(), GetDrawOptEntry(), and GetDrawOptionString().
|
private |
combo box custom cuts string
Definition at line 162 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI(), GetCutsEntry(), and GetCutString().
|
private |
combo box custom draw string
Definition at line 161 of file AliTPCCalibViewerGUItime.h.
Referenced by DoCustomDraw(), DrawGUI(), GetCustomDrawString(), and GetDrawEntry().
|
private |
run type selection box
Definition at line 133 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI(), FillRunTypes(), and GetCutString().
|
private |
configuration file keeping active branches and branch descriptions
Definition at line 104 of file AliTPCCalibViewerGUItime.h.
Referenced by SetConfigFileName(), UseChain(), UseConfigFile(), and UseFile().
|
private |
configuration parser
Definition at line 105 of file AliTPCCalibViewerGUItime.h.
Referenced by FillCalibTypes(), GetDrawString(), GetHistogramTitle(), Reload(), UpdateParName(), UseConfigFile(), and ~AliTPCCalibViewerGUItime().
|
private |
container to keep data point information
Definition at line 154 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI().
|
private |
calibration type label
Definition at line 138 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI().
|
private |
container for GUI elements at the center
Definition at line 140 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI().
|
private |
container for custom draw command GUI elements
Definition at line 157 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI().
|
private |
container for custom cut options GUI elements
Definition at line 158 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI().
|
private |
Subgroup for draw selection.
Definition at line 123 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI().
|
private |
Subgroup for draw selection.
Definition at line 127 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI().
|
private |
Radio button subframe.
Definition at line 128 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI().
|
private |
container for all GUI elements, horizontal divided
Definition at line 120 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI().
|
private |
container for GUI elements on left side
Definition at line 122 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI().
|
private |
container for GUI elements on right side
Definition at line 143 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI().
|
private |
container for all GUI elements, vertical divided
Definition at line 118 of file AliTPCCalibViewerGUItime.h.
Referenced by DoAddAlias(), and DrawGUI().
|
private |
container to keep data point information
Definition at line 144 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI().
|
private |
current graph
Definition at line 100 of file AliTPCCalibViewerGUItime.h.
Referenced by DoDraw(), and MouseMove().
|
private |
histogram currently drawn in main canvas
Definition at line 99 of file AliTPCCalibViewerGUItime.h.
Referenced by AdjustYRange(), and DoDraw().
|
private |
run number for wich details are currently shown
Definition at line 101 of file AliTPCCalibViewerGUItime.h.
|
private |
current draw string
Definition at line 103 of file AliTPCCalibViewerGUItime.h.
Referenced by DoCustomCutsDraw(), DoCustomDraw(), DoDraw(), DoNewSelection(), DoNewSelectionAliases(), GetHistogramTitle(), and UpdateParName().
|
private |
file that keeps the tree
Definition at line 95 of file AliTPCCalibViewerGUItime.h.
|
private |
limit in number of entries in the chain for producing a graph
Definition at line 113 of file AliTPCCalibViewerGUItime.h.
|
private |
if custom draw string is selected
Definition at line 106 of file AliTPCCalibViewerGUItime.h.
Referenced by DoCustomCutsDraw(), DoCustomDraw(), DoDraw(), DoNewSelection(), DoNewSelectionAliases(), MouseMove(), and UpdateParName().
|
private |
label for custom cuts string
Definition at line 160 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI().
|
private |
label for custom draw string
Definition at line 159 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI().
|
private |
parameter name
Definition at line 136 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI(), UpdateParLimits(), and UpdateParName().
|
private |
run number label
Definition at line 145 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI().
|
private |
run number of the data point hoovered
Definition at line 149 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI(), and MouseMove().
|
private |
time stamp label
Definition at line 146 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI().
|
private |
time stamp of the data point hoovered
Definition at line 150 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI(), and MouseMove().
|
private |
|
private |
|
private |
value of the data point hoovered
Definition at line 151 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI(), and MouseMove().
|
private |
|
private |
value of the data point hoovered
Definition at line 152 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI(), and MouseMove().
|
private |
list of aliases
Definition at line 155 of file AliTPCCalibViewerGUItime.h.
Referenced by DoDelAlias(), DoNewSelectionAliases(), DrawGUI(), and UpdateAliasList().
|
private |
calibration type selection box
Definition at line 137 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI(), FillCalibTypes(), and Reload().
|
private |
listbox with possible variables
Definition at line 132 of file AliTPCCalibViewerGUItime.h.
Referenced by DrawGUI(), GetDrawString(), Reload(), UpdateParLimits(), and UpdateParName().
|
private |
map of reference trees for the CalibViewer
Definition at line 115 of file AliTPCCalibViewerGUItime.h.
Referenced by AddReferenceTree(), SetGuiTree(), and ~AliTPCCalibViewerGUItime().
|
private |
parameter number
Definition at line 135 of file AliTPCCalibViewerGUItime.h.
Referenced by DoCustomDraw(), DrawGUI(), GetDrawString(), UpdateParLimits(), and UpdateParName().
|
private |
Whether to create a graph.
Definition at line 112 of file AliTPCCalibViewerGUItime.h.
Referenced by CheckDrawGraph(), and DoDraw().
|
private |
output cache diretory for AliTPCCalibViewerGUI trees, created on the fly
Definition at line 102 of file AliTPCCalibViewerGUItime.h.
Referenced by SetCacheDir(), and SetGuiTree().
|
private |
Radio button x-variable: show only 1D distribution.
Definition at line 129 of file AliTPCCalibViewerGUItime.h.
Referenced by DoDraw(), DrawGUI(), and HandleButtonsDrawSel().
|
private |
Radio button x-variable: run.
Definition at line 130 of file AliTPCCalibViewerGUItime.h.
Referenced by DoDraw(), DrawGUI(), GetHistogramTitle(), HandleButtonsDrawSel(), MouseMove(), SetInitialValues(), and UpdateValueArrays().
|
private |
Radio button x-variable: time.
Definition at line 131 of file AliTPCCalibViewerGUItime.h.
Referenced by DoDraw(), DrawGUI(), GetHistogramTitle(), HandleButtonsDrawSel(), MouseMove(), and SetInitialValues().
|
private |
run numbers of current selection
Definition at line 107 of file AliTPCCalibViewerGUItime.h.
Referenced by DoDraw(), DoDumpRuns(), MouseMove(), and UpdateValueArrays().
|
private |
timr stamps of current selection
Definition at line 108 of file AliTPCCalibViewerGUItime.h.
Referenced by MouseMove(), and UpdateValueArrays().
|
private |
graphics objects to be deleted (histograms, graphs,...)
Definition at line 164 of file AliTPCCalibViewerGUItime.h.
Referenced by AdjustYRange(), DoDraw(), and ~AliTPCCalibViewerGUItime().
|
private |
internal tree
Definition at line 96 of file AliTPCCalibViewerGUItime.h.
Referenced by CheckChain(), CheckDrawGraph(), DoDelAlias(), DoDraw(), DoNewSelectionAliases(), FillRunTypes(), GetChain(), Reload(), UpdateAliasList(), UpdateParLimits(), UpdateValueArrays(), UseChain(), and UseFile().
|
private |
values of current selection
Definition at line 109 of file AliTPCCalibViewerGUItime.h.
Referenced by DoDraw(), MouseMove(), and UpdateValueArrays().
|
private |
values of current selection
Definition at line 110 of file AliTPCCalibViewerGUItime.h.
Referenced by DoDraw(), MouseMove(), and UpdateValueArrays().