- May 11, 2023
-
-
Dominik Smith authored
-
Dominik Smith authored
-
Dominik Smith authored
-
Felix Weiglhofer authored
-
- May 10, 2023
-
-
Dominik Smith authored
CbmTrdUnpackFaspAlgo: Removed catching of multiply defined equipment IDs (sometimes multiple entries are passed for invalid eq_id = 0).
-
Administrator authored
Instead of using the Singularity runtime to execute the test in containers the successor Apptainer is used.
-
- May 09, 2023
-
-
-
-
Dominik Smith 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
-
-
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.
-
-
-
-
Up to now the CbmMvdDetector class has dependencies to all plugin classes. This prevents a restructering of the mvd code. With this commit the plugins are added to the sensors from the tasks.
-
-
-
-
The digitizer plugings are now added to all sensors from the digitizer task. Before the change this was done from the CbmMvdDetector class which results in an unwanted dependency from CbmMvdSensorDigitizerTask.
-
-
The map directly connects the detecor id with the corresponding sensor. This allows to get rid of a loop over all sensors to find the correct one.
-
-
-
Added an ID number in the constructors of the different classes of the tasks in mvd/plugin/tasks
-