- Apr 09, 2024
-
-
- Mar 25, 2024
-
-
- Mar 21, 2024
-
-
- Mar 14, 2024
-
-
Wouter Hulsbergen authored
perform some renaming of locations and revert back changes to get closer to master and be better backward compatible
-
Sevda Esen authored
add properties needed for packing to PrimaryVertices added PrimaryVertices to selective packer/unpacker
-
- Feb 12, 2024
-
-
- Feb 09, 2024
-
-
Gerhard Raven authored
-
- Jan 29, 2024
-
-
Christopher Rob Jones authored
-
- Jan 18, 2024
-
-
- Jan 13, 2024
-
-
Gerhard Raven authored
-
- Jan 04, 2024
-
-
Gerhard Raven authored
-
- Dec 14, 2023
-
-
Gerhard Raven authored
-
- Dec 12, 2023
-
-
- Nov 28, 2023
-
-
Marco Clemencic authored
-
- Oct 19, 2023
-
-
Maarten Van Veghel authored
-
- Oct 17, 2023
-
-
Gerhard Raven authored
-
- Oct 03, 2023
-
-
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
-
- Sep 24, 2023
-
-
- Sep 20, 2023
-
-
- Sep 18, 2023
-
-
Rosen Matev authored
-
- Sep 11, 2023
-
-
Chris Burr authored
-
- Jul 26, 2023
-
-
Maarten Van Veghel authored
-
Maarten Van Veghel authored
-
Maarten Van Veghel authored
-
Maarten Van Veghel authored
-
Maarten Van Veghel authored
-
- Jul 19, 2023
-
-
Marian Stahl authored
-
- Jun 29, 2023
-
-
Miroslav Saur authored
-
Miroslav Saur authored
-
Sebastien Ponce authored
-
- Jun 28, 2023
-
-
- Jun 20, 2023
-
-
Nicole Skidmore authored
-
- Jun 08, 2023
-
-
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.
-
- May 05, 2023
-
-
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.
-
- May 02, 2023
-
-
Sebastien Ponce authored
-
- Apr 24, 2023
-
-
- Apr 23, 2023
-
-
- Apr 19, 2023
-
-
- Mar 29, 2023
-
-
Gerhard Raven authored
-