|
BmnRoot
|
#include <BmnCustomQa.h>
Public Member Functions | |
| BmnCustomQa () | |
| Constructor. | |
| BmnCustomQa (string name, string padConfFile) | |
| Constructor. | |
| virtual | ~BmnCustomQa () |
| Destructor. | |
| virtual InitStatus | Init () |
| Derived from FairTask. | |
| virtual void | Exec (Option_t *opt) |
| Derived from FairTask. | |
| virtual void | Finish () |
| Derived from FairTask. | |
| void | SetOutputDir (const std::string &dir) |
| void | ResetPadTree () |
| void | SaveConfig (string str) |
| TObjString * | LoadDefaultConfig () |
| TObjString * | FetchConfig () |
| BmnCustomQa () | |
| Constructor. | |
| BmnCustomQa (string name, string padConfFile) | |
| Constructor. | |
| virtual | ~BmnCustomQa () |
| Destructor. | |
| virtual InitStatus | Init () |
| Derived from FairTask. | |
| virtual void | Exec (Option_t *opt) |
| Derived from FairTask. | |
| virtual void | Finish () |
| Derived from FairTask. | |
| void | SetOutputDir (const std::string &dir) |
| void | ResetPadTree () |
| void | SaveConfig (string str) |
| TObjString * | LoadDefaultConfig () |
| TObjString * | FetchConfig () |
Public Member Functions inherited from BmnQaBase | |
| BmnQaBase () | |
| Constructor. | |
| BmnQaBase (const char *name, Int_t iVerbose) | |
| Constructor. | |
| virtual | ~BmnQaBase () |
| Destructor. | |
| void | SetOutputDir (const std::string &dir) |
| void | SetMonitorMode (const Bool_t mm) |
| Bool_t | GetMonitorMode () const |
| void | SetObjServer (THttpServer *s) |
| THttpServer * | GetObjServer () const |
| BmnQaBase () | |
| Constructor. | |
| BmnQaBase (const char *name, Int_t iVerbose) | |
| Constructor. | |
| virtual | ~BmnQaBase () |
| Destructor. | |
| void | SetOutputDir (const std::string &dir) |
| void | SetMonitorMode (const Bool_t mm) |
| Bool_t | GetMonitorMode () const |
| void | SetObjServer (THttpServer *s) |
| THttpServer * | GetObjServer () const |
Additional Inherited Members | |
Protected Member Functions inherited from BmnQaBase | |
| virtual void | ReadEventHeader () |
| void | CreateH1 (const string &name, const string &xTitle, const string &yTitle, Int_t nofBins, Double_t minBin, Double_t maxBin) |
| void | CreateH2 (const string &name, const string &xTitle, const string &yTitle, const string &zTitle, Int_t nofBinsX, Double_t minBinX, Double_t maxBinX, Int_t nofBinsY, Double_t minBinY, Double_t maxBinY) |
| template<typename SST > | |
| void | CreateStripDigiHists (SST &ss, DetectorId detId) |
| void | FillStripDigiHists (DetectorId detId, TClonesArray *hits) |
| template<typename SST > | |
| void | CreateStripHits (SST &ss, DetectorId detId) |
| void | FillStripHits (DetectorId detId, TClonesArray *hits) |
| BmnQaBase (const BmnQaBase &)=delete | |
| BmnQaBase & | operator= (const BmnQaBase &)=delete |
| ClassDef (BmnQaBase, 1) | |
| virtual void | ReadEventHeader () |
| void | CreateH1 (const string &name, const string &xTitle, const string &yTitle, Int_t nofBins, Double_t minBin, Double_t maxBin) |
| void | CreateH2 (const string &name, const string &xTitle, const string &yTitle, const string &zTitle, Int_t nofBinsX, Double_t minBinX, Double_t maxBinX, Int_t nofBinsY, Double_t minBinY, Double_t maxBinY) |
| template<typename SST > | |
| void | CreateStripDigiHists (SST &ss, DetectorId detId) |
| void | FillStripDigiHists (DetectorId detId, TClonesArray *hits) |
| template<typename SST > | |
| void | CreateStripHits (SST &ss, DetectorId detId) |
| void | FillStripHits (DetectorId detId, TClonesArray *hits) |
| BmnQaBase (const BmnQaBase &)=delete | |
| BmnQaBase & | operator= (const BmnQaBase &)=delete |
| ClassDef (BmnQaBase, 1) | |
Protected Attributes inherited from BmnQaBase | |
| THttpServer * | fServer |
| TString | fOutName |
| BmnHistManager * | fHM |
| string | fOutputDir |
| BmnSimulationReport * | fReport |
| Bool_t | fMonitorMode |
| UInt_t | fRunId |
| UInt_t | fPrevRunId |
| Int_t | fEventNo |
| Int_t | fEventId |
| const Int_t | fNItersToUpdate = 500 |
| const chrono::seconds | fTimeToUpdate = chrono::seconds(5) |
| Int_t | fNItersSinceUpdate |
| redraw each timeout seconds | |
| chrono::time_point< chrono::system_clock > | fTicksLastUpdate |
Definition at line 21 of file BmnCustomQa.h.
|
inline |
Constructor.
Definition at line 27 of file BmnCustomQa.h.
| BmnCustomQa::BmnCustomQa | ( | string | name, |
| string | padConfFile | ||
| ) |
Constructor.
Definition at line 27 of file BmnCustomQa.cxx.
|
virtual |
Destructor.
Definition at line 52 of file BmnCustomQa.cxx.
|
inline |
Constructor.
Definition at line 27 of file BmnCustomQa.h.
| BmnCustomQa::BmnCustomQa | ( | string | name, |
| string | padConfFile | ||
| ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Derived from FairTask.
Reimplemented from BmnQaBase.
Definition at line 87 of file BmnCustomQa.cxx.
References BmnQaBase::fEventNo, BmnQaBase::fMonitorMode, BmnQaBase::fNItersSinceUpdate, BmnQaBase::fNItersToUpdate, BmnQaBase::fServer, BmnQaBase::fTicksLastUpdate, and BmnQaBase::fTimeToUpdate.
|
virtual |
Derived from FairTask.
Reimplemented from BmnQaBase.
| TObjString * BmnCustomQa::FetchConfig | ( | ) |
Definition at line 266 of file BmnCustomQa.cxx.
| TObjString * BmnCustomQa::FetchConfig | ( | ) |
|
virtual |
Derived from FairTask.
Reimplemented from BmnQaBase.
Definition at line 103 of file BmnCustomQa.cxx.
References can(), DBG, BmnQaBase::fHM, and BmnHistManager::WriteToFile().
|
virtual |
Derived from FairTask.
Reimplemented from BmnQaBase.
|
virtual |
Derived from FairTask.
Reimplemented from BmnQaBase.
Definition at line 57 of file BmnCustomQa.cxx.
References can(), BmnQaBase::fHM, BmnQaBase::fMonitorMode, and BmnQaBase::fServer.
|
virtual |
Derived from FairTask.
Reimplemented from BmnQaBase.
| TObjString * BmnCustomQa::LoadDefaultConfig | ( | ) |
Definition at line 252 of file BmnCustomQa.cxx.
| TObjString * BmnCustomQa::LoadDefaultConfig | ( | ) |
| void BmnCustomQa::ResetPadTree | ( | ) |
Definition at line 213 of file BmnCustomQa.cxx.
References BmnHist::ResetPadTree().
| void BmnCustomQa::ResetPadTree | ( | ) |
| void BmnCustomQa::SaveConfig | ( | string | str | ) |
Definition at line 235 of file BmnCustomQa.cxx.
| void BmnCustomQa::SaveConfig | ( | string | str | ) |
|
inline |
Definition at line 54 of file BmnCustomQa.h.
References BmnQaBase::fOutputDir.
|
inline |
Definition at line 54 of file BmnCustomQa.h.
References BmnQaBase::fOutputDir.