Graphical User Interface (GUI) to explore RNO-G event data. More...
#include "RnoExplorer.h"
Graphical User Interface (GUI) to explore RNO-G event data.
Definition at line 28 of file RnoExplorer.h.
Public Member Functions | |
| RnoExplorer (const char *name="T", const char *title="RnoExplorer") | |
| virtual | ~RnoExplorer () |
| void | ExpChannel (const char *text) |
| void | ExpClose () |
| void | ExpDevName (const char *text) |
| void | ExpExecMode (Int_t i) |
| void | ExpExecute () |
| void | ExpExit () |
| void | ExpFmV (const char *text) |
| void | ExpMode (Int_t i) |
| void | ExpOpsMode (Int_t i) |
| void | ExpOpsPar1 (const char *text) |
| void | ExpOpsPar2 (const char *text) |
| void | ExpOpsPar3 (const char *text) |
| void | FileAdd () |
| RnoEvent * | GetEvent () |
| void | ListDAQ () |
| void | ListDate () |
| void | ListDevices () |
| void | ListTags () |
| void | ListTriggers () |
| void | LoadEntry () |
| void | LoadEvent () |
| void | ShowPanel () |
Protected Member Functions | |
| virtual void | CommandPanel (TGCompositeFrame *frame) |
| void | DrawResult (Int_t jstore) |
| virtual void | ExplorePanel () |
| virtual void | FilesPanel (TGCompositeFrame *frame) |
| void | GetHistograms (Int_t jstore) |
| void | HeadEnter () |
| virtual void | HeaderPanel (TGCompositeFrame *frame) |
| virtual void | SamplingsPanel (TGCompositeFrame *frame) |
Protected Attributes | |
| NcBlocks | fBB |
| TCanvas * | fCanvas [3] |
| Int_t | fChannel |
| Bool_t | fConnected |
| TString | fDevName |
| NcDSP | fDSP |
| Int_t | fEnt |
| TGTextEntry * | fEntry |
| RnoEvent * | fEvt |
| TString | fExecMode |
| TGMainFrame * | fExpPanel |
| TGTextEntry * | fFiles |
| TArrayD | fFilterBands [24] |
| TString | fFmV |
| TGTextEntry * | fHead [4] |
| TH1F | fHistos [3][24] |
| TArrayD | fImArr [3][24] |
| Bool_t | fIndexed |
| TString | fMode |
| TGTextEntry * | fNentries |
| TString | fOpsMode |
| TString | fOpsPars [3] |
| TGTextEntry * | fParams [3] |
| TArrayD | fReArr [3][24] |
| Double_t | fSample |
| Int_t | fStation |
| TString | fYtitles [3][24] |
| RnoExplorer::RnoExplorer | ( | const char * | name = "T", |
| const char * | title = "RnoExplorer" ) |
Definition at line 38 of file RnoExplorer.cxx.
|
virtual |
Definition at line 93 of file RnoExplorer.cxx.
|
protectedvirtual |
Definition at line 1490 of file RnoExplorer.cxx.
|
protected |
Definition at line 1393 of file RnoExplorer.cxx.
| void RnoExplorer::ExpChannel | ( | const char * | text | ) |
Definition at line 560 of file RnoExplorer.cxx.
| void RnoExplorer::ExpClose | ( | ) |
Definition at line 1708 of file RnoExplorer.cxx.
| void RnoExplorer::ExpDevName | ( | const char * | text | ) |
Definition at line 1545 of file RnoExplorer.cxx.
| void RnoExplorer::ExpExecMode | ( | Int_t | i | ) |
Definition at line 798 of file RnoExplorer.cxx.
| void RnoExplorer::ExpExecute | ( | ) |
Definition at line 813 of file RnoExplorer.cxx.
| void RnoExplorer::ExpExit | ( | ) |
Definition at line 1727 of file RnoExplorer.cxx.
| void RnoExplorer::ExpFmV | ( | const char * | text | ) |
Definition at line 587 of file RnoExplorer.cxx.
|
protectedvirtual |
Definition at line 113 of file RnoExplorer.cxx.
| void RnoExplorer::ExpMode | ( | Int_t | i | ) |
Definition at line 572 of file RnoExplorer.cxx.
| void RnoExplorer::ExpOpsMode | ( | Int_t | i | ) |
Definition at line 601 of file RnoExplorer.cxx.
| void RnoExplorer::ExpOpsPar1 | ( | const char * | text | ) |
Definition at line 760 of file RnoExplorer.cxx.
| void RnoExplorer::ExpOpsPar2 | ( | const char * | text | ) |
Definition at line 771 of file RnoExplorer.cxx.
| void RnoExplorer::ExpOpsPar3 | ( | const char * | text | ) |
Definition at line 787 of file RnoExplorer.cxx.
| void RnoExplorer::FileAdd | ( | ) |
Definition at line 236 of file RnoExplorer.cxx.
|
protectedvirtual |
Definition at line 183 of file RnoExplorer.cxx.
| RnoEvent * RnoExplorer::GetEvent | ( | ) |
Definition at line 1758 of file RnoExplorer.cxx.
|
protected |
Definition at line 936 of file RnoExplorer.cxx.
|
protected |
Definition at line 414 of file RnoExplorer.cxx.
|
protectedvirtual |
Definition at line 276 of file RnoExplorer.cxx.
| void RnoExplorer::ListDAQ | ( | ) |
Definition at line 1627 of file RnoExplorer.cxx.
| void RnoExplorer::ListDate | ( | ) |
Definition at line 1556 of file RnoExplorer.cxx.
| void RnoExplorer::ListDevices | ( | ) |
Definition at line 1587 of file RnoExplorer.cxx.
| void RnoExplorer::ListTags | ( | ) |
Definition at line 1681 of file RnoExplorer.cxx.
| void RnoExplorer::ListTriggers | ( | ) |
Definition at line 1654 of file RnoExplorer.cxx.
| void RnoExplorer::LoadEntry | ( | ) |
Definition at line 344 of file RnoExplorer.cxx.
| void RnoExplorer::LoadEvent | ( | ) |
Definition at line 371 of file RnoExplorer.cxx.
|
protectedvirtual |
Definition at line 456 of file RnoExplorer.cxx.
| void RnoExplorer::ShowPanel | ( | ) |
Definition at line 1740 of file RnoExplorer.cxx.
|
protected |
Definition at line 77 of file RnoExplorer.h.
|
protected |
Definition at line 75 of file RnoExplorer.h.
|
protected |
Definition at line 61 of file RnoExplorer.h.
|
protected |
Definition at line 83 of file RnoExplorer.h.
|
protected |
Definition at line 73 of file RnoExplorer.h.
|
protected |
Definition at line 78 of file RnoExplorer.h.
|
protected |
Definition at line 57 of file RnoExplorer.h.
|
protected |
Definition at line 84 of file RnoExplorer.h.
|
protected |
Definition at line 58 of file RnoExplorer.h.
|
protected |
Definition at line 66 of file RnoExplorer.h.
|
protected |
Definition at line 80 of file RnoExplorer.h.
|
protected |
Definition at line 81 of file RnoExplorer.h.
|
protected |
Definition at line 71 of file RnoExplorer.h.
|
protected |
Definition at line 63 of file RnoExplorer.h.
|
protected |
Definition at line 85 of file RnoExplorer.h.
|
protected |
Definition at line 67 of file RnoExplorer.h.
|
protected |
Definition at line 70 of file RnoExplorer.h.
|
protected |
Definition at line 88 of file RnoExplorer.h.
|
protected |
Definition at line 62 of file RnoExplorer.h.
|
protected |
Definition at line 82 of file RnoExplorer.h.
|
protected |
Definition at line 64 of file RnoExplorer.h.
|
protected |
Definition at line 65 of file RnoExplorer.h.
|
protected |
Definition at line 86 of file RnoExplorer.h.
|
protected |
Definition at line 69 of file RnoExplorer.h.
|
protected |
Definition at line 59 of file RnoExplorer.h.
|
protected |
Definition at line 60 of file RnoExplorer.h.
|
protected |
Definition at line 68 of file RnoExplorer.h.