From cc6b7098751e3be4cc039ae4072a5ed95b9e2eb5 Mon Sep 17 00:00:00 2001
From: Michael Deveaux <deveaux@physik.uni-frankfurt.de>
Date: Mon, 24 Jul 2023 16:53:55 +0200
Subject: [PATCH] Increase number of contributors when digesting charge

---
 sim/detectors/mvd/CbmMvdPixelCharge.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sim/detectors/mvd/CbmMvdPixelCharge.h b/sim/detectors/mvd/CbmMvdPixelCharge.h
index fa556264e7..2e0c87f5c8 100644
--- a/sim/detectors/mvd/CbmMvdPixelCharge.h
+++ b/sim/detectors/mvd/CbmMvdPixelCharge.h
@@ -109,7 +109,7 @@ private:
   Int_t fDominatorPointId = {-1};
   Short_t fDominatorIndex = {0};
   Float_t fPixelTime = {-1.};
-  Double_t fEndOfBusyTime;
+  Double_t fEndOfBusyTime=-1.;
 
   std::vector<Int_t>    fTrackId = {};
   std::vector<Int_t>    fPointId = {};
-- 
GitLab