Skip to content
Snippets Groups Projects
  1. Apr 09, 2024
  2. Mar 25, 2024
  3. Mar 21, 2024
  4. Mar 14, 2024
  5. Feb 12, 2024
  6. Feb 09, 2024
  7. Jan 29, 2024
  8. Jan 18, 2024
  9. Jan 13, 2024
  10. Jan 04, 2024
  11. Dec 14, 2023
  12. Dec 12, 2023
  13. Nov 28, 2023
  14. Oct 19, 2023
  15. Oct 17, 2023
  16. Oct 03, 2023
    • Rosen Matev's avatar
      Make sure ROOT starts in batch mode in tests · a504a234
      Rosen Matev authored
      Also, not importing ROOT improves a bit startup times and has the
      benefit that these (not-quite-understood) messages do not show up
      when starting processes in MooreOnline.
      
      Warning in <TInterpreter::ReadRootmapFile>: class  Bits::BitMask<1> found in  is already in libOnlineKernelDictGen.so
      Warning in <TInterpreter::ReadRootmapFile>: class  Bits::BitMask<2> found in  is already in libOnlineKernelDictGen.so
      Warning in <TInterpreter::ReadRootmapFile>: class  Bits::BitMask<3> found in  is already in libOnlineKernelDictGen.so
      Warning in <TInterpreter::ReadRootmapFile>: class  Bits::BitMask<4> found in  is already in libOnlineKernelDictGen.so
      Warning in <TInterpreter::ReadRootmapFile>: class  CPP::AmsSensor found in  is already in libOnlineKernelDictGen.so
      Warning in <TInterpreter::ReadRootmapFile>: class  CPP::Event found in  is already in libOnlineKernelDictGen.so
      Warning in <TInterpreter::ReadRootmapFile>: class  CPP::IocSensor found in  is already in libOnlineKernelDictGen.so
      Warning in <TInterpreter::ReadRootmapFile>: class  CPP::Message found in  is already in libOnlineKernelDictGen.so
      Warning in <TInterpreter::ReadRootmapFile>: class  CPP::PyInteractor found in  is already in libOnlineKernelDictGen.so
      Warning in <TInterpreter::ReadRootmapFile>: class  CPP::Sensor found in  is already in libOnlineKernelDictGen.so
      Warning in <TInterpreter::ReadRootmapFile>: class  CPP::TimeSensor found in  is already in libOnlineKernelDictGen.so
      Warning in <TInterpreter::ReadRootmapFile>: class  IOPortManager found in  is already in libOnlineKernelDictGen.so
      Warning in <TInterpreter::ReadRootmapFile>: class  NetworkAddress found in  is already in libOnlineKernelDictGen.so
      Warning in <TInterpreter::ReadRootmapFile>: class  NetworkChannel found in  is already in libOnlineKernelDictGen.so
      Warning in <TInterpreter::ReadRootmapFile>: class  NetworkConnection found in  is already in libOnlineKernelDictGen.so
      Warning in <TInterpreter::ReadRootmapFile>: class  RTL::GlobalSection found in  is already in libOnlineKernelDictGen.so
      Warning in <TInterpreter::ReadRootmapFile>: class  TcpConnection found in  is already in libOnlineKernelDictGen.so
      Warning in <TInterpreter::ReadRootmapFile>: class  TcpNetworkAddress found in  is already in libOnlineKernelDictGen.so
      Warning in <TInterpreter::ReadRootmapFile>: class  TcpNetworkChannel found in  is already in libOnlineKernelDictGen.so
      Warning in <TInterpreter::ReadRootmapFile>: class  UdpConnection found in  is already in libOnlineKernelDictGen.so
      Warning in <TInterpreter::ReadRootmapFile>: class  UdpNetworkAddress found in  is already in libOnlineKernelDictGen.so
      Warning in <TInterpreter::ReadRootmapFile>: class  UdpNetworkChannel found in  is already in libOnlineKernelDictGen.so
      Warning in <TInterpreter::ReadRootmapFile>: class  qentry found in  is already in libOnlineKernelDictGen.so
      Warning in <TInterpreter::ReadRootmapFile>: class  sockaddr_in found in  is already in libOnlineKernelDictGen.so
      a504a234
  17. Sep 24, 2023
  18. Sep 20, 2023
  19. Sep 18, 2023
  20. Sep 11, 2023
  21. Jul 26, 2023
  22. Jul 19, 2023
  23. Jun 29, 2023
  24. Jun 28, 2023
  25. Jun 20, 2023
  26. Jun 08, 2023
    • Gerhard Raven's avatar
      Add UnpackDstDataBank which unpacks the entire DstData raw bank · db2796f3
      Gerhard Raven authored
      Note that this algorithm 'just' unpacks everything in the DstData
      raw bank and repopulates the event store -- it does _not_ provide
      data handles which can be used during configuration, as the data
      it produced is fully determined by the content of the DstData bank
      it encounters... so while fully deterministic, it is not a-priori
      predictable without accessing the data.
      db2796f3
  27. May 05, 2023
    • Gerhard Raven's avatar
      Reduce the number of `bind` needed · 35a33be6
      Gerhard Raven authored
      If a function 'f' calls a function 'g' where 'g' is a configurable,
      remove any argumentfs from 'f' which are solely used to call 'g' and
      which are 'configurable' by binding 'g'
      
      This removes the need to (consistently) bind both 'f' and 'g', and
      instead only requires 'g' to be bound. Basically, bind-able arguments
      which only exist to configure layers 'below' the current should not
      be there.
      
      In addition, add dedicated python 'HltSourceID' enum, and add a single
      mapping of process-id to source-id. Use this 'HltSourceID' to verify
      the validity of arguments.
      35a33be6
  28. May 02, 2023
  29. Apr 24, 2023
  30. Apr 23, 2023
  31. Apr 19, 2023
  32. Mar 29, 2023
Loading