|
BmnRoot
|
#include <BmnProfQa.h>
Public Member Functions | |
| BmnProfQa () | |
| Constructor. | |
| BmnProfQa (TString name, TString gemConf) | |
| Constructor. | |
| virtual | ~BmnProfQa () |
| 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 | SetInnerTrackerSetup (map< DetectorId, Bool_t > setup) |
| void | SetDetectorPresence (DetectorId det, Bool_t use) |
| void | SetInnerTracksBranchName (TString name) |
| void | ResetProf () |
| void | RegisterCommands () |
| BmnProfQa () | |
| Constructor. | |
| BmnProfQa (TString name, TString gemConf) | |
| Constructor. | |
| virtual | ~BmnProfQa () |
| 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 | SetInnerTrackerSetup (map< DetectorId, Bool_t > setup) |
| void | SetDetectorPresence (DetectorId det, Bool_t use) |
| void | SetInnerTracksBranchName (TString name) |
| void | ResetProf () |
| void | RegisterCommands () |
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 29 of file BmnProfQa.h.
|
inline |
Constructor.
Definition at line 35 of file BmnProfQa.h.
| BmnProfQa::BmnProfQa | ( | TString | name, |
| TString | gemConf | ||
| ) |
Constructor.
Definition at line 29 of file BmnProfQa.cxx.
|
virtual |
Destructor.
Definition at line 38 of file BmnProfQa.cxx.
|
inline |
Constructor.
Definition at line 35 of file BmnProfQa.h.
| BmnProfQa::BmnProfQa | ( | TString | name, |
| TString | gemConf | ||
| ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Derived from FairTask.
Reimplemented from BmnQaBase.
Definition at line 68 of file BmnProfQa.cxx.
References BmnReport::CallDraw(), BmnQaBase::fEventId, BmnQaBase::fEventNo, BmnQaBase::fMonitorMode, BmnQaBase::fPrevRunId, BmnQaBase::fReport, BmnQaBase::fRunId, and BmnQaBase::fServer.
|
virtual |
Derived from FairTask.
Reimplemented from BmnQaBase.
|
virtual |
Derived from FairTask.
Reimplemented from BmnQaBase.
Definition at line 90 of file BmnProfQa.cxx.
References BmnReport::CallDraw(), BmnSimulationReport::Create(), BmnQaBase::fHM, BmnQaBase::fMonitorMode, BmnQaBase::fOutName, BmnQaBase::fOutputDir, and BmnQaBase::fReport.
|
virtual |
Derived from FairTask.
Reimplemented from BmnQaBase.
|
virtual |
Derived from FairTask.
Reimplemented from BmnQaBase.
Definition at line 41 of file BmnProfQa.cxx.
References BmnReport::CallDraw(), BmnQaBase::fHM, BmnQaBase::fMonitorMode, BmnQaBase::fOutName, BmnQaBase::fReport, BmnQaBase::fServer, BmnReport::Register(), RegisterCommands(), SetDefaultDrawStyle(), BmnSimulationReport::SetHM(), BmnReport::SetMonitorMode(), and BmnReport::SetObjServer().
|
virtual |
Derived from FairTask.
Reimplemented from BmnQaBase.
| void BmnProfQa::RegisterCommands | ( | ) |
| void BmnProfQa::RegisterCommands | ( | ) |
| void BmnProfQa::ResetProf | ( | ) |
Definition at line 238 of file BmnProfQa.cxx.
References BmnQaBase::fHM, and BmnHistManager::ResetHists().
| void BmnProfQa::ResetProf | ( | ) |
|
inline |
Definition at line 74 of file BmnProfQa.h.
|
inline |
Definition at line 74 of file BmnProfQa.h.
|
inline |
Definition at line 70 of file BmnProfQa.h.
|
inline |
Definition at line 70 of file BmnProfQa.h.
|
inline |
Definition at line 78 of file BmnProfQa.h.
|
inline |
Definition at line 78 of file BmnProfQa.h.
|
inline |
|
inline |