From 759dbed2c5826f996347c1a1fb624047baa4f630 Mon Sep 17 00:00:00 2001 From: Valentina <v.akishina@gsi.de> Date: Thu, 20 Aug 2020 15:26:47 +0200 Subject: [PATCH] L1 code format --- reco/L1/CbmL1.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reco/L1/CbmL1.cxx b/reco/L1/CbmL1.cxx index d5dc8bc0..243bcfd2 100644 --- a/reco/L1/CbmL1.cxx +++ b/reco/L1/CbmL1.cxx @@ -1426,7 +1426,7 @@ void CbmL1::Reconstruct(CbmEvent* event) { / (sta.xInfo.sin_phi * sta.yInfo.sin_phi - sta.xInfo.cos_phi * sta.yInfo.cos_phi)[0]; -#if 1 // GAUSS +#if 1 // GAUSS const_cast<std::vector<L1Strip>*>(algo->vStsStrips)->at(h.f) = idet * (+sta.yInfo.sin_phi[0] * mcp.x - sta.xInfo.cos_phi[0] * mcp.y) + random.Gaus(0, sqrt(sta.frontInfo.sigma2)[0]); -- GitLab