#include <HarpoNoiseMonitorGui.h>
|
| HarpoNoiseMonitorGui (const TGWindow *p, UInt_t w, UInt_t h, UInt_t opt, int argc, char **argv) |
|
| ~HarpoNoiseMonitorGui () |
|
virtual void | CloseWindow () |
|
void | BuildButtonsFrame (TGVerticalFrame *f) |
|
void | BuildDisplayFrame (TGVerticalFrame *f) |
|
void | BuildInfoFrame (TGHorizontalFrame *f) |
|
void | SetListOfRuns (TGComboBox *box, const char *dirname) |
|
Bool_t | GetNextEvent () |
|
void | NextEvent () |
|
void | PrevEvent () |
|
void | DisplayEvent (HarpoEvent *event) |
|
void | DisplayEvent () |
|
void | LoopEvents (Int_t nEvents=1) |
|
void | Save () |
|
void | SetStyle () |
|
Bool_t | ProcessMessage (Long_t msg, Long_t parm1, Long_t parm2) |
|
Int_t | GetDelay () |
|
void | MakeNice1dHisto (TH1 *hist, TVirtualPad *c1, const char *opt="") |
|
void | MakeNice2dHisto (TH2 *hist, TVirtualPad *c1, Bool_t colz=kTRUE) |
|
Double_t | FindFWHM (TH1F *h, Double_t fact=0.2) |
|
| ClassDef (HarpoNoiseMonitorGui, 1) |
|
Definition at line 42 of file HarpoNoiseMonitorGui.h.
HarpoNoiseMonitorGui::HarpoNoiseMonitorGui |
( |
const TGWindow * |
p, |
|
|
UInt_t |
w, |
|
|
UInt_t |
h, |
|
|
UInt_t |
opt, |
|
|
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
HarpoNoiseMonitorGui::~HarpoNoiseMonitorGui |
( |
| ) |
|
|
inline |
void HarpoNoiseMonitorGui::BuildButtonsFrame |
( |
TGVerticalFrame * |
f | ) |
|
void HarpoNoiseMonitorGui::BuildDisplayFrame |
( |
TGVerticalFrame * |
f | ) |
|
void HarpoNoiseMonitorGui::BuildInfoFrame |
( |
TGHorizontalFrame * |
f | ) |
|
void HarpoNoiseMonitorGui::CloseWindow |
( |
| ) |
|
|
virtual |
void HarpoNoiseMonitorGui::DisplayEvent |
( |
HarpoEvent * |
event | ) |
|
void HarpoNoiseMonitorGui::DisplayEvent |
( |
| ) |
|
Double_t HarpoNoiseMonitorGui::FindFWHM |
( |
TH1F * |
h, |
|
|
Double_t |
fact = 0.2 |
|
) |
| |
Int_t HarpoNoiseMonitorGui::GetDelay |
( |
| ) |
|
|
inline |
Bool_t HarpoNoiseMonitorGui::GetNextEvent |
( |
| ) |
|
void HarpoNoiseMonitorGui::LoopEvents |
( |
Int_t |
nEvents = 1 | ) |
|
void HarpoNoiseMonitorGui::MakeNice1dHisto |
( |
TH1 * |
hist, |
|
|
TVirtualPad * |
c1, |
|
|
const char * |
opt = "" |
|
) |
| |
void HarpoNoiseMonitorGui::MakeNice2dHisto |
( |
TH2 * |
hist, |
|
|
TVirtualPad * |
c1, |
|
|
Bool_t |
colz = kTRUE |
|
) |
| |
void HarpoNoiseMonitorGui::NextEvent |
( |
| ) |
|
void HarpoNoiseMonitorGui::PrevEvent |
( |
| ) |
|
Bool_t HarpoNoiseMonitorGui::ProcessMessage |
( |
Long_t |
msg, |
|
|
Long_t |
parm1, |
|
|
Long_t |
parm2 |
|
) |
| |
void HarpoNoiseMonitorGui::Save |
( |
| ) |
|
void HarpoNoiseMonitorGui::SetListOfRuns |
( |
TGComboBox * |
box, |
|
|
const char * |
dirname |
|
) |
| |
void HarpoNoiseMonitorGui::SetStyle |
( |
| ) |
|
TCanvas* HarpoNoiseMonitorGui::cSideSummary |
|
private |
TCanvas* HarpoNoiseMonitorGui::cTabCumul |
|
private |
TCanvas* HarpoNoiseMonitorGui::cTabEvent |
|
private |
TRootEmbeddedCanvas* HarpoNoiseMonitorGui::ecSideSummary |
|
private |
TRootEmbeddedCanvas* HarpoNoiseMonitorGui::ecTabCumul |
|
private |
TRootEmbeddedCanvas* HarpoNoiseMonitorGui::ecTabEvent |
|
private |
Bool_t HarpoNoiseMonitorGui::fAutoRefresh |
TGTextButton* HarpoNoiseMonitorGui::fAutoRefreshButton |
|
private |
Bool_t HarpoNoiseMonitorGui::fAutoScale |
|
private |
TGCheckButton* HarpoNoiseMonitorGui::fCheckShowTrigger |
|
private |
TGNumberEntry* HarpoNoiseMonitorGui::fChooseDelay |
|
private |
TGNumberEntry* HarpoNoiseMonitorGui::fChooseEvent |
|
private |
TGNumberEntry* HarpoNoiseMonitorGui::fChooseNEvents |
|
private |
TGNumberEntry* HarpoNoiseMonitorGui::fChooseNmax |
|
private |
TGComboBox* HarpoNoiseMonitorGui::fChooseRun |
|
private |
Int_t HarpoNoiseMonitorGui::fCurrentEventNumber |
|
private |
TGTextButton* HarpoNoiseMonitorGui::fDisplay |
|
private |
TGTextButton* HarpoNoiseMonitorGui::fDisplayBox |
|
private |
TGTextButton* HarpoNoiseMonitorGui::fDisplayEvent |
|
private |
TGLabel * HarpoNoiseMonitorGui::fEventLabel |
|
private |
TGMainFrame* HarpoNoiseMonitorGui::fFrameMain |
|
private |
Int_t HarpoNoiseMonitorGui::fNevt |
TGTextButton* HarpoNoiseMonitorGui::fNextEvent |
|
private |
TGTextButton* HarpoNoiseMonitorGui::fPrevEvent |
|
private |
Int_t HarpoNoiseMonitorGui::fRunNumber |
|
private |
TGTextButton* HarpoNoiseMonitorGui::fSave |
|
private |
TGLabel* HarpoNoiseMonitorGui::fTriggerLabel |
|
private |
TGTextButton* HarpoNoiseMonitorGui::fTriggerText |
|
private |
TH2F* HarpoNoiseMonitorGui::h2D[2] |
TH1F* HarpoNoiseMonitorGui::hAllCh[2] |
TH2F* HarpoNoiseMonitorGui::hFFT2D[2] |
TH1F* HarpoNoiseMonitorGui::hFFTAllCh[2] |
TH1F* HarpoNoiseMonitorGui::hNoise[2] |
TH2F* HarpoNoiseMonitorGui::hNoise2D[2] |
TH2F* HarpoNoiseMonitorGui::hPed2D[2] |
TH1F* HarpoNoiseMonitorGui::hPedAllCh[2] |
The documentation for this class was generated from the following files: