Skip to content
Snippets Groups Projects
Commit 2fe083f0 authored by Sergey Gorbunov's avatar Sergey Gorbunov
Browse files

temporary testgit add -u

parent c73dc5e2
No related branches found
No related tags found
1 merge request!1205[WIP]: Test fair root
Pipeline #22786 failed
......@@ -15,6 +15,8 @@
#include "CbmStsParSensor.h"
#include "CbmStsParSensorCond.h"
#include "FairRootManager.h"
#include <TGeoMatrix.h>
#include <TMath.h>
......@@ -74,6 +76,10 @@ Long64_t CbmStsAlgoFindHits::Exec(const vector<CbmStsCluster>& clustersF, const
Double_t lorentzF, Double_t lorentzB, TGeoHMatrix* matrix)
{
for (int iter = 0; iter < 10000; iter++) {
FairRootManager::Instance()->GetObject("BlaBlaBla");
}
// Assert validity of parameters
assert(nStrips > 0);
assert(pitch > 0.);
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment