- Jul 03, 2023
-
-
Alexandru Bercuci authored
-
Alexandru Bercuci authored
format (imported from MR 1198)
-
Alexandru Bercuci authored
-
Alexandru Bercuci authored
-
Alexandru Bercuci authored
(CbmTrdParModAsic) and the proper set related. Add also CROB id to the param file
-
Alexandru Bercuci authored
-
Alexandru Bercuci authored
-
Alexandru Bercuci authored
ASIC pars. This is to propagate the correct mapping for all levels of data processing (unpack, monitor, reco, tracking)
-
Alexandru Bercuci authored
-
Alexandru Bercuci authored
definition. Details include: - global access to the masking status (CbmTrdModuleAbstract) - implementation of channel masking (CbmTrdParFasp) - updates in the R/W of FASP parameters (CbmTrdParSetAsic) - documentation for the ASIC param class (bmTrdParAsic.h) - online monitoring of mask/working channels (CbmTrdUnpackFaspMonitor)
-
- May 24, 2023
-
-
-
-
Initialize the data members in the header file and use default constructor and default destructor.
-
- May 16, 2023
-
-
googol23nphy authored
-
googol23nphy authored
-
googol23nphy authored
-
googol23nphy authored
-
- May 11, 2023
-
-
Felix Weiglhofer authored
-
Felix Weiglhofer authored
-
- May 08, 2023
-
-
Remove all usage of cout. Use the FairLogger instead. Fix copyright statement.
-
The remaining code in the mvd directory was not used after all the changes. Move the 2 PDF files to core/detectors/mvd as temporary solution. Finally the files need a better place. Remove the complete mvd directory and the usage from the main CMakeLists.txt
-
-
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 24, 2023
-
-
- cf https://github.com/root-project/root/issues/12242 - Fixes edge case of #2620 which was missed by previous patch: Assemblies which are not PhysicalNodes were not recomputed if not touched
-
- Apr 14, 2023
-
-
Sergei Zharko authored
-
- Mar 17, 2023
-
-
Administrator authored
The function sprintf is marked deprecated with the latest Clang version. Move from sprintf to snprintf. Define and use buffer size. Check the return value in a function where this is important.
-
- Feb 24, 2023
-
-
-
sets and to take into account the alignment
-
- Feb 15, 2023
-
-
Sergei Zharko authored
CbmTofInteraction class is introduced to address the problem of multiple MC points for one interaction.
-
- Jan 11, 2023
-
-
- Dec 02, 2022
-
-
Axel Puntke authored
-
- Nov 18, 2022
-
-
Administrator authored
Add missing include statements and forward declarations. In FairRoot a serious cleanup of include statements was done which needs fixes in our code base.
-
- Nov 15, 2022
-
-
- Nov 08, 2022
-
-
Administrator authored
-