[WIP]: Test fair root
Compare changes
@@ -15,6 +15,8 @@
@@ -74,6 +76,10 @@ Long64_t CbmStsAlgoFindHits::Exec(const vector<CbmStsCluster>& clustersF, const
DON'T MERGE THIS MR!!!
It is a test of FairRootManager.
Many unsuccessful calls of GetObject() lead to a segmentation violation.
In this test I only added this code:
for(int iter=0; iter<10000; iter++){ FairRootManager::Instance()->GetObject("BlaBlaBla"); }
to the STS hitfinder.
DON'T MERGE THIS MR!!!