|
| | BmnTrackingQaExp () |
| | Constructor.
|
| |
| | BmnTrackingQaExp (TString name, UInt_t periodId=9, BmnSetup std=kBMNSETUP) |
| | Constructor.
|
| |
| virtual | ~BmnTrackingQaExp () |
| | 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=true) |
| |
| void | SetInnerTracksBranchName (TString name) |
| |
| void | ResetSiBT () |
| |
| void | RegisterCommands () |
| |
| void | CreateTofHits (DetectorId detId) |
| |
| void | FillTofHits (TClonesArray *tof_hits, DetectorId detId) |
| |
| | BmnTrackingQaExp () |
| | Constructor.
|
| |
| | BmnTrackingQaExp (TString name, UInt_t periodId=9, BmnSetup std=kBMNSETUP) |
| | Constructor.
|
| |
| virtual | ~BmnTrackingQaExp () |
| | 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=true) |
| |
| void | SetInnerTracksBranchName (TString name) |
| |
| void | ResetSiBT () |
| |
| void | RegisterCommands () |
| |
| void | CreateTofHits (DetectorId detId) |
| |
| void | FillTofHits (TClonesArray *tof_hits, DetectorId detId) |
| |
| | 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 |
| |
|
| 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) |
| |
| 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 33 of file BmnTrackingQaExp.h.