Skip to content
Snippets Groups Projects
  1. Jan 08, 2024
  2. Dec 06, 2023
  3. Nov 17, 2023
  4. Nov 10, 2023
  5. Jul 19, 2023
    • Pierre-Alain Loizeau's avatar
      4884893a
    • Pierre-Alain Loizeau's avatar
      Add docs folder and first version of event displays HowTo · 9914a2a4
      Pierre-Alain Loizeau authored and Florian Uhlig's avatar Florian Uhlig committed
      9914a2a4
    • Pierre-Alain Loizeau's avatar
      [Evt disp] Add event display for CbmTimeslice with CbmEvent array (squashed) · c026d9bf
      Pierre-Alain Loizeau authored and Florian Uhlig's avatar Florian Uhlig committed
      - New classes to draw PixelHit depending on (Timeslice, Event) instead of only TreeEntry (=Timeslice in this case)
      - New classes to draw CbmGlobalTrack depending on (Timeslice, Event) instead of only TreeEntry (=Timeslice in this case)
      - New CbmTimesliceManager based on FairEventManager + corresponding Editor for the event display GUI
        - Choice of timeslice with safety check
        - Choice of event in timeslice with safety check
        - Calls to GotoEvent methods of new PixelHit and GlobalTrack drawing classes
        - Pre-sets of Track & PixelHit for sis100e, sis100m and mCBM
        - Add buttons for next and prev TS in new display
        - Add views tunned for mCBM in new display
        - Add support for visibility tuning in xml config + mcbm example
      - Example macro for mCBM 2022 reco
        - Add support for align matrices + make unp file optional
        - Example xml file for geometry view config, tuned for run 2391 and the Nickel setup
      - Example macro for CBM
        - Example xml file for geometry view config, tuned for the current SIS100 electron setup
      - Decouple TS evt display manager from FairEventManager + rel. fixes
        - Remove inheritance of CbmTimesliceManager from FairEventManager + clone (and cleanup) all required blocks of code from it
        - Clone FairEveTransparencyControl to CbmTsEveTransparencyControl as only gui element calling FairEventManager instance
        - Remove call to FairEventManager instance to CbmTimesliceManager one in all Timeslice event display classes
        - Fix calls to wrong methods in CbmTimeslicePixelHitSetDraw
        - Fix printout of TS and Event info in main views
      - Add support for animation and screenshots + fixes
      c026d9bf
    • Pierre-Alain Loizeau's avatar
      [Evt display] Fixes to pre-existing event displays · dfd322b8
      Pierre-Alain Loizeau authored and Florian Uhlig's avatar Florian Uhlig committed
      - Evt disp: Fix crash due to uninitialized var + related modern C++ updates
        - Remove old style constructors
        - Use chained constructors
        - Initialize all members to default in header file, solving crash in Reset method due to uninitialized fEveTrList if no name provided to constructor
      - Add draw of TOF part of global track if present
      dfd322b8
  6. Mar 17, 2023
    • Administrator's avatar
      Remove usage of sprintf · 982c4b76
      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.
      dev_2023_12
      982c4b76
  7. Oct 04, 2022
    • Omveer's avatar
      Transition from old to modern CMake · f86667e9
      Omveer authored
      unnecessary commands removed which oprated a directory level.
      like include_directories() link_directories()
      Now operating on the target directory using target_include_directories()
      target_link_libraries() commands.
      generating library target using generate_cbm_library() macro provided by us.
      f86667e9
  8. Sep 21, 2021
  9. 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
  10. Jun 08, 2021
  11. Jun 05, 2021
    • Eoin Clerkin's avatar
      Add copyright header to author declared files. · a4888728
      Eoin Clerkin authored
      Pulls some author and date information from previous headers, adds this to information from the svn and git repositories.
      Inlude the standard copyright header to approximately 2000 files with institute of original committer as copyright holder.
      Contributing authors from previous declaration and repository records.
      a4888728
  12. May 31, 2021
    • Eoin Clerkin's avatar
      Adds license header to .cxx, .cpp, .h, and .C files · f983bc0a
      Eoin Clerkin authored
      Files with detected previous copyright or authorship skipped.
      Copyright claimed for the current or last CBMC institute of the original commiter to the SVN or GIT repositories.
      File distributed under GNU public license version 3.0 declared.
      
      Revert "Adds license header to .cxx, .cpp, .h, and .C files"
      
      This reverts commit 94da1500.
      
      Removes one blank line
      
      Revert "Removes one blank line"
      
      This reverts commit a8e5e236.
      
      Preemptive empty lines removal
      
      If first two lines of a file are empty, or have spaces and tabs only then remove the lines.
      
      Revert "Preemptive empty lines removal"
      
      This reverts commit da38bf5d.
      
      Add empty line
      
      For stylistic reasons, an empty line is added after doxygen header.
      
      Revert "Add empty line"
      
      This reverts commit 30491934.
      
      Puts space between includes.
      
      Revert "Puts space between includes."
      
      This reverts commit 468b7024.
      
      Add multiple authors tag
      
      Lists authors in order of their contribution
      
      Revert "Add multiple authors tag"
      
      This reverts commit f5d3e748.
      
      Removes empty line on one file for clang format compliance.
      
      Revert "Removes empty line on one file for clang format compliance."
      
      This reverts commit fbac8bad.
      
      Small changes as per requested.
      
      Add small (o) to original commiters username.
      
      Adds running 10 percent instead of line count treshold for contributors.
      
      Revert "Small changes as per requested."
      
      This reverts commit 84af7b5f.
      
      Long form of names
      
      Word originator beside original committer of file.
      
      Revert "Long form of names"
      
      This reverts commit 759426e2.
      
      Add space between comma seperated double affilliation institutes
      f983bc0a
  13. May 27, 2021
  14. Apr 01, 2021
  15. Nov 18, 2020
  16. Jul 10, 2020
  17. Jun 03, 2020
Loading