- Nov 06, 2023
-
-
- Nov 02, 2023
-
-
-
data reorganization
-
-
-
-
-
-
-
-
Remove path from include statements Add missing include statements and remove unneeded ones. Use forward declaration whenever possible.
-
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.
-
- Oct 31, 2023
-
-
Rich: Major digitizer rework using signal buffers, also implementing crosstalk and charged particle clusters
-
- Oct 11, 2023
-
-
Strange zero size volume were found to cause segfault for MacOS systems. Documented in https://redmine.cbm.gsi.de/issues/2759 and MR !1126. Updates hash with geometry binary.
-
- Aug 30, 2023
-
-
- Aug 09, 2023
-
-
- Aug 04, 2023
-
-
Administrator authored
The mvd digitizer distributes the MC points into several new arrays which are used for the different sensors. This distribution does not allow to use any longer the index in the array to link the proper MC information. To vercome the problem the index in the original array is added as a data member to the MC point. Correctly store information about contributing MC points in MvdPixelCharge.
-
Add missing break statements (Dennis Spicker) Without these break statements, the resulting gamma would always be the one for the highest Bethe-Bloch value. Fix calculation of gamma (Lena Rossel) Change speed of light to 1. Momentum and mass are given in GeV, therefore speed of light does not need to be c=3e8.
-
- Jul 28, 2023
-
-
- Jul 17, 2023
-
-
As reported in #2913, G4 Commands for Cerenkov photons were defunct with current FS G4 version.
-
-
- Jul 14, 2023
-
-
Pierre-Alain Loizeau authored
-
- Jul 03, 2023
-
-
Alexandru Bercuci authored
-
Alexandru Bercuci authored
(CbmTrdParModAsic) and the proper set related. Add also CROB id to the param file
-
- Jun 26, 2023
-
-
- Jun 23, 2023
-
-
- May 24, 2023
-
-
- May 08, 2023
-
-
Remove all usage of cout. Use the FairLogger instead. Fix copyright statement.
-
-
Remove commented code. Move library dependency from public to private.
-
-
Use vectors instead of fixed size arrays. Adapt code to properly use the new buffer class.
-
First adaptations for a time based digitizer. Methods added but not used in CbmMvdDigitizerTask and CbmMvdDataSheet
-
Update license header. Use nullptr instead of macro NULL. Remove path from include statements. Add missing include statements and remove unneeded ones. Use forward declaration whenever possible. Remove obsolete functions. Move cout to LOG. Remove some unnecessary code.
-
-
Remove function SetProduceNoise from CbmMvdSensor and CbmMvdDetector. The function from the plugin is now called directly from the digitizer. Exchange some casts to the final taks by using the base class instead.
-
Add build system files for new mvd code structure Move code from mvd directory to core/detectors/mvd, sim/detectors/mvd, reco/detectors/mvd and analysis/detectors/mvd. Create the libraries CbmMvdCore, CbmMvdSim, CbmMvdReco and CbmMvdAna. This commit will not compile.
-
-
- Apr 25, 2023
-
-