Skip to content
Snippets Groups Projects

CA: Tracking summary table in QA

Merged Sergei Zharko requested to merge s.zharko/cbmroot:ca-qa-eff-tables into master
Files
10
@@ -130,13 +130,13 @@ public:
const TClonesArray* richPoints, const TClonesArray* mcTracks);
/**
** \brief Suppresses cluster and hit matching procedures
**
** The function sets a flag, which suppresses the cluster and hit matching procedures for MVD, STS, MuCh, TRD and
** TOF, if and only if all the corresponding match branches are presented in the simulation tree. If at least one
** of the branch is absent (and the corresponding cluster and hit branches are present), the flag will be set to
** false, and the cluster/hit matching will be executed.
**/
** \brief Suppresses cluster and hit matching procedures
**
** The function sets a flag, which suppresses the cluster and hit matching procedures for MVD, STS, MuCh, TRD and
** TOF, if and only if all the corresponding match branches are presented in the simulation tree. If at least one
** of the branch is absent (and the corresponding cluster and hit branches are present), the flag will be set to
** false, and the cluster/hit matching will be executed.
**/
void SuppressReMatching() { fbSuppressReMatching = true; }
private:
Loading