Skip to content
Snippets Groups Projects
Commit f4ac621e authored by Norbert Herrmann's avatar Norbert Herrmann Committed by Pierre-Alain Loizeau
Browse files

[TOF] Add Vertex and min vrtx tracks nb empty setters in base CbmTofTrackFinder

parent bc737962
No related branches found
No related tags found
1 merge request!63Tof reco nh cleaned
......@@ -56,6 +56,8 @@ public:
virtual inline void SetSIGT(Double_t /*val*/) {};
virtual inline void SetSIGX(Double_t /*val*/) {};
virtual inline void SetSIGY(Double_t /*val*/) {};
virtual inline void SetAddVertex(Int_t) {};
virtual inline void SetVtxNbTrksMin(Int_t) {};
/** Abstract method DoFind. To be implemented in the concrete class.
** Task: Read the hit array and fill the track array,
......
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