- Apr 22, 2021
-
-
- Apr 21, 2021
-
-
fix adding of noise to use SiCellId directly - works for ITkStrip as well as SCT, and avoids an extra conversion step
-
Thomas Strebler authored
-
- Apr 20, 2021
-
-
scott snyder authored
Mismatched header guard.
-
Adam Edward Barton authored
-
- Apr 19, 2021
-
-
-
Define a separate scoped enumeration for the possible SurfaceTypes. And use it consistently. The motivation is that there is a cross dependency creeping in from ParameterBase to Surface and Surface impl to ParametersBase due to that enum. Also a single scoped enum allows to unify the usage syntax
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Linking against `SGTests` is only needed if the `StoreGate/SGtests.h` is used. Relates to the duplicate CLID errors discussed in ATEAM-731.
-
-
Tadej Novak authored
-
- Apr 17, 2021
-
-
Adam Edward Barton authored
-
- Apr 16, 2021
-
-
-
retrieve nStrips once and pass through interfaces as reference, to avoid mutliple retrivals and inconsisten ranges
-
- Apr 15, 2021
-
-
Thomas Strebler authored
-
- Apr 14, 2021
-
-
scott snyder authored
Remove vestigial references to CaloNoiseTool.
-
Goetz Gaycken authored
The decoration availability check is performed per container, thus testing the availability of a certain decoration for each truth particle is incorrect. Now, decorations are only applied if the decorations are not yet present in the TruthParticle container.
-
Remove unsafe localToGlobal returning naked ptr. In favour of value i.e what was added as localToGlobalPos. Migrate clients. In cases this fixes potential memory leaks, thankfully in test code
-
- Apr 13, 2021
-
-
Tadej Novak authored
-
- Apr 12, 2021
-
-
Update beamspot reconstruction and correct error in InDetRecExample which allows it to run when there is no calo information
-
-
Avoid/remove covariance matrix allocations from clients of TrackParameters. use std::optional intrernally to express that is "nullable" but allow for value semantics
-
- Apr 09, 2021
-
-
Soshi Tsuno authored
-
Remove usage of obsolete `PACKAGE_VERSION` macro. Also cleanup essentially empty methods.
-
-
- Apr 08, 2021
-
-
sutt authored
Having replaced all the use of the old RegSelSvc but the new component specific RegSelTools and their related RegSelCondAlgs, we can now remove the remaining RegSelSvc code, and the componenet specific code for each RegionSelectorTable class, ie InnerDetector/InDetDetDescr/InDetRegionSelector MuonSpectrometer/MuonDetDescr/MuonRegionSelector The LAR and TileCal code was already modified by Denis, so no changes needed for LArCalorimeter/LArRegionSelector TileCalorimeter/TileRawUtils Relates to ATR-19657, and replaces !41361
-
- Now LB dependent HitMaps are created for NoisyStrip and Dead/Quiet Chip task
-
- Apr 07, 2021
-
-
Goetz Gaycken authored
Some members which are only used when writing special seed ntuples are not always initialised. This caused occasional FPEs when the assignment operator was called. Now these members are always initialised to zero.
-
Nicholas Styles authored
-
Vadim Kostyukhin authored
-
- Apr 06, 2021
-
-
-
Maximilian Emanuel Goblirsch-Kolb authored
-
-
- Apr 05, 2021
-
-
- Apr 04, 2021
-
-
This si strange, if we patched it before because of differenece, and not we run again asking if we want to reverse the patch what does that mean ? That the same reference is used by two different jobs, each of which gives different output ?
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
Christos Anastopoulos authored
-
- Apr 02, 2021
-
-
scott snyder authored
Missing override keywords.
-
- Apr 01, 2021
-
-