Skip to content
Snippets Groups Projects

online: A configuration file is added for the tracking chain

Merged Sergei Zharko requested to merge s.zharko/cbmroot:ca-online-parameters into master
Files
5
@@ -197,7 +197,7 @@ namespace cbm::algo::ca
// const CbmL1MCTrack* GetMcTrackForWindowHit(int iHit) const;
/// \brief Sets number of threads
void SetNofThtreads(int nThreads)
void SetNofThreads(int nThreads)
{
fNofThreads = nThreads;
assert(nThreads > 0);
Loading