Skip to content
Snippets Groups Projects
  1. Feb 06, 2024
  2. Jan 08, 2024
  3. 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
  4. Dec 21, 2023
  5. 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
  6. Dec 14, 2023
  7. Dec 07, 2023
  8. Nov 27, 2023
  9. Nov 17, 2023
  10. Nov 10, 2023
  11. Nov 02, 2023
  12. Nov 01, 2023
  13. Oct 31, 2023
  14. Oct 27, 2023
  15. 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
  16. Aug 09, 2023
  17. 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
  18. Jul 17, 2023
  19. May 24, 2023
  20. 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
  21. Apr 24, 2023
  22. 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
  23. Mar 14, 2023
  24. Feb 20, 2023
  25. Dec 14, 2022
  26. Dec 08, 2022
  27. Nov 18, 2022
  28. Nov 14, 2022
  29. Nov 08, 2022
Loading