TRD Clusterizer Hotfix
Compare changes
+ 35
− 13
@@ -199,6 +199,14 @@ Int_t CbmTrdModuleRecR::FindClusters(bool)
@@ -199,6 +199,14 @@ Int_t CbmTrdModuleRecR::FindClusters(bool)
@@ -240,12 +248,12 @@ Int_t CbmTrdModuleRecR::FindClusters(bool)
@@ -240,12 +248,12 @@ Int_t CbmTrdModuleRecR::FindClusters(bool)
@@ -257,23 +265,23 @@ Int_t CbmTrdModuleRecR::FindClusters(bool)
@@ -257,23 +265,23 @@ Int_t CbmTrdModuleRecR::FindClusters(bool)
@@ -294,7 +302,7 @@ Int_t CbmTrdModuleRecR::FindClusters(bool)
@@ -294,7 +302,7 @@ Int_t CbmTrdModuleRecR::FindClusters(bool)
@@ -303,7 +311,7 @@ Int_t CbmTrdModuleRecR::FindClusters(bool)
@@ -303,7 +311,7 @@ Int_t CbmTrdModuleRecR::FindClusters(bool)
std::cout << " time: " << newtime << " charge: " << charge << " col: " << col << " row: " << ch / ncols
@@ -332,7 +340,9 @@ Int_t CbmTrdModuleRecR::FindClusters(bool)
@@ -332,7 +340,9 @@ Int_t CbmTrdModuleRecR::FindClusters(bool)
std::cout << " time: " << newtime << " charge: " << charge << " col: " << col << " row: " << ch / ncols
@@ -351,19 +361,27 @@ Int_t CbmTrdModuleRecR::FindClusters(bool)
@@ -351,19 +361,27 @@ Int_t CbmTrdModuleRecR::FindClusters(bool)
if (rowchange && ch == lowrow - 1 && lowrow != channel && triggertype == CbmTrdDigi::eTriggerType::kSelf
if (rowchange && ch == highrow + 1 && highrow != channel && triggertype == CbmTrdDigi::eTriggerType::kSelf
if (rowchange && ch == highrow + 1 && highrow != channel && triggertype == CbmTrdDigi::eTriggerType::kNeighbor
@@ -586,6 +604,8 @@ bool CbmTrdModuleRecR::IsClusterComplete(const CbmTrdCluster* cluster)
@@ -586,6 +604,8 @@ bool CbmTrdModuleRecR::IsClusterComplete(const CbmTrdCluster* cluster)
@@ -594,10 +614,12 @@ bool CbmTrdModuleRecR::IsClusterComplete(const CbmTrdCluster* cluster)
@@ -594,10 +614,12 @@ bool CbmTrdModuleRecR::IsClusterComplete(const CbmTrdCluster* cluster)