|
CbmRoot
|
A QA-task class, which provides assurance of MuCh hits and geometry. More...
#include <CbmCaInputQaSts.h>
Public Types | |
| enum | EStoringMode |
| using | ObjList_t |
Public Member Functions | |
| CbmCaInputQaSts (int verbose, bool isMCUsed) | |
| 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 | DefineParameters () override |
| Defines parameters of the task. | |
| void | DeInit () override |
| De-initializes histograms. | |
| 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 QA. | |
| 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. | |
| 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 Member Functions | |
| ClassDefOverride (CbmCaInputQaSts, 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 | |
| TClonesArray * | fpClusters = nullptr |
| Array of hit clusters. | |
| const int | fkMaxDigisInClusterForPulls {5} |
| max digis in cluster for separate histogramming of puls | |
| std::vector< TH1F * > | fvph_pull_u_Ndig |
| pull for u coordinate, depending on N digis in the cluster | |
| std::vector< TH1F * > | fvph_pull_v_Ndig |
| pull for v coordinate, depending on N digis in the cluster | |
| 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 MuCh hits and geometry.
Definition at line 38 of file CbmCaInputQaSts.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.
|
strongprotectedinherited |
QA monitor counters.
Definition at line 161 of file CbmCaInputQaBase.h.
|
stronginherited |
| CbmCaInputQaSts::CbmCaInputQaSts | ( | int | verbose, |
| bool | isMCUsed ) |
Constructor from parameters
| verbose | Verbose level |
| isMCUsed | Flag, whether MC information is available for this task |
Definition at line 49 of file CbmCaInputQaSts.cxx.
References CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::CbmCaInputQaBase(), and DefineParameters().
Referenced by ClassDefOverride().
|
overrideprotectedvirtual |
Method to check, if the QA results are acceptable.
Reimplemented from CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >.
Definition at line 57 of file CbmCaInputQaSts.cxx.
References CbmCaInputQaBase< DetID >::Check(), CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::CheckRangePull(), fkMaxDigisInClusterForPulls, fvph_pull_u_Ndig, fvph_pull_v_Ndig, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::IsMCUsed(), cbm::qa::util::SetLargeStats(), and CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::StoreCheckResult().
|
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.
Referenced by CbmCaInputQaSts::Check().
|
private |
References CbmCaInputQaSts().
|
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::kSts >.
Definition at line 76 of file CbmCaInputQaSts.cxx.
References CbmCaInputQaBase< DetID >::CreateSummary(), fkMaxDigisInClusterForPulls, fvph_pull_u_Ndig, fvph_pull_v_Ndig, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::IsMCUsed(), and CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::MakeQaObject().
|
overrideprotectedvirtual |
Defines parameters of the task.
Implements CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >.
Definition at line 116 of file CbmCaInputQaSts.cxx.
References CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fRHitDt, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fRHitDu, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fRHitDv, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fRHitDx, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fRHitDy, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fRResT, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fRResU, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fRResV, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fRResX, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fRResY, max(), and min().
Referenced by CbmCaInputQaSts().
|
overrideprotectedvirtual |
De-initializes histograms.
Reimplemented from CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >.
Definition at line 105 of file CbmCaInputQaSts.cxx.
References CbmCaInputQaBase< DetID >::DeInit(), fvph_pull_u_Ndig, and fvph_pull_v_Ndig.
|
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.
|
inlineoverrideprotectedvirtual |
Fills histograms per event or time-slice.
Reimplemented from CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >.
Definition at line 65 of file CbmCaInputQaSts.h.
References CbmCaInputQaBase< DetID >::ExecQa().
|
overrideprotectedvirtual |
Fills histograms per hit.
Reimplemented from CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >.
Definition at line 138 of file CbmCaInputQaSts.cxx.
References CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fHitQaData, fkMaxDigisInClusterForPulls, fpClusters, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fpHits, fvph_pull_u_Ndig, fvph_pull_v_Ndig, and CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::IsMCUsed().
|
overrideprotectedvirtual |
Fills histograms per MC point.
Reimplemented from CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >.
Definition at line 165 of file CbmCaInputQaSts.cxx.
|
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.
|
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 QA.
Reimplemented from CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >.
Definition at line 169 of file CbmCaInputQaSts.cxx.
References fkMaxDigisInClusterForPulls, fpClusters, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fpDetInterface, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fvph_hit_du, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fvph_hit_dv, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fvph_hit_kuv, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fvph_pull_u, fvph_pull_u_Ndig, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fvph_pull_u_vs_u, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fvph_pull_v, fvph_pull_v_Ndig, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fvph_pull_v_vs_v, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fvph_res_u, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fvph_res_u_vs_u, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fvph_res_v, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::fvph_res_v_vs_v, CbmCaInputQaBase< DetID >::InitQa(), CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::IsMCUsed(), CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::kNbinsPull, CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::kRPull, and CbmCaInputQaBase< cbm::algo::ca::EDetectorID::kSts >::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 CbmCaInputQaSts::Check(), CbmCaInputQaSts::CreateSummary(), CbmCaInputQaSts::FillHistogramsPerHit(), and CbmCaInputQaSts::InitQa().
|
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.
|
inherited |
Definition at line 90 of file CbmQaIO.h.
Referenced by CbmCaInputQaSts::CreateSummary(), and CbmCaInputQaSts::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.
Referenced by CbmCaInputQaSts::Check().
|
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 |
|
protectedinherited |
Interface to digi branches.
Definition at line 287 of file CbmCaInputQaBase.h.
|
protectedinherited |
Current hit QA data object.
Definition at line 291 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaSts::FillHistogramsPerHit().
|
private |
max digis in cluster for separate histogramming of puls
Definition at line 76 of file CbmCaInputQaSts.h.
Referenced by Check(), CreateSummary(), FillHistogramsPerHit(), and InitQa().
|
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.
|
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.
|
private |
Array of hit clusters.
Definition at line 72 of file CbmCaInputQaSts.h.
Referenced by FillHistogramsPerHit(), and InitQa().
|
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 CbmCaInputQaSts::InitQa().
|
protectedinherited |
Array of hit matches.
Definition at line 191 of file CbmCaInputQaBase.h.
|
protectedinherited |
Array of hits.
Definition at line 183 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaSts::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.
|
protectedinherited |
Array of MC points.
Definition at line 189 of file CbmCaInputQaBase.h.
|
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 CbmCaInputQaSts::DefineParameters().
|
protectedinherited |
Range for hit u coordinate error [cm].
Definition at line 205 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaSts::DefineParameters().
|
protectedinherited |
Range for hit v coordinate error [cm].
Definition at line 206 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaSts::DefineParameters().
|
protectedinherited |
Range for hit x coordinate error [cm].
Definition at line 203 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaSts::DefineParameters().
|
protectedinherited |
Range for hit y coordinate error [cm].
Definition at line 204 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaSts::DefineParameters().
|
protectedinherited |
Range for residual of time [ns].
Definition at line 213 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaSts::DefineParameters().
|
protectedinherited |
Range for residual of u coordinate [cm].
Definition at line 211 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaSts::DefineParameters().
|
protectedinherited |
Range for residual of v coordinate [cm].
Definition at line 212 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaSts::DefineParameters().
|
protectedinherited |
Range for residual of x coordinate [cm].
Definition at line 209 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaSts::DefineParameters().
|
protectedinherited |
Range for residual of y coordinate [cm].
Definition at line 210 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaSts::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.
|
protectedinherited |
Range for hit z coordinate [cm].
Definition at line 227 of file CbmCaInputQaBase.h.
|
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.
|
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.
Referenced by CbmCaInputQaSts::InitQa().
|
protectedinherited |
Definition at line 244 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaSts::InitQa().
|
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.
Referenced by CbmCaInputQaSts::InitQa().
|
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.
|
protectedinherited |
hit x vs z in different stations
Definition at line 235 of file CbmCaInputQaBase.h.
|
protectedinherited |
hit y vs z in different stations
Definition at line 236 of file CbmCaInputQaBase.h.
|
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.
Referenced by CbmCaInputQaSts::InitQa().
|
private |
pull for u coordinate, depending on N digis in the cluster
Definition at line 78 of file CbmCaInputQaSts.h.
Referenced by Check(), CreateSummary(), DeInit(), FillHistogramsPerHit(), and InitQa().
|
protectedinherited |
pull for u coordinate in different stations
Definition at line 279 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaSts::InitQa().
|
protectedinherited |
pull for v coordinate in different stations
Definition at line 274 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaSts::InitQa().
|
private |
pull for v coordinate, depending on N digis in the cluster
Definition at line 79 of file CbmCaInputQaSts.h.
Referenced by Check(), CreateSummary(), DeInit(), FillHistogramsPerHit(), and InitQa().
|
protectedinherited |
pull for v coordinate in different stations
Definition at line 280 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaSts::InitQa().
|
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.
Referenced by CbmCaInputQaSts::InitQa().
|
protectedinherited |
residual for u coordinate in different stations
Definition at line 266 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaSts::InitQa().
|
protectedinherited |
residual for v coordinate in different stations
Definition at line 261 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaSts::InitQa().
|
protectedinherited |
residual for v coordinate in different stations
Definition at line 267 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaSts::InitQa().
|
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.
Referenced by CbmCaInputQaSts::InitQa().
|
staticconstexprprotectedinherited |
Range for pull histograms coordinate.
Definition at line 221 of file CbmCaInputQaBase.h.
Referenced by CbmCaInputQaSts::InitQa().