TTask derived class to monitor RNO-G data over certain time periods. More...
#include "RnoMonitor.h"
TTask derived class to monitor RNO-G data over certain time periods.
Definition at line 16 of file RnoMonitor.h.
Public Member Functions | |
| RnoMonitor (const char *name="RnoMonitor", const char *title="RNO-G data monitoring") | |
| virtual | ~RnoMonitor () |
| void | DefineStatistic (TString mode) |
| virtual void | Exec (Option_t *opt) |
| void | ListHistograms () const |
| void | SetBandFilters (TArray &freqs, Int_t n) |
| void | SetBaselineMode (Int_t mode, Int_t n=128, Double_t nrms=1.2, Double_t fpr=0.1) |
| void | SetDevices (TString devclass, Int_t ista=-1, Int_t ichan=-1) |
| void | SetDeviceSample (Int_t j) |
| void | SetNbins24 (Int_t n) |
| void | SetSampleVariable (Int_t i, TString f="-") |
| void | SetSampleVariable (TString name, TString f="-") |
| void | WriteHistograms (TString filename) |
Protected Attributes | |
| TString | fAvMode |
| TArrayD | fBands |
| Int_t | fBasemode |
| NcBlocks | fBB |
| Int_t | fBlocksize |
| Int_t | fChan |
| TString | fDevClass |
| Int_t | fDevSample |
| NcDSP | fDSP |
| RnoEvent * | fEvt |
| Bool_t | fFirst |
| Double_t | fFPR |
| TGraph | fGin |
| TGraph | fGout |
| TH1F | fHblock |
| TObjArray | fHistos |
| Int_t | fNbins24 |
| Int_t | fNkernel |
| Double_t | fNrms |
| Double_t | fOffset |
| Int_t | fSta |
| NcSample | fValues |
| TF1 * | fVarFunc |
| Int_t | fVarIndex |
| TString | fVarName |
| RnoMonitor::RnoMonitor | ( | const char * | name = "RnoMonitor", |
| const char * | title = "RNO-G data monitoring" ) |
Definition at line 63 of file RnoMonitor.cxx.
|
virtual |
Definition at line 90 of file RnoMonitor.cxx.
| void RnoMonitor::DefineStatistic | ( | TString | mode | ) |
Definition at line 199 of file RnoMonitor.cxx.
|
virtual |
Definition at line 399 of file RnoMonitor.cxx.
| void RnoMonitor::ListHistograms | ( | ) | const |
Definition at line 711 of file RnoMonitor.cxx.
| void RnoMonitor::SetBandFilters | ( | TArray & | freqs, |
| Int_t | n ) |
Definition at line 304 of file RnoMonitor.cxx.
| void RnoMonitor::SetBaselineMode | ( | Int_t | mode, |
| Int_t | n = 128, | ||
| Double_t | nrms = 1.2, | ||
| Double_t | fpr = 0.1 ) |
Definition at line 242 of file RnoMonitor.cxx.
| void RnoMonitor::SetDevices | ( | TString | devclass, |
| Int_t | ista = -1, | ||
| Int_t | ichan = -1 ) |
Definition at line 105 of file RnoMonitor.cxx.
| void RnoMonitor::SetDeviceSample | ( | Int_t | j | ) |
Definition at line 128 of file RnoMonitor.cxx.
| void RnoMonitor::SetNbins24 | ( | Int_t | n | ) |
Definition at line 379 of file RnoMonitor.cxx.
| void RnoMonitor::SetSampleVariable | ( | Int_t | i, |
| TString | f = "-" ) |
Definition at line 141 of file RnoMonitor.cxx.
| void RnoMonitor::SetSampleVariable | ( | TString | name, |
| TString | f = "-" ) |
Definition at line 171 of file RnoMonitor.cxx.
| void RnoMonitor::WriteHistograms | ( | TString | filename | ) |
Definition at line 731 of file RnoMonitor.cxx.
|
protected |
Definition at line 46 of file RnoMonitor.h.
|
protected |
Definition at line 56 of file RnoMonitor.h.
|
protected |
Definition at line 47 of file RnoMonitor.h.
|
protected |
Definition at line 49 of file RnoMonitor.h.
|
protected |
Definition at line 48 of file RnoMonitor.h.
|
protected |
Definition at line 38 of file RnoMonitor.h.
|
protected |
Definition at line 36 of file RnoMonitor.h.
|
protected |
Definition at line 39 of file RnoMonitor.h.
|
protected |
Definition at line 55 of file RnoMonitor.h.
|
protected |
Definition at line 34 of file RnoMonitor.h.
|
protected |
Definition at line 58 of file RnoMonitor.h.
|
protected |
Definition at line 51 of file RnoMonitor.h.
|
protected |
Definition at line 52 of file RnoMonitor.h.
|
protected |
Definition at line 54 of file RnoMonitor.h.
|
protected |
Definition at line 53 of file RnoMonitor.h.
|
protected |
Definition at line 44 of file RnoMonitor.h.
|
protected |
Definition at line 43 of file RnoMonitor.h.
|
protected |
Definition at line 57 of file RnoMonitor.h.
|
protected |
Definition at line 50 of file RnoMonitor.h.
|
protected |
Definition at line 35 of file RnoMonitor.h.
|
protected |
Definition at line 37 of file RnoMonitor.h.
|
protected |
Definition at line 45 of file RnoMonitor.h.
|
protected |
Definition at line 42 of file RnoMonitor.h.
|
protected |
Definition at line 40 of file RnoMonitor.h.
|
protected |
Definition at line 41 of file RnoMonitor.h.