Skip to content
Snippets Groups Projects
Commit 86940a9a authored by Alexandru Bercuci's avatar Alexandru Bercuci
Browse files

align to the new signature of FindClusters. No modification to the

algorithm
parent 07eaaf74
No related branches found
No related tags found
1 merge request!1228Rebasing MR1179
...@@ -68,7 +68,7 @@ void CbmTrdModuleRecR::Clear(Option_t* opt) ...@@ -68,7 +68,7 @@ void CbmTrdModuleRecR::Clear(Option_t* opt)
} }
//_______________________________________________________________________________ //_______________________________________________________________________________
Int_t CbmTrdModuleRecR::FindClusters() Int_t CbmTrdModuleRecR::FindClusters(bool)
{ {
std::deque<std::tuple<Int_t, Bool_t, const CbmTrdDigi*>>::iterator mainit; std::deque<std::tuple<Int_t, Bool_t, const CbmTrdDigi*>>::iterator mainit;
......
...@@ -37,7 +37,7 @@ public: ...@@ -37,7 +37,7 @@ public:
/** /**
* \brief Steering routine for finding digits clusters * \brief Steering routine for finding digits clusters
**/ **/
virtual Int_t FindClusters(); virtual Int_t FindClusters(bool clr = true);
Int_t GetOverThreshold() const { return fDigiCounter; } Int_t GetOverThreshold() const { return fDigiCounter; }
Double_t GetSpaceResolution(Double_t val = 3.0); Double_t GetSpaceResolution(Double_t val = 3.0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment