Skip to content
Snippets Groups Projects
  1. Jun 10, 2022
    • Cornelius Feier-Riesen's avatar
      LMVM: restructure comb. BG procedure · 840c69b5
      Cornelius Feier-Riesen authored and Florian Uhlig's avatar Florian Uhlig committed
      840c69b5
    • Cornelius Feier-Riesen's avatar
      LMVM: · 231aa7ab
      Cornelius Feier-Riesen authored and Florian Uhlig's avatar Florian Uhlig committed
      add new PLUTO path (Tetyanas folder)
      add purity histograms
      add histograms to investigate diff. between PLUTO/UrQMD and electron/positron
      add CB histograms in LmvmDraw.cxx
      add histogram to investigate BG and its sources
      add histosgrams for acc and rec. pions and electrons for var. detector
      combinations
      some more small changes
      231aa7ab
  2. Jun 03, 2022
  3. Jun 02, 2022
  4. Dec 22, 2021
  5. Dec 16, 2021
  6. Dec 08, 2021
  7. Dec 07, 2021
  8. Nov 25, 2021
  9. Nov 23, 2021
  10. Nov 19, 2021
  11. Nov 17, 2021
  12. Nov 14, 2021
  13. Oct 31, 2021
    • Administrator's avatar
      Remove a circular library dependency · 9b1c7425
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      There was a circular dependency between Littrack and CbmRichReco. The problem
      only shows up when linking an executable.
      The dependency could be resolved by moving some of the rich code into the
      directory core/detectors/rich and splitting the littrack library into two parts.
      The first library (Littrack) contains everything beside the littrack QA classes
      and the second one (LittrackQA) contains only the QA code. Those files moved
      from reco/detectors/rich had no dependencies to reco or sim.
      9b1c7425
  14. Sep 22, 2021
  15. Sep 14, 2021
  16. Sep 08, 2021
    • Florian Uhlig's avatar
      Correct order of link directories · 545a173b
      Florian Uhlig authored and Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau committed
      Somehow (at least on some systems) the link order was such that the
      first directory was $SIMPATH/lib. This was even the case when the order was
      defined differently in the CMakeLists.txt. The problem isn't yet understood
      completely.
      
      This results in the problem that libVc.a was taken from $SIMPATH/lib
      were it is installed by ROOT/FairSoft. As long as the version provided with
      CbmRoot and the version provided by ROOT were the same the problem wasn't
      seen. When updating our internal Vc version this results in a creash when
      loading libryries due to a version mismatch between the library version and
      the header file version.
      545a173b
  17. Jul 30, 2021
    • Cornelius Feier-Riesen's avatar
      Update run_reco.C macro · 915a7021
      Cornelius Feier-Riesen authored and Florian Uhlig's avatar Florian Uhlig committed
      	modified:   analysis/PWGDIL/dielectron/lmvm/CbmAnaDielectronTaskDrawAll.cxx
      	modified:   macro/analysis/dielectron/batch_job.py
      	modified:   macro/analysis/dielectron/batch_send_common.py
      	modified:   macro/analysis/dielectron/draw_all.py
      	modified:   macro/analysis/dielectron/hadd_many.py
      	modified:   macro/analysis/dielectron/run_analysis.C
      	modified:   macro/analysis/dielectron/run_litqa.C
      	modified:   macro/analysis/dielectron/run_reco.C
      915a7021
  18. Jul 23, 2021
  19. Jul 20, 2021
    • drslebedev's avatar
      Update lmvm python scripts · cc53d8e1
      drslebedev authored and Florian Uhlig's avatar Florian Uhlig committed
      Adding lmvm combinatorial pairs procedure
      
      Develop combinatorial BG procedure and add corresponding histograms
      
      Correct pairing in CB and reverse formatting of python macros
      
      Add Single Particle Yield Histos
      
      Particle Yield and Acceptance of Electrons and Positrons is observed for various detector combinations.
      Formatting of python scripts after they had been tored by wrong application of clang format.
      
      WIP Add single particle histos
      
      WIP: Update single particle histograms
      
      WIP: Add histograms for nPoint
      
      Number of points the electrons / positrons leave in the various detectors
      
      Modify macros for common production
      
      Also some small adaptions in CbmAnaDielectronTask.cxx and in ana and litqa macros were done.
      
      Apply clang format
      cc53d8e1
  20. Jun 25, 2021
  21. Jun 14, 2021
  22. Jun 10, 2021
  23. Jun 09, 2021
    • Administrator's avatar
      Cleanup license headers · 131d9ce2
      Administrator authored
      Unify user names in the license header authors list.
      Remove duplicate users in the authors list.
      Cleanupo of some other inor issues.
      131d9ce2
Loading