Skip to content
Snippets Groups Projects
  1. Apr 07, 2022
    • Administrator's avatar
      Remove usage of deprecated functions · 38c214ec
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      The templated functions Deserialize and Serialize of the FairMQ Device are
      marked deprecated. These templates acctually only forward the call to the
      BoostSerializer and RootSerializer classes which are part of FairRoot.
      Call these classes directly to remove deprectaion warnings.
      dev_2022_15
      38c214ec
  2. Mar 10, 2022
  3. Mar 08, 2022
  4. Mar 06, 2022
  5. Mar 03, 2022
    • Administrator's avatar
      Don't use $VMCWORKDIR · 7f7216e1
      Administrator authored
      Use @VMCWORKDIR@ instaed which is exchanged by the acctual value while running
      CMake. In case of $VMCWORKDIR/build uses @CMAKE_BINARY_DIR@.
      7f7216e1
    • Administrator's avatar
      Correct RPATH information in the executables · 79214d74
      Administrator authored
      When building the executables the needed PATH information to find necessary
      libraries is stored in the executable. This PATH information is now also
      present in the installed executables such that they work without adding PATH
      information to the envirnonment.
      79214d74
    • Administrator's avatar
      Call the correct executable for shmem cleanup · 1f851eb8
      Administrator authored
      The cleanup of the shared memory wasn't working anymore. The executable is
      a part of FairMQ which was moved from FairRoot in its own package. Also the
      name of the excutable has changed to fairmq-shmmonitor which is now installed
      in SIMPATH.
      
      Remove blank characters from the end of lines.
      1f851eb8
    • Administrator's avatar
      Install MQ startup scripts · 31c13d83
      Administrator authored
      Create MQ startup scripts to be installed already at the configuration stage
      and store the in the build tree. The difference between the scripts used in
      the build tree and the scripts finally installed are the hardcoded directory
      information inside. In the scripts to be used inside the build directory this
      links to the source and the build directories whereas it links to the
      installation directory in case of the scripts which are installed.
      Copy the scripts during installation to the correct directory.
      Install the MQ executables in the same directory structure as in the build
      directory.
      31c13d83
  6. Mar 02, 2022
  7. Feb 07, 2022
  8. Jan 28, 2022
  9. Jan 14, 2022
  10. Dec 17, 2021
    • Pierre-Alain Loizeau's avatar
      8744e98d
    • Pierre-Alain Loizeau's avatar
      In TOF unpacker, make the 2021 epoch hack controlable and disable it by... · 4c661db3
      Pierre-Alain Loizeau authored and Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau committed
      In TOF unpacker, make the 2021 epoch hack controlable and disable it by default + enable in unpack macro for old runs
      4c661db3
    • Pierre-Alain Loizeau's avatar
      [MQ] Make Parameter server the only source of CbmSetup · 52378363
      Pierre-Alain Loizeau authored and Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau committed
      - In sim/steer, add CbmSetupStorable class in CbmSetup to convert back and forth from memory Instance to streamable object
      - Add support for CbmSetup in MQ parameter server device, with CbmSetupStorable output upon request
      - Change CbmSetup usage in MQ Unpack device from Disk access to parameter server request
      - Add printout of the received tag in MQ unpack for each detector system
      52378363
    • Pierre-Alain Loizeau's avatar
      [MQ] Improve FairMQ channels usage in unpack-buil-sink chain · baa426cd
      Pierre-Alain Loizeau authored and Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau committed
      - Switch Sampler-Unpackers connection from Push-Pull to Rep-Req! lower sample memory usage and better load-balancing performances (first ready first served)!
      - Use single channel for all histograms exchanges (objects but also configs)... to be cross-checked as some warnings
      - In CbmMQTsSamplerRepReq, fix logic for emission of missing TS list when first missing is index 1
      - In CbmMQTsSamplerRepReq, add case of missing TS 0 to same logic (starting processing after beginning of a run)
      - In CbmMQTsSamplerRepReq, fix the stop execution when reaching max TS nb condition
      baa426cd
    • Pierre-Alain Loizeau's avatar
      [MQ] First working version of the Unpack + EvtBuild + EvtSink chain in MQ · bf65d13d
      Pierre-Alain Loizeau authored and Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau committed
      - Add CbmDeviceDigiEventSink class and DigiEventSink binary
      - In TsaMultiSampler, fix logic for emission of missing TS list when first missing is index 1
      - Use vector ofCbmEvents instead of TClonesArray at output of BuildDigiEvents
      - Add missing features file for Unpack-Build-Sink chain
      - Add optional output of the full digi vectors in Event Sink
      
      => Tested with first file of run 1588, missing TS probably need better handling as too many empty fields
      bf65d13d
    • Pierre-Alain Loizeau's avatar
      [MQ] Add digi event builder device (reco unpacker compat.) + related changes · 838f52db
      Pierre-Alain Loizeau authored and Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau committed
      - Device using the central event builder algo in reco, with compatibility to output of the new unpack device
      - Macro using these two new devices and setting the parameter files for the mCBM July 2021 data (optimized for run 1588)
      838f52db
    • Pierre-Alain Loizeau's avatar
      [MQ] Add new algo based unpacker device + related changes · bffd070a
      Pierre-Alain Loizeau authored and Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau committed
      - Split the InitUnpacker method of the UnpackConfig template into
        - InitOutput
        - RegisterOutput (Framework bound, to be replaced by method in Task class CbmRecoUnpack)
        - SetAlgo
        - initParContainer, moved to the Task Class CbmRecoUnpack
        - InitAlgo
      - Move to the template version of these methods all blocks common to all derived config classes
      - Whenever necessary, overload these methods in the derived config classes (including the common parts, no base method call)
      - Bump Config classes version number
      - Adapt the Sts Unpack algo classes to initialize the monitor classes
      - Adapt the CbmRecoUnpack
      - Adapt the CbmUnpackDevice to use the standard Unpack Config classes (compiles with full functionality but untested)
      bffd070a
  11. Oct 29, 2021
  12. Sep 27, 2021
    • Administrator's avatar
      Fix license headers in MQ directory · c74816d6
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      Remove wrong license header drom several files which came in by using a
      template. The code was developed by the respective persons, the license header
      came in by using a skeleton.
      c74816d6
  13. 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
  14. Jul 23, 2021
  15. Jun 24, 2021
  16. Jun 21, 2021
    • Administrator's avatar
      Fix compiler error · 9999e3e5
      Administrator authored
      A static const class member in a cout statement results in an undefined symbol
      when linking an executable using the class.
      The solution is to do a static cast of the variable in the cout statement.
      9999e3e5
  17. Jun 17, 2021
  18. Jun 16, 2021
  19. 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
  20. Jun 08, 2021
  21. 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
Loading