From c802dd8b9d213b53d7fb9103b66dc5d2737e408a Mon Sep 17 00:00:00 2001 From: Florian Uhlig <f.uhlig@gsi.de> Date: Wed, 18 Jan 2023 17:57:00 +0100 Subject: [PATCH] Create separate simulation library from mvd code After many dependencies in the mvd code could be remove it becomes possible to separate the mvd code in the same as it was done for all other detector systems some time ago. This commits separate the code for the CbmMvdSim library. Also the pileup manager was moved from the sim to the base library. This commit will not compile. --- sim/detectors/mvd/CbmMvdPixelCharge.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sim/detectors/mvd/CbmMvdPixelCharge.h b/sim/detectors/mvd/CbmMvdPixelCharge.h index 72b92da7cb..e05dde12a8 100644 --- a/sim/detectors/mvd/CbmMvdPixelCharge.h +++ b/sim/detectors/mvd/CbmMvdPixelCharge.h @@ -80,4 +80,8 @@ private: ClassDef(CbmMvdPixelCharge, 1); }; +<<<<<<< HEAD +======= + +>>>>>>> 85e08e45 (Create separate simulation library from mvd code) #endif -- GitLab