- Mar 18, 2025
-
-
Frank Winklmeier authored
-
Frank Winklmeier authored
2025-03-18: merge of 24.0 into main See merge request !78596
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Herwig7_i: Add Herwig7 to evgenConfig generator list by default See merge request atlas/athena!78588
-
Herwig7_i: Add Herwig7 to evgenConfig generator list by default
-
Frank Winklmeier authored
Itk pixel bytestream encoding - RDO->BS functionality in AthConstConverter See merge request atlas/athena!78441
-
Itk pixel bytestream encoding - RDO->BS functionality in AthConstConverter
-
Jean-Baptiste De Vivie De Regie authored
Adding a new cond alg for MMG See merge request atlas/athena!78536
-
Apply 1 suggestion(s) to 1 file(s) Co-authored-by:
Lukas Kretschmann <lukas.kretschmann@cern.ch>
-
Frank Winklmeier authored
Updates in the tesMuonDetector for tracking geometry validation - Include ATLAS propagator comparison to the ACTS See merge request !78496
-
Updates in the tesMuonDetector for tracking geometry validation - Include ATLAS propagator comparison to the ACTS Changes for doing tests with the propagator, including Extra scaling for the magnetic field which seems to be necessary Modifying the MuonDetectorBuilderTool to only build eta surfaces Modifying the MuonDetectorNavTest to start propagating from the IP
-
Frank Winklmeier authored
SUSYTools: Fix L1 for MET trigger See merge request atlas/athena!78520
-
SUSYTools: Fix L1 for MET trigger
-
Frank Winklmeier authored
Updating expected TestHepMC minimum efficiency for low Nevents jobs See merge request atlas/athena!78593
-
Updating expected TestHepMC minimum efficiency for low Nevents jobs When jobs generate fewer than 100 events (50 or fewer), then a single ev event can cause them to fall below the required TestHepMC efficiency thr threshold of 98%. This MR updates the default TestHepMC efficiency in su such cases to N/(N+1) to allow jobs that have one failing event to compl complete successfully. There is some concern that if this happens for *many* jobs with low numb numbers of events, the effective TestHepMC efficiency will be low enough that it should fail (e.g. if all jobs fail one event, and each job generates 25 events, the total efficiency will be 96% and the jobs should be failing. Perhaps this is something that can be improved in the future by tracking a global TestHepMC efficiency for the tasks via AMI or ProdSys.
-
Frank Winklmeier authored
ACTS: do not propagate on HGTD unless we need it See merge request atlas/athena!78591
-
ACTS: do not propagate on HGTD unless we need it
-
Frank Winklmeier authored
MuonR4- MuonGeoModelR4 - pick up the Rpc gasGaps from their Identifiers See merge request atlas/athena!77742
-
MuonR4- MuonGeoModelR4 - pick up the Rpc gasGaps from their Identifiers
-
Frank Winklmeier authored
IsolationSelection: Move setting of isLRT decoration to merge algorithms. See merge request !78557
-
IsolationSelection: Remove setting of isLRT decoration. Instead, rely on it being set by the LRT merge algorithms. This avoids issues with multiple algorithms trying to set the same decoration. Also, when this algorithm was being run on the output of the LRT merge algorithms, the decoration was being set incorrectly.
-
Frank Winklmeier authored
support for std::vector<T> columns in columnar tools See merge request !78448
-
support for std::vector<T> columns in columnar tools This is fairly straightforward in xAOD mode, but in columnar mode it is somewhat involved, as it needs both a data column and an offset column. Beyond that, the handling of type conversions requires a custom range adapter. This MR doesn't quite demonstrate the need for type conversions, but they will be needed for std::vector<ElementLink<T>>, in a subsequent MR. One thing I'm not 100% sure about is whether the type ought to be std::vector<T> or use a custom type for this purpose. In the prototype I had used columnar::ColumnVector<T>, but that may create more confusion than it removes. The main concern about using std::vector<T> is that the user doesn't receive an std::vector<T> but an std::span<T> or other range type. Still, in many regards they behave like a vector and reusing the STL type may be clearer.
-
Frank Winklmeier authored
add support for ElementLink columns in columnar tools See merge request atlas/athena!78493
-
add support for ElementLink columns in columnar tools This provides some basic support for ElementLink columns, which in xAOD mode are indeed stored as such, while in columnar mode they are simple integers. This is given a uniform interface for columnar tools, which return an optional `ObjectId` (a.k.a. `OptObjectId`) that contain the linked object if it is available. This MR also adds the basic definitions for muons and tracks, which are used in the example tool.
-
Frank Winklmeier authored
Rework iteration-task in GlobalChi2Fitter See merge request atlas/athena!78438
-
Rework iteration-task in GlobalChi2Fitter
-
Frank Winklmeier authored
Migrate MCTruthClassifier to use TruthUtils PDG ID helper functions See merge request atlas/athena!78574
-
Migrate MCTruthClassifier to use TruthUtils PDG ID helper functions
-
Frank Winklmeier authored
MuonHoughTransformTester - Refactor to test NSW & legacy at same time See merge request !78576
-
MuonHoughTransformTester - Refactor to test NSW & legacy at same time
-
Frank Winklmeier authored
Wrap calls to soon to be obsolete barcode function See merge request atlas/athena!78583
-
Wrap calls to soon to be obsolete barcode function
-
Frank Winklmeier authored
EFTracking FPGA: DataPrep pipeline to ACTS and IDTPM See merge request atlas/athena!78577
-
EFTracking FPGA: DataPrep pipeline to ACTS and IDTPM
-
Frank Winklmeier authored
tauRecTools: comment out unused variables in GNTau See merge request atlas/athena!78590
-
tauRecTools: comment out unused variables in GNTau
-
Frank Winklmeier authored
non-templated base class for seeding tools, added useML check to Gbts2Acts tool, EFTRACK-142 See merge request atlas/athena!78555
-
non-templated base class for seeding tools, added useML check to Gbts2Acts tool, EFTRACK-142
-
Frank Winklmeier authored
GenScanTool : new binning bug fixes See merge request atlas/athena!78592
-