- Dec 19, 2023
-
-
HGTDCluster mark as final. use ctors with "move" arguments
-
- Dec 04, 2023
-
-
RIO_OnTrack: keep only the move ctors. Try to move when we can .
-
- Dec 01, 2023
-
-
Cleaning HepMcParticleLink class ahead of barcode migration (ATLASSIM-6798)
-
- Nov 25, 2023
-
-
Fixing the HGTD diode time
-
- Nov 23, 2023
-
-
Vakhtang Tsulaia authored
Made several functions non-virtual
-
- Oct 12, 2023
-
-
Removed REQUIRED keyword from find_package(...) calls. In case the external is not found, these requirements stop the configuration process right away, not allowing the rest of the project to be built in a nightly for instance.
-
- Oct 09, 2023
-
-
Wrapping barcode usage in PileUpTools
-
- Oct 02, 2023
-
-
Remove the unused calls to find_package(Boost) and replace some boost code with STL/CxxUtils
-
- Sep 29, 2023
-
-
scott snyder authored
Explicitly qualify virtual functions called from constructors to make it clear that virtual dispatch does not happen.
-
- Sep 27, 2023
-
-
Remove the linkage to boost libraries in case only header-only components are used
-
- Sep 26, 2023
-
-
PadClusterization : Use DataPool
-
- Sep 25, 2023
-
-
HGTD_Cluster : Default move and dtor
-
- Aug 28, 2023
-
-
Use Trk::TrackStates typedef part IV
-
Improve FPE handling in HGTD_TimingResolution
-
- Aug 24, 2023
-
-
Christos Anastopoulos authored
-
- Aug 17, 2023
-
-
scott snyder authored
Binding to temporary in range-for.
-
scott snyder authored
Binding to temporary in range-for.
-
scott snyder authored
Use SG::asStorable, not the deprecated StoreGateSvc::asStorable.
-
- Aug 16, 2023
-
-
TSOS : Remove some un-needed const. Add const/non-const overloads for proper access. Modify clients in few places.
-
- Aug 15, 2023
-
-
HGTD_RecAlgs: Fix use of WriteDecorHandle. When a WriteDecorHandle is destroyed, the decoration gets locked. Therefore, the Handle needs to live until all decorations are written. (There was a bug that meant that the container sometimes did not appear to be locked, which is why this was working before. Need to clean this up in order to actually fix that bug. See ATEAM-909.)
-
HGTD_GeoModelXml: Conform with ATLAS naming conventions. Don't start a variable with an underscore.
-
- Aug 14, 2023
-
-
Drop unused boost headers and replace lexical cast to string with std::to_string
-
- Aug 11, 2023
-
-
scott snyder authored
Prefer to initialize class members in an initialization list.
-
- Aug 03, 2023
-
-
Tadej Novak authored
-
- Aug 01, 2023
-
-
Preparations to migrate to status() instead of barcode() in Simulation
-
- Jul 27, 2023
-
-
Use functions from TruthUtils only with objects
-
- Jul 04, 2023
-
-
Support for HGTD geometry building and sensitive detectors in SQLite workflow
-
- Jun 28, 2023
-
-
HGTD_FastDigitization+ZDC_SimuDigitization+ FastSiDigitization+FastTRT_Digitization: Fix compilation with new version of fmt. HGTD_FastDigitization: Fix compilation with new version of fmt. Handling of Gaudi properties.
-
- Apr 21, 2023
-
-
Fix unmerged ComponentAccumulator instance in HGTD_DigitizationConfig.HGTD_DigitizationToolCfg
-
- Apr 18, 2023
-
-
Remove some calls to find_package(CLHEP) if clhep is not used
-
- Apr 07, 2023
-
-
Use more const reference access for MC objects
-
- Mar 20, 2023
-
-
Updated tests and jobOptions with new Run-4 tag
-
- Feb 16, 2023
-
-
Optimize copying of InDetSimData
-
- Feb 15, 2023
-
-
Update HGTD_DigitizationTool.cxx avoid copying on push_back
-
- Feb 01, 2023
-
-
Use MagicNumbers.h instead of hardcoded constants in HighGranularityTimingDetector
-
- Jan 31, 2023
-
-
cppcheck : Prefer prefix ++/-- operators for non-primitive types.
-
SiLayerBuilder Cond/svc: factor more common code
-
- Jan 25, 2023
-
-
Update of Tracking geometry CA config
-
- Jan 19, 2023
-
-
Layer : m_surfaceArray make unique_ptr
-
- Jan 18, 2023
-
-
Tadej Novak authored
-