Skip to content
Snippets Groups Projects
  1. Nov 19, 2021
  2. Nov 11, 2021
  3. Nov 08, 2021
    • Pascal Raisig's avatar
      Introduce shared_ptr for CbmTrdRadiator · b8130c67
      Pascal Raisig authored
      Since, the radiator is touched within the MR, we exchange its member appearances as raw pointer with smared shared pointers.
      For backward compatibility with quite some amount of macros (quite some of them seem to be obsolete) forwarding constructors of CbmTrdDigitizer and CbmTrdQa have been implemented.
      b8130c67
  4. Oct 18, 2021
  5. Sep 22, 2021
  6. Aug 05, 2021
  7. Jul 27, 2021
  8. Jul 22, 2021
  9. Jul 13, 2021
  10. 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
  11. Jun 08, 2021
  12. 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
  13. 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
  14. May 27, 2021
  15. May 15, 2021
  16. Apr 22, 2021
    • Pascal Raisig's avatar
      Fix Trd hitCounter counting · 8a813c1c
      Pascal Raisig authored and Florian Uhlig's avatar Florian Uhlig committed
      The hit counter was resetted for each event, while
      the number of clusters correponds to the full timeslice.
      Now the printed hitCounterTs counts all hits in a TS without a reset.
      No explicit hit counting per event is currently implemented.
      8a813c1c
  17. Apr 21, 2021
  18. Apr 01, 2021
  19. Mar 29, 2021
  20. Mar 17, 2021
    • Pascal Raisig's avatar
      Fix missing include statement · ddef2952
      Pascal Raisig authored
      iomanip was missing, somehow neither gcc on linux nor clangd cared for it.
      ddef2952
    • Pascal Raisig's avatar
      Add a safety to capture digi=nullptr · ac7fc23b
      Pascal Raisig authored
      In the processing routines for empty digi branches a situation could appear,
      where nullptr were forwarded to unprotocted functions.
      Now a protection against this situation and a safety against nullptr is implemented.
      ac7fc23b
    • Pascal Raisig's avatar
      Upgrade debug print handling · 03bc22e3
      Pascal Raisig authored
      Add a setter to explicitly activate debug statements for TrdClusterFinder and HitProducer
      The statements are printed with LOG(info)
      03bc22e3
Loading