|
CbmRoot
|
#include <CbmCaInputQaTof.h>
Public Types | |
| enum | EStoringMode |
| using | ObjList_t |
Public Member Functions | |
| CbmCaInputQaTof (int verbose, bool isMCUsed) | |
| Constructor from parameters. | |
| bool | CompareQaObjects () |
| Process ROOT objects comparison. | |
| void | DisableEventMode () |
| Disables event-by-event execution. | |
| const std::map< std::string, CheckFlags > & | GetCheckList () const |
| Gets check-list. | |
| const TString & | GetDefaultTag () const |
| Gets default tag. | |
| const std::string & | GetSetupName () const |
| Gets name of the setup. | |
| const TString & | GetVersionTag () const |
| Gets version tag. | |
| bool | IsMCUsed () const |
| Returns flag, whether MC information is used or not in the task. | |
| void | ReadCheckListFromConfig () |
| Reads check-list from the configuration file. | |
| void | SetCheckFile (const std::shared_ptr< TFile > &pCheckFile) |
| Sets check-file. | |
| void | SetCompareOutput (const std::shared_ptr< TFile > &pCompareOutput) |
| Sets compare output file. | |
| void | SetVersionTag (const TString &tag) |
| Sets version tag. | |
| void | SetDefaultTag (const TString &tag) |
| Sets default tag. | |
| void | SetRecoMode (ECbmRecoMode recoMode) |
| Sets data processing (reconstruction) mode. | |
| void | SetSetupName (const char *setup) |
| Sets name of the setup. | |
| const char * | GetConfigName () const |
| Gets config name. | |
| T * | MakeQaObject (TString sName, TString sTitle, Args... args) |
| void | MakeQaDirectory (TString sName) |
| void | SetConfigName (const char *path) |
| Creates a ROOT object. | |
| void | SetRootFolderName (const TString &path) |
| Sets a common root path to the objects in the output file. | |
| void | SetStoringMode (EStoringMode mode) |
| Set storing mode. | |
| void | SetStoringMode (EStoringMode mode) |
| Set storing mode. | |
Protected Types | |
| enum | EMonitorKey |
| QA monitor counters. More... | |
| using | Point_t |
| Point type for a given detector ID. | |
| using | Hit_t |
| Hit type for a given detector ID. | |
Protected Member Functions | |
| void | Check () override |
| Method to check, if the QA results are acceptable. | |
| void | CreateSummary () override |
| Creates summary cavases, tables etc. | |
| void | DeInit () override |
| De-initializes histograms. | |
| void | DefineParameters () override |
| Defines parameters of the task. | |
| void | FillHistogramsPerHit () override |
| Fills histograms per hit. | |
| void | FillHistogramsPerPoint () override |
| Fills histograms per MC point. | |
| void | ExecQa () override |
| Fills histograms per event or time-slice. | |
| InitStatus | InitQa () override |
| Initializes histograms, data-branches and other modules in the beginning of the run. | |
| std::pair< std::string, bool > | CheckRangePull (TH1 *h) const |
| Checks ranges for mean and standard deviation. | |
| const cbm::ca::HitQaData & | GetHitQaData () const |
| Returns a pointer to current hit QA data object. | |
| bool | IsTrackSelected (const CbmMCTrack *track, const Point_t *point) const |
| checks if the track at mc point passes the track selection cuts | |
| bool | IsHitAcceptable (const CbmPixelHit *pHit) const |
| Checks, if the hit is acceptable (has reasonable parameters) | |
| void | Exec (Option_t *) override final |
| FairTask: Defines action of the task in the event/TS. | |
| void | Finish () override final |
| FairTask: Defines action of the task in the end of run. | |
| InitStatus | Init () override final |
| FairTask: Task initialization in the beginning of the run. | |
| InitStatus | ReInit () override final |
| FairTask: Task reinitialization. | |
| int | GetEventNumber () const |
| Get current event number. | |
| bool | CheckRange (std::string_view name, T var, T lo, T hi) const |
| Checks range of variable. | |
| bool | CheckRange (std::string_view name, T var, T varErr, T lo, T hi) const |
| Checks range of variable. | |
| bool | CheckRange (TH1 *h, double meanMax, double rmsMin, double rmsMax) |
| Checks ranges for mean and standard deviation. | |
| void | PutSetupNameOnPad (double xMin, double yMin, double xMax, double yMax) |
| Puts setup title on the canvas. | |
| CbmEvent * | GetCurrentEvent () |
| Gets pointer to current event. | |
| void | StoreCheckResult (const std::string &tag, bool result, const std::string &msg="") |
| Stores check flag to the check-list. | |
| void | CheckProperty (T &&property, const char *name) const |
| Function to check, if a property is defined. | |
| std::optional< Config > | ReadSpecificConfig () const |
| Reads the specific configuration structure from the YAML node. | |
| virtual void | SetTH1Properties (TH1 *pHist) const |
| Applies properties on the histogram created with the MakeQaObject function. | |
| virtual void | SetTH2Properties (TH2 *pHist) const |
| Applies properties on the histogram created with the MakeQaObject function. | |
| virtual void | SetTProfile2DProperties (TProfile2D *pHist) const |
| Applies properties on the profile 2D created with the MakeQaObject function. | |
| virtual void | SetCanvasProperties (TCanvas *pCanv) const |
| Applies properties on the canvas created with the MakeQaObject funciton. | |
| void | WriteToFile (TFile *pOutFile) const |
| Writes objects into file. | |
Protected Attributes | |
| cbm::algo::ca::Monitor< EMonitorKey > | fMonitor |
| Monitor for the input QA. | |
| Config | fConfig |
| Task specific configuration parameters. | |
| const cbm::algo::RecoSetupUnit_t< ToCbmModuleId(DetID)> * | fpDetInterface |
| Instance of detector interface. | |
| CbmTimeSlice * | fpTimeSlice |
| Pointer to current time-slice. | |
| TClonesArray * | fpHits |
| Array of hits. | |
| TClonesArray * | fpClusters |
| Array of hit clusters. | |
| CbmMCDataManager * | fpMCDataManager |
| MC data manager. | |
| CbmMCEventList * | fpMCEventList |
| MC event list. | |
| CbmMCDataArray * | fpMCTracks |
| Array of MC tracks. | |
| CbmMCDataArray * | fpMCPoints |
| Array of MC points. | |
| TClonesArray * | fpHitMatches |
| Array of hit matches. | |
| int | fNbins |
| General number of bins. | |
| int | fNbinsZ |
| Number of bins for z axis in overall views. | |
| std::array< double, 2 > | fRHitDx |
| Range for hit x coordinate error [cm]. | |
| std::array< double, 2 > | fRHitDy |
| Range for hit y coordinate error [cm]. | |
| std::array< double, 2 > | fRHitDu |
| Range for hit u coordinate error [cm]. | |
| std::array< double, 2 > | fRHitDv |
| Range for hit v coordinate error [cm]. | |
| std::array< double, 2 > | fRHitDt |
| Range for hit time error [ns]. | |
| std::array< double, 2 > | fRResX |
| Range for residual of x coordinate [cm]. | |
| std::array< double, 2 > | fRResY |
| Range for residual of y coordinate [cm]. | |
| std::array< double, 2 > | fRResU |
| Range for residual of u coordinate [cm]. | |
| std::array< double, 2 > | fRResV |
| Range for residual of v coordinate [cm]. | |
| std::array< double, 2 > | fRResT |
| Range for residual of time [ns]. | |
| std::array< double, 2 > | fRangeDzHitPoint |
| Range for z-pos difference of the hit and point [cm]. | |
| std::vector< double > | frXmin |
| Range for hit x coordinate [cm]. | |
| std::vector< double > | frXmax |
| Range for hit x coordinate [cm]. | |
| std::vector< double > | frYmin |
| Range for hit y coordinate [cm]. | |
| std::vector< double > | frYmax |
| Range for hit y coordinate [cm]. | |
| std::vector< double > | frZmin |
| Range for hit z coordinate [cm]. | |
| std::vector< double > | frZmax |
| Range for hit z coordinate [cm]. | |
| std::vector< TH2F * > | fvph_hit_xy |
| hit y vs x in different stations | |
| std::vector< TH2F * > | fvph_hit_zx |
| hit x vs z in different stations | |
| std::vector< TH2F * > | fvph_hit_zy |
| hit y vs z in different stations | |
| std::vector< TH1F * > | fvph_hit_station_delta_z |
| Difference between station and hit z positions [cm]. | |
| std::vector< TH1F * > | fvph_hit_dx |
| std::vector< TH1F * > | fvph_hit_dy |
| std::vector< TH1F * > | fvph_hit_du |
| std::vector< TH1F * > | fvph_hit_dv |
| std::vector< TH1F * > | fvph_hit_kuv |
| std::vector< TH1F * > | fvph_hit_dt |
| std::vector< TH1F * > | fvph_n_points_per_hit |
| number of points per one hit in different stations | |
| std::vector< TH2F * > | fvph_point_xy |
| point y vs x in different stations | |
| std::vector< TH2F * > | fvph_point_zx |
| point x vs z in different stations | |
| std::vector< TH2F * > | fvph_point_zy |
| point y vs z in different stations | |
| std::vector< TH1F * > | fvph_point_hit_delta_z |
| difference between z of hit and MC point in different stations | |
| std::vector< TH1F * > | fvph_res_x |
| residual for x coordinate in different stations | |
| std::vector< TH1F * > | fvph_res_y |
| residual for y coordinate in different stations | |
| std::vector< TH1F * > | fvph_res_u |
| residual for u coordinate in different stations | |
| std::vector< TH1F * > | fvph_res_v |
| residual for v coordinate in different stations | |
| std::vector< TH1F * > | fvph_res_t |
| residual for t coordinate in different stations | |
| std::vector< TH2F * > | fvph_res_x_vs_x |
| residual for x coordinate in different stations | |
| std::vector< TH2F * > | fvph_res_y_vs_y |
| residual for y coordinate in different stations | |
| std::vector< TH2F * > | fvph_res_u_vs_u |
| residual for u coordinate in different stations | |
| std::vector< TH2F * > | fvph_res_v_vs_v |
| residual for v coordinate in different stations | |
| std::vector< TH2F * > | fvph_res_t_vs_t |
| residual for t coordinate in different stations | |
| std::vector< TH1F * > | fvph_pull_x |
| pull for x coordinate in different stations | |
| std::vector< TH1F * > | fvph_pull_y |
| pull for y coordinate in different stations | |
| std::vector< TH1F * > | fvph_pull_u |
| pull for u coordinate in different stations | |
| std::vector< TH1F * > | fvph_pull_v |
| pull for v coordinate in different stations | |
| std::vector< TH1F * > | fvph_pull_t |
| pull for t coordinate in different stations | |
| std::vector< TH2F * > | fvph_pull_x_vs_x |
| pull for x coordinate in different stations | |
| std::vector< TH2F * > | fvph_pull_y_vs_y |
| pull for y coordinate in different stations | |
| std::vector< TH2F * > | fvph_pull_u_vs_u |
| pull for u coordinate in different stations | |
| std::vector< TH2F * > | fvph_pull_v_vs_v |
| pull for v coordinate in different stations | |
| std::vector< TH2F * > | fvph_pull_t_vs_t |
| pull for t coordinate in different stations | |
| std::vector< TProfile2D * > | fvpe_reco_eff_vs_xy |
| Efficiency of hit reconstruction vs. x and y coordinates of MC. | |
| std::vector< TH1F * > | fvph_reco_eff |
| Distribution of hit reconstruction efficiency in bins of fvpe_reco_eff_vs_xy. | |
| CbmDigiManager * | fDigiManager |
| Interface to digi branches. | |
| cbm::ca::HitQaData | fHitQaData |
| Current hit QA data object. | |
| TString | fsRootFolderName |
| Name of root folder. | |
| TString | fsConfigName |
| Name of configuration file. | |
| TString | fsPrefix |
| Unique prefix for all writeable root. | |
| EStoringMode | fStoringMode |
| Objects storing mode. | |
| std::shared_ptr< ObjList_t > | fpvObjList |
| List of registered ROOT objects. | |
| YAML::Node | fConfigNode |
| Configuration node. | |
Static Protected Attributes | |
| static constexpr auto | DetName |
| static constexpr double | kNAN |
| static constexpr int | kNbinsPull |
| static constexpr double | kRPull [2] |
| Range for pull histograms coordinate. | |
Private Types | |
| template<typename T> | |
| using | Vector3D_t = std::vector<std::vector<std::vector<T>>> |
Private Member Functions | |
| void | FillChannelInfoMap () |
| Fills channel info map. | |
| ClassDefOverride (CbmCaInputQaTof, 0) | |
| void | DeInitBase () |
| De-initializes this task. | |
| bool | CompareTwoObjects (const TObject *pObjL, const TObject *pObjR, const TString &objName, const ObjectComparisonConfig &cfg) |
| Process object comparison. | |
| T * | ConstructAndRegisterQaObject (TString name, Args... args) |
| Creates and registers a ROOT object. | |
Private Attributes | |
| CbmTofDigiPar * | fDigiPar = nullptr |
| CbmTofDigiBdfPar * | fDigiBdfPar = nullptr |
| int | fNbXo = 400 |
| Number of bins in occupancy. | |
| int | fNbYo = 400 |
| Number of bins in occupancy. | |
| int | fUpXo = +100 |
| X max in occupancy [cm]. | |
| int | fLoXo = -100 |
| X min in occupancy [cm]. | |
| int | fUpYo = +100 |
| Y max in occupancy [cm]. | |
| int | fLoYo = -100 |
| Y min in occupancy [cm]. | |
| Vector3D_t< TH2F * > | fvph_hit_xy_vs_cell |
| Hit occupancy vs. TOF cell ix XY-plane. | |
| Vector3D_t< TH2F * > | fvph_hit_zx_vs_cell |
| Hit occupancy vs. TOF cell in ZX-plane. | |
| Vector3D_t< TH2F * > | fvph_hit_zy_vs_cell |
| Hit occupancy vs. TOF cell in ZY-plane. | |
| bool | fbUseMC |
| Flag, if MC is used. | |
| ECbmRecoMode | fRecoMode |
| Reconstruction mode. | |
| std::map< std::string, CheckFlags > | fmCheckList |
| A QA check-list map. | |
| TClonesArray * | fpBrEvents |
| Pointer to CbmEvent branch. | |
| CbmEvent * | fpCurrentEvent |
| Pointer to the current event. | |
| std::string | fsSetupName |
| Name of the setup (to draw on the canvases) | |
| TParameter< int > | fNofEvents |
| Number of processed events. | |
| TString | fsVersionTag |
| Version tag (git SHA etc.) | |
| TString | fsDefaultTag |
| Default tag (git SHA etc.) | |
| std::shared_ptr< TFile > | fpBenchmarkInput |
| A file with default ROOT objects used for the cross-check. | |
| std::shared_ptr< TFile > | fpBenchmarkOutput |
| An output file for histograms cross-check. | |
A QA-task class, which provides assurance of TOF hits and geometry
Definition at line 43 of file CbmCaInputQaTof.h.
|
protectedinherited |
Hit type for a given detector ID.
Definition at line 58 of file CbmCaInputQaBase.h.
|
inherited |
|
protectedinherited |
Point type for a given detector ID.
Definition at line 57 of file CbmCaInputQaBase.h.
|
private |
Definition at line 89 of file CbmCaInputQaTof.h.
|
strongprotectedinherited |
QA monitor counters.
Definition at line 161 of file CbmCaInputQaBase.h.
|
stronginherited |
| CbmCaInputQaTof::CbmCaInputQaTof | ( | int | verbose, |
| bool | isMCUsed ) |
Constructor from parameters.
| verbose | Verbose level |
| isMCUsed | Flag, whether MC information is available for this task |
Definition at line 39 of file CbmCaInputQaTof.cxx.
References CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::CbmCaInputQaBase(), and DefineParameters().
Referenced by ClassDefOverride().
|
inlineoverrideprotectedvirtual |
Method to check, if the QA results are acceptable.
Reimplemented from CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >.
Definition at line 52 of file CbmCaInputQaTof.h.
References CbmCaInputQaBase< DetID >::Check().
|
protectedinherited |
|
protectedinherited |
Checks range of variable.
| name | Name of the variable |
| var | Variable to check |
| lo | Lower limit of the variable |
| hi | Upper limit of the variable |
Definition at line 196 of file CbmQaTask.h.
|
protectedinherited |
Checks range of variable.
| name | Name of the variable |
| var | Variable to check |
| varErr | Standard Error of the variable |
| lo | Lower limit of the variable |
| hi | Upper limit of the variable |
Definition at line 206 of file CbmQaTask.h.
|
protectedinherited |
Checks ranges for mean and standard deviation.
Definition at line 210 of file CbmQaTask.cxx.
|
protectedinherited |
Checks ranges for mean and standard deviation.
Definition at line 136 of file CbmCaInputQaBase.cxx.
|
private |
References CbmCaInputQaTof().
|
inherited |
Process ROOT objects comparison.
Definition at line 104 of file CbmQaTask.cxx.
|
privateinherited |
Process object comparison.
| Obj | Class of the ROOT object |
| pObjL | First object (this) |
| pObjR | Second object (default) |
| objName | Name of the object (contains full path to the object) |
| cfg | Comparison configuration entry |
Definition at line 237 of file CbmQaTask.h.
|
privateinherited |
|
overrideprotectedvirtual |
Creates summary cavases, tables etc.
Reimplemented from CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >.
Definition at line 47 of file CbmCaInputQaTof.cxx.
References CbmCaInputQaBase< DetID >::CreateSummary().
|
overrideprotectedvirtual |
Defines parameters of the task.
Implements CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >.
Definition at line 117 of file CbmCaInputQaTof.cxx.
References CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::fRHitDt, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::fRHitDu, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::fRHitDv, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::fRHitDx, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::fRHitDy, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::fRResT, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::fRResU, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::fRResV, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::fRResX, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::fRResY, max(), and min().
Referenced by CbmCaInputQaTof().
|
overrideprotectedvirtual |
De-initializes histograms.
Reimplemented from CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >.
Definition at line 107 of file CbmCaInputQaTof.cxx.
References CbmCaInputQaBase< DetID >::DeInit(), fvph_hit_xy_vs_cell, fvph_hit_zx_vs_cell, and fvph_hit_zy_vs_cell.
|
privateinherited |
De-initializes this task.
Definition at line 226 of file CbmQaTask.cxx.
|
inherited |
Disables event-by-event execution.
By default, if the branch
|
finaloverrideprotectedinherited |
FairTask: Defines action of the task in the event/TS.
Definition at line 162 of file CbmQaTask.cxx.
|
overrideprotectedvirtual |
Fills histograms per event or time-slice.
Reimplemented from CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >.
Definition at line 139 of file CbmCaInputQaTof.cxx.
References CbmCaInputQaBase< DetID >::ExecQa(), CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::fpDetInterface, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::fpHitMatches, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::fpHits, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::fpMCEventList, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::fpMCPoints, CbmMatch::GetNofLinks(), CbmTofAddress::GetRpcId(), CbmTofAddress::GetSmId(), CbmTofAddress::GetSmType(), and CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::IsMCUsed().
|
private |
Fills channel info map.
|
overrideprotectedvirtual |
Fills histograms per hit.
Reimplemented from CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >.
Definition at line 221 of file CbmCaInputQaTof.cxx.
References CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::fpHits, fvph_hit_xy_vs_cell, fvph_hit_zx_vs_cell, fvph_hit_zy_vs_cell, cbm::ca::HitQaData::GetHitIndex(), CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::GetHitQaData(), CbmTofAddress::GetRpcId(), CbmTofAddress::GetSmId(), and CbmTofAddress::GetSmType().
|
inlineoverrideprotectedvirtual |
Fills histograms per MC point.
Reimplemented from CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >.
Definition at line 67 of file CbmCaInputQaTof.h.
|
finaloverrideprotectedinherited |
FairTask: Defines action of the task in the end of run.
Definition at line 165 of file CbmQaTask.cxx.
|
inlineinherited |
Gets check-list.
Definition at line 113 of file CbmQaTask.h.
|
inlineinherited |
|
inlineprotectedinherited |
Gets pointer to current event.
Definition at line 216 of file CbmQaTask.h.
|
inlineinherited |
Gets default tag.
Definition at line 116 of file CbmQaTask.h.
|
inlineprotectedinherited |
Get current event number.
Definition at line 183 of file CbmQaTask.h.
|
inlineprotectedinherited |
Returns a pointer to current hit QA data object.
The hit QA data object is filled on each step for hit reconstruction and available inside functions FillHit() and FillMCPoint()
Definition at line 142 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaTof::FillHistogramsPerHit().
|
inlineinherited |
Gets name of the setup.
Definition at line 119 of file CbmQaTask.h.
|
inlineinherited |
Gets version tag.
Definition at line 122 of file CbmQaTask.h.
|
finaloverrideprotectedinherited |
FairTask: Task initialization in the beginning of the run.
Definition at line 168 of file CbmQaTask.cxx.
|
overrideprotectedvirtual |
Initializes histograms, data-branches and other modules in the beginning of the run.
Reimplemented from CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >.
Definition at line 247 of file CbmCaInputQaTof.cxx.
References fLoXo, fLoYo, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::fNbinsZ, fNbXo, fNbYo, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::fpDetInterface, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::frZmax, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::frZmin, fUpXo, fUpYo, fvph_hit_xy_vs_cell, fvph_hit_zx_vs_cell, fvph_hit_zy_vs_cell, CbmCaInputQaBase< DetID >::InitQa(), CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::MakeQaDirectory(), and CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kTof >::MakeQaObject().
|
protectedinherited |
Checks, if the hit is acceptable (has reasonable parameters)
|
inlineinherited |
Returns flag, whether MC information is used or not in the task.
Definition at line 126 of file CbmQaTask.h.
Referenced by CbmCaInputQaTof::ExecQa().
|
protectedinherited |
checks if the track at mc point passes the track selection cuts
Definition at line 146 of file CbmCaInputQaBase.cxx.
|
inherited |
Definition at line 99 of file CbmQaIO.cxx.
Referenced by CbmCaInputQaTof::InitQa().
|
inherited |
Definition at line 90 of file CbmQaIO.h.
Referenced by CbmCaInputQaTof::InitQa().
|
protectedinherited |
Puts setup title on the canvas.
Definition at line 213 of file CbmQaTask.cxx.
|
inherited |
Reads check-list from the configuration file.
Definition at line 129 of file CbmQaTask.cxx.
|
inlineprotectedinherited |
|
finaloverrideprotectedinherited |
FairTask: Task reinitialization.
Definition at line 171 of file CbmQaTask.cxx.
|
protectedvirtualinherited |
Applies properties on the canvas created with the MakeQaObject funciton.
| pCanv | Pointer to the canvas |
Definition at line 150 of file CbmQaIO.cxx.
|
inlineinherited |
Sets check-file.
| pCheckFile | Shared pointer to the cross-check file |
Definition at line 134 of file CbmQaTask.h.
|
inlineinherited |
Sets compare output file.
| pCompareOutput | Shared pointer to the comparison output file |
Definition at line 138 of file CbmQaTask.h.
|
inherited |
Creates a ROOT object.
Sets config name
| name | A path to the config |
Definition at line 104 of file CbmQaIO.cxx.
|
inlineinherited |
Sets default tag.
Definition at line 144 of file CbmQaTask.h.
|
inlineinherited |
Sets data processing (reconstruction) mode.
The reconstruction mode can be either ECbmRecoMode::Timeslice or ECbmRecoMode::EventByEvent. The first variant implies, that the data are processed within entire time-slice (in the event-by-event simulation within the entire event). For the second variant the data are processed within a loop of CbmEvent objects, if the branch of latter is accessible. By default the ECbmRecoMode::Timeslice is used.
Definition at line 152 of file CbmQaTask.h.
|
inlineinherited |
|
inlineinherited |
Sets name of the setup.
Definition at line 155 of file CbmQaTask.h.
|
inlineinherited |
|
inlineinherited |
Set storing mode.
Definition at line 111 of file CbmQaIO.h.
References fStoringMode.
Referenced by CbmCaInputQaBase< DetID >::CbmCaInputQaBase().
|
protectedvirtualinherited |
Applies properties on the histogram created with the MakeQaObject function.
| pHist | Pointer to the histogram |
Definition at line 138 of file CbmQaIO.cxx.
|
protectedvirtualinherited |
Applies properties on the histogram created with the MakeQaObject function.
| pHist | Pointer to the histogram |
Definition at line 142 of file CbmQaIO.cxx.
|
protectedvirtualinherited |
Applies properties on the profile 2D created with the MakeQaObject function.
| pHist | Pointer to the profile |
Definition at line 146 of file CbmQaIO.cxx.
|
inlineinherited |
Sets version tag.
Definition at line 141 of file CbmQaTask.h.
|
protectedinherited |
Stores check flag to the check-list.
| tag | The flag name |
| result | Check result |
| msg | Supporting message (optional) |
Definition at line 222 of file CbmQaTask.cxx.
|
protectedinherited |
Writes objects into file.
| pOutFile | Pointer to output ROOT file |
Definition at line 154 of file CbmQaIO.cxx.
|
staticconstexprprotectedinherited |
Definition at line 179 of file CbmCaInputQaBase.h.
|
privateinherited |
Flag, if MC is used.
Definition at line 240 of file CbmQaTask.h.
|
protectedinherited |
Task specific configuration parameters.
Definition at line 172 of file CbmCaInputQaBase.h.
|
protectedinherited |
|
private |
Definition at line 80 of file CbmCaInputQaTof.h.
|
protectedinherited |
Interface to digi branches.
Definition at line 287 of file CbmCaInputQaBase.h.
|
private |
Definition at line 79 of file CbmCaInputQaTof.h.
|
protectedinherited |
Current hit QA data object.
Definition at line 291 of file CbmCaInputQaBase.h.
|
private |
|
private |
|
privateinherited |
A QA check-list map.
The check list is updated with new entries with the StoreCheckResult(tag, result) function, which is to be called from the Check() function. The result is stored to CheckFlags::fResult field, while the CheckFlags::fStatus stays uninitialized. Than, when the ReadCheckListFromConfig() function is called, the fStatus is updated according to the check list entries in the qa_tasks_config_mcbm.yaml/qa_tasks_config_cbm.yaml. If the fStatus is false (default), the check is ignored in the final verdict making.
Definition at line 251 of file CbmQaTask.h.
|
protectedinherited |
Monitor for the input QA.
Definition at line 170 of file CbmCaInputQaBase.h.
|
protectedinherited |
General number of bins.
Definition at line 200 of file CbmCaInputQaBase.h.
|
protectedinherited |
Number of bins for z axis in overall views.
Definition at line 201 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaTof::InitQa().
|
private |
Number of bins in occupancy.
Definition at line 82 of file CbmCaInputQaTof.h.
Referenced by InitQa().
|
private |
Number of bins in occupancy.
Definition at line 83 of file CbmCaInputQaTof.h.
Referenced by InitQa().
|
privateinherited |
Number of processed events.
Definition at line 256 of file CbmQaTask.h.
|
privateinherited |
A file with default ROOT objects used for the cross-check.
Definition at line 261 of file CbmQaTask.h.
|
privateinherited |
An output file for histograms cross-check.
Definition at line 262 of file CbmQaTask.h.
|
privateinherited |
Pointer to CbmEvent branch.
Definition at line 253 of file CbmQaTask.h.
|
protectedinherited |
Array of hit clusters.
Definition at line 184 of file CbmCaInputQaBase.h.
|
privateinherited |
Pointer to the current event.
Definition at line 254 of file CbmQaTask.h.
|
protectedinherited |
Instance of detector interface.
Definition at line 177 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaTof::ExecQa(), and CbmCaInputQaTof::InitQa().
|
protectedinherited |
Array of hit matches.
Definition at line 191 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaTof::ExecQa().
|
protectedinherited |
Array of hits.
Definition at line 183 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaTof::ExecQa(), and CbmCaInputQaTof::FillHistogramsPerHit().
|
protectedinherited |
MC data manager.
Definition at line 186 of file CbmCaInputQaBase.h.
|
protectedinherited |
MC event list.
Definition at line 187 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaTof::ExecQa().
|
protectedinherited |
Array of MC points.
Definition at line 189 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaTof::ExecQa().
|
protectedinherited |
Array of MC tracks.
Definition at line 188 of file CbmCaInputQaBase.h.
|
protectedinherited |
Pointer to current time-slice.
Definition at line 181 of file CbmCaInputQaBase.h.
|
protectedinherited |
|
protectedinherited |
Range for z-pos difference of the hit and point [cm].
Definition at line 215 of file CbmCaInputQaBase.h.
|
privateinherited |
Reconstruction mode.
Definition at line 242 of file CbmQaTask.h.
|
protectedinherited |
Range for hit time error [ns].
Definition at line 207 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaTof::DefineParameters().
|
protectedinherited |
Range for hit u coordinate error [cm].
Definition at line 205 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaTof::DefineParameters().
|
protectedinherited |
Range for hit v coordinate error [cm].
Definition at line 206 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaTof::DefineParameters().
|
protectedinherited |
Range for hit x coordinate error [cm].
Definition at line 203 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaTof::DefineParameters().
|
protectedinherited |
Range for hit y coordinate error [cm].
Definition at line 204 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaTof::DefineParameters().
|
protectedinherited |
Range for residual of time [ns].
Definition at line 213 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaTof::DefineParameters().
|
protectedinherited |
Range for residual of u coordinate [cm].
Definition at line 211 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaTof::DefineParameters().
|
protectedinherited |
Range for residual of v coordinate [cm].
Definition at line 212 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaTof::DefineParameters().
|
protectedinherited |
Range for residual of x coordinate [cm].
Definition at line 209 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaTof::DefineParameters().
|
protectedinherited |
Range for residual of y coordinate [cm].
Definition at line 210 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaTof::DefineParameters().
|
protectedinherited |
Range for hit x coordinate [cm].
Definition at line 224 of file CbmCaInputQaBase.h.
|
protectedinherited |
Range for hit x coordinate [cm].
Definition at line 223 of file CbmCaInputQaBase.h.
|
protectedinherited |
Range for hit y coordinate [cm].
Definition at line 226 of file CbmCaInputQaBase.h.
|
protectedinherited |
Range for hit y coordinate [cm].
Definition at line 225 of file CbmCaInputQaBase.h.
|
protectedinherited |
Range for hit z coordinate [cm].
Definition at line 228 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaTof::InitQa().
|
protectedinherited |
Range for hit z coordinate [cm].
Definition at line 227 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaTof::InitQa().
|
protectedinherited |
|
privateinherited |
Default tag (git SHA etc.)
Definition at line 259 of file CbmQaTask.h.
|
protectedinherited |
|
protectedinherited |
|
privateinherited |
Name of the setup (to draw on the canvases)
Definition at line 255 of file CbmQaTask.h.
|
protectedinherited |
|
privateinherited |
Version tag (git SHA etc.)
Definition at line 258 of file CbmQaTask.h.
|
private |
|
private |
|
protectedinherited |
Efficiency of hit reconstruction vs. x and y coordinates of MC.
Definition at line 284 of file CbmCaInputQaBase.h.
|
protectedinherited |
Definition at line 246 of file CbmCaInputQaBase.h.
|
protectedinherited |
Definition at line 243 of file CbmCaInputQaBase.h.
|
protectedinherited |
Definition at line 244 of file CbmCaInputQaBase.h.
|
protectedinherited |
Definition at line 241 of file CbmCaInputQaBase.h.
|
protectedinherited |
Definition at line 242 of file CbmCaInputQaBase.h.
|
protectedinherited |
Definition at line 245 of file CbmCaInputQaBase.h.
|
protectedinherited |
Difference between station and hit z positions [cm].
Definition at line 238 of file CbmCaInputQaBase.h.
|
protectedinherited |
hit y vs x in different stations
Definition at line 234 of file CbmCaInputQaBase.h.
|
private |
Hit occupancy vs. TOF cell ix XY-plane.
Definition at line 90 of file CbmCaInputQaTof.h.
Referenced by DeInit(), FillHistogramsPerHit(), and InitQa().
|
protectedinherited |
hit x vs z in different stations
Definition at line 235 of file CbmCaInputQaBase.h.
|
private |
Hit occupancy vs. TOF cell in ZX-plane.
Definition at line 91 of file CbmCaInputQaTof.h.
Referenced by DeInit(), FillHistogramsPerHit(), and InitQa().
|
protectedinherited |
hit y vs z in different stations
Definition at line 236 of file CbmCaInputQaBase.h.
|
private |
Hit occupancy vs. TOF cell in ZY-plane.
Definition at line 92 of file CbmCaInputQaTof.h.
Referenced by DeInit(), FillHistogramsPerHit(), and InitQa().
|
protectedinherited |
number of points per one hit in different stations
Definition at line 249 of file CbmCaInputQaBase.h.
|
protectedinherited |
difference between z of hit and MC point in different stations
Definition at line 255 of file CbmCaInputQaBase.h.
|
protectedinherited |
point y vs x in different stations
Definition at line 251 of file CbmCaInputQaBase.h.
|
protectedinherited |
point x vs z in different stations
Definition at line 252 of file CbmCaInputQaBase.h.
|
protectedinherited |
point y vs z in different stations
Definition at line 253 of file CbmCaInputQaBase.h.
|
protectedinherited |
pull for t coordinate in different stations
Definition at line 275 of file CbmCaInputQaBase.h.
|
protectedinherited |
pull for t coordinate in different stations
Definition at line 281 of file CbmCaInputQaBase.h.
|
protectedinherited |
pull for u coordinate in different stations
Definition at line 273 of file CbmCaInputQaBase.h.
|
protectedinherited |
pull for u coordinate in different stations
Definition at line 279 of file CbmCaInputQaBase.h.
|
protectedinherited |
pull for v coordinate in different stations
Definition at line 274 of file CbmCaInputQaBase.h.
|
protectedinherited |
pull for v coordinate in different stations
Definition at line 280 of file CbmCaInputQaBase.h.
|
protectedinherited |
pull for x coordinate in different stations
Definition at line 271 of file CbmCaInputQaBase.h.
|
protectedinherited |
pull for x coordinate in different stations
Definition at line 277 of file CbmCaInputQaBase.h.
|
protectedinherited |
pull for y coordinate in different stations
Definition at line 272 of file CbmCaInputQaBase.h.
|
protectedinherited |
pull for y coordinate in different stations
Definition at line 278 of file CbmCaInputQaBase.h.
|
protectedinherited |
Distribution of hit reconstruction efficiency in bins of fvpe_reco_eff_vs_xy.
Definition at line 285 of file CbmCaInputQaBase.h.
|
protectedinherited |
residual for t coordinate in different stations
Definition at line 262 of file CbmCaInputQaBase.h.
|
protectedinherited |
residual for t coordinate in different stations
Definition at line 268 of file CbmCaInputQaBase.h.
|
protectedinherited |
residual for u coordinate in different stations
Definition at line 260 of file CbmCaInputQaBase.h.
|
protectedinherited |
residual for u coordinate in different stations
Definition at line 266 of file CbmCaInputQaBase.h.
|
protectedinherited |
residual for v coordinate in different stations
Definition at line 261 of file CbmCaInputQaBase.h.
|
protectedinherited |
residual for v coordinate in different stations
Definition at line 267 of file CbmCaInputQaBase.h.
|
protectedinherited |
residual for x coordinate in different stations
Definition at line 258 of file CbmCaInputQaBase.h.
|
protectedinherited |
residual for x coordinate in different stations
Definition at line 264 of file CbmCaInputQaBase.h.
|
protectedinherited |
residual for y coordinate in different stations
Definition at line 259 of file CbmCaInputQaBase.h.
|
protectedinherited |
residual for y coordinate in different stations
Definition at line 265 of file CbmCaInputQaBase.h.
|
staticconstexprprotectedinherited |
Definition at line 197 of file CbmCaInputQaBase.h.
|
staticconstexprprotectedinherited |
Definition at line 220 of file CbmCaInputQaBase.h.
|
staticconstexprprotectedinherited |
Range for pull histograms coordinate.
Definition at line 221 of file CbmCaInputQaBase.h.