Skip to content
Snippets Groups Projects
  1. Feb 26, 2024
  2. Feb 22, 2024
    • Radim Dvorak's avatar
      Fix MC matching of FsdHits · 946233ba
      Radim Dvorak authored and Florian Uhlig's avatar Florian Uhlig committed
      The current implementation works only for event-by-event based digitisation and reconstruction. When running time based the results will be definitely wrong.
      
      Closes #3195
      946233ba
  3. Feb 20, 2024
  4. Feb 08, 2024
  5. Feb 06, 2024
  6. Jan 08, 2024
  7. Jan 04, 2024
    • Administrator's avatar
      Add event based CI tests for MVD QA · 6d9dd2ac
      Administrator authored and Sergey Gorbunov's avatar Sergey Gorbunov committed
      Add CbmMvdQa to the reconstruction test to create residuals for the MVD.
      Small fixes in CbmMvdQa to get the task running again. Attach tracks only of
      requested. Fix issue when writting the output.
      6d9dd2ac
  8. Dec 21, 2023
  9. Dec 18, 2023
    • Frederic Julian Linz's avatar
      Updates to offline reco and at converter binaries · e78ea917
      Frederic Julian Linz authored and Florian Uhlig's avatar Florian Uhlig committed
      This MR introduced minor updates to the cbmreco_offline and cbm_atconverter binary: 
      - colored log ouput 
      - forward declaration of classes in header files 
      - new function to get cbmsim tree from file 
      - use consistently "firstTs" and "numTS" to set start event and number of processed events, respectively -STS track matching
      e78ea917
  10. Dec 14, 2023
  11. Dec 07, 2023
  12. Nov 27, 2023
  13. Nov 17, 2023
  14. Nov 10, 2023
  15. Nov 02, 2023
  16. Nov 01, 2023
  17. Oct 31, 2023
  18. Oct 27, 2023
  19. Aug 30, 2023
    • Oleksii Lubynets's avatar
      AT converter: remove obsolete code · 7256ff10
      Oleksii Lubynets authored and Florian Uhlig's avatar Florian Uhlig committed
      MC-true pdg code field was removed from VtxTracks branch long back in time.
      This information is available via AT::Matching. 
      The commented piece of code and empty (filled with zeros) field mc_pdg still remained
      which was fixed with this MR.
      7256ff10
  20. Aug 09, 2023
  21. Aug 04, 2023
    • Adrian Meyer-Ahrens's avatar
      Several fixes for the PAPA Framework (squashed) · b5def6e4
      Adrian Meyer-Ahrens authored
      - Add protection in CheckParticleSource for Tracks without MC Track
      - Add label for EventStartTime variable
      - Fix mass dependent weighting for single tracks from thermal source
      - Fix typo in mother pdg for qgp radiation
      - Fix weighting of pluto particles from different mothers
      - Fix mass dependent scaling for comb. pairs from thermal sources
      - Assign mctrack pointer directly instead of creating it as nullptr first
      - Move include TClonesArray outside of ifndefin PairAnalysisMC, remove from PairAnalysisPair
      - Dont define MCtrack as nullptr but assign it directly
      - Change uses of 0x0 to nullptr
      
      See !1261 for original description and discussion
      b5def6e4
  22. Jul 17, 2023
  23. May 24, 2023
  24. May 08, 2023
    • Administrator's avatar
      Cleanup MVD code · fe8fb089
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      Remove all usage of cout.
      Use the FairLogger instead.
      Fix copyright statement.
      fe8fb089
    • Administrator's avatar
      Apply clang-format · e03201f5
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      e03201f5
    • Administrator's avatar
      Cleanup mvd code · fc19fef5
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      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.
      fc19fef5
    • Administrator's avatar
      Create separate libraries for the mvd code · 116a2dc6
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      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.
      116a2dc6
  25. Apr 24, 2023
  26. Mar 21, 2023
    • Administrator's avatar
      Fix warnings about deprecated code · 6f04bfdc
      Administrator authored
      With FairRoot v18.8 the functions GetOutputFile() and SetOutputFile() are
      deprecated instead of using a file sink. Correct user code to create the
      file sink correctly or to extract the file name from the file sink.
      Comparisons of results before and after the change showed that the results
      are absolutely identical.
      6f04bfdc
  27. Mar 14, 2023
  28. Feb 20, 2023
  29. Dec 14, 2022
  30. Dec 08, 2022
Loading