- Sep 09, 2022
-
-
Draft: add code to allow DAOD_PHYSLITE to be made from PHYS with the component accumulator This MR adds the small amount of extra python needed to allow PHYSLITE to be made from PHYS using the Derivation_tf transform, that is, the component accumulator. It touches three parts: 1. MuonAnalysisSequence has an extra argument allowing the internally produced MuonSelectionTool to be set to run 3 geometry should the input be data18/mc20. If this isn't done the tool crashes. This doesn't happen with AOD->PHYSLITE, presumably because the properties are inherited from the MuonCommonConfig, but this isn't used for PHYS->PHYSLITE 2. DerivationSkeleton is slightly adjusted to accommodate the different arguments, and also to create a new ConfigFlag called Input.FileType (currently can be AOD, DAOD_PHYS, EVNT)... this may be useful for other applications as well 3. PHYSLITE.py adjustment itself to put in guards to ensure that code that only works with AOD input (e.g. writing common physics content and re-setting MET association) isn't scheduled. It largely uses the new FileType ConfigFlag to achieve this. Also it sets the relevant geometry in the MuonAnalysisSequence. With these changes, the following command works ``` Derivation_tf.py --CA --inputDAOD_PHYSFile filename.pool.root --outputD2AODFile output.pool.root --formats PHYSLITE ``` On account of the disabling of the MET association, the output is not yet usable for physics analysis. However, it still makes sense to prepare this MR to allow testing of this workflow, which will be needed during run 3.
-
- Sep 07, 2022
-
-
Adam Edward Barton authored
check if the cov is invertible to fix the FPE errors See merge request atlas/athena!56552
-
check if the cov is invertible to fix the FPE errors
-
Adam Edward Barton authored
AthenaDBTestRec+AthenaPoolMultiTest: enable thread-checker See merge request atlas/athena!56540
-
Adam Edward Barton authored
Fix for reading Material Map from the calibration area in ActsTrackingGeometrySvc See merge request atlas/athena!56554
-
Adam Edward Barton authored
MMC - improved inverse check See merge request atlas/athena!56524
-
Adam Edward Barton authored
CaloTrackingGeometryBuilderCond bring in the changes from MR 56521. See merge request atlas/athena!56528
-
Adam Edward Barton authored
ExpressionEvaluation: Increase test timeout. See merge request atlas/athena!56550
-
Adam Edward Barton authored
TruthRivetTools: const/mutable fixes See merge request atlas/athena!56543
-
Adam Edward Barton authored
GeneratorFilters: DataHandle and const_cast fixes See merge request atlas/athena!56542
-
VBFMjjIntervalFilter: use ConstDataVector for view container Use `ConstDataVector` as a view container to avoid `const_cast`.
-
Adam Edward Barton authored
VP1TrackSystems: Work around gcc12 warning. See merge request atlas/athena!56544
-
Adam Edward Barton authored
ActsGeantFollowing: Fix clang warnings. See merge request atlas/athena!56548
-
Adam Edward Barton authored
IsolationSelection: Fix clang warnings. See merge request atlas/athena!56549
-
Adam Edward Barton authored
Herwig7_i: Suppress gcc12 warning. See merge request atlas/athena!56545
-
Adam Edward Barton authored
DerivationFrameworkInDet: Fix compilation with clang. See merge request atlas/athena!56547
-
John Chapman authored
The base path rather than the resolved path was being passed to the `Acts::JsonMaterialDecorator`. Fixed and updated variable names to make this clearer. Should resolve the discussions on ATLINFR-4621.
-
Frank Winklmeier authored
Avoid chances of POOL catalogue collisions by using a dedicated PoolCatalogue in the `EventNoSplit` test.
-
Adam Edward Barton authored
2022-09-06: daily merge of 22.0 into master See merge request atlas/athena!56538
-
Adam Edward Barton authored
JpsiUpsilon and V0Finder: Clean up Includes + Add JpsiFinder CA Unit Test See merge request atlas/athena!56477
-
Adam Edward Barton authored
New pflow python configuration file See merge request atlas/athena!56527
-
New pflow python configuration file
-
Adam Edward Barton authored
Fix read handle initialisation in BunchCrossingCondAlg See merge request atlas/athena!56532
-
- Sep 06, 2022
-
-
scott snyder authored
Avoid timeout in dbg build.
-
scott snyder authored
Fix use of Warning().
-
scott snyder authored
Missing override keywords.
-
scott snyder authored
Function calls should use (), not {}.
-
scott snyder authored
Suppress a false positive warning from gcc12.
-
scott snyder authored
Fix gcc12 false positive warning by moving a function out-of-line.
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Mostly suppress checker warnings by marking testing classes as not thread-safe.
-
Frank Winklmeier authored
-
Adam Edward Barton authored
Conflicts: Control/AthToolSupport/AsgExampleTools/CMakeLists.txt
-
Julien Maurer authored
MET Rebuild Speedup, 22.0 branch (2022.09.03.) See merge request atlas/athena!56488
-
Introduced 2 new functions into asg::AsgTool. These are meant to allow analysis tools to optimise parts of their code that need to create a lot of element links. Re-organised the code a bit in the process, cleaning things up a bit.
-
Adam Edward Barton authored
Set imf False option to make compression consistent (ATLASSIM-5994) See merge request atlas/athena!56525
-
Adam Edward Barton authored
Time parameter in xAOD::TrackParticle See merge request atlas/athena!55959
-
Time parameter in xAOD::TrackParticle
-
Julien Maurer authored
Autoconfigure some of the b-tagging config flags (sweep to 22.0) See merge request atlas/athena!56472
-
Adam Edward Barton authored
-