- Oct 06, 2023
-
-
Rosen Matev authored
[ci skip]
-
- Oct 04, 2023
-
-
Rosen Matev authored
Move Rich DLL scaling to static / class functions. See merge request !4301
-
Rosen Matev authored
Handle lumi events in do_unpacking See merge request !4292
-
Sebastien Ponce authored
Update References for: Detector!425 based on lhcb-master-mr/9351 See merge request !4293
-
Rosen Matev authored
Make sure ROOT starts in batch mode in tests See merge request !4306
-
- Oct 03, 2023
-
-
Rosen Matev authored
Fixed many unsafe float comparisons Closes #326 and #289 See merge request !4291
-
Rosen Matev authored
Remove usage of GaudiAlgorithm in FT and Hlt code See merge request !4233
-
Rosen Matev authored
Fix errors caused by DD4Hep future upgrades refactor See merge request !4283
-
-
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
-
RefBot authored
-
- Sep 26, 2023
-
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
- Sep 25, 2023
-
-
Christopher Rob Jones authored
-
Christopher Rob Jones authored
Remove 'CalibratedDLL' values from ProtoParticle additionaInfo.
-
Rosen Matev authored
Prepare LHCb v54r18 See merge request !4302
-
Rosen Matev authored
[ci skip]
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
This involves dropping operator-- on CellParam and CaloDigits_v2. The former was not used, the later revealed a bug in the test that was the only user (and should not have been). It has also been fixed.
-
Now exist zero_norm, one_norm, two_norm These methods should be used rather than p_norm as they are more efficient
-
-
-
Indeed, the norm() method of the Bernstein polygons was only called without argument, leading to using the 0 norm The ultimate goal is to cleanup the implementation of the p_norm in LHCbMath, so that it's only used when really needed, that is when p in not 0, 1 or 2 The current implementation tries to catch these cases, but will fail most of the time as float comparisons are unreliable
-