- Dec 07, 2022
-
-
Draft: Combining the thinning tools for PHYS and PHYSLITE into a single config ATLASG-2390 This MR combines the (currently separate) thinning requirements for PHYS and PHYSLITE into a common config script. This will help to keep them in synch, and simplifies the requirement that the config supports both AOD->PHYSLITE and PHYS->PHYSLITE workflows. It also reduces duplicated config code.
-
- Dec 06, 2022
-
-
Tadej Novak authored
change handling of const pointers in SysCopyHandle, const-retrieve in OverlapRemovalAlg See merge request atlas/athena!59007
-
Tadej Novak authored
New MM thresholds See merge request atlas/athena!58279
-
New MM thresholds
-
Tadej Novak authored
ATLTAU-1815: TauID RNN SF prerecomendations for mc21 Closes ATLTAU-1815 See merge request atlas/athena!59016
-
ATLTAU-1815: TauID RNN SF prerecomendations for mc21
-
Tadej Novak authored
Bug fix to tau reco config and update to RIG standalone tau ART test See merge request atlas/athena!59014
-
Correctly configure public extrapolation tool in tau config. Add new ESD test running tau CA reco from ESD. Remove old ESD test running tau old style reco from ESD.
-
Tadej Novak authored
update Gaudi to v36r9.000 See merge request atlas/athena!59002
-
update Gaudi to v36r9.000
-
Tadej Novak authored
Prefer prefix ++/-- operators for non-primitive types as suggested by cppcheck See merge request atlas/athena!58973
-
Prefer prefix ++/-- operators for non-primitive types as suggested by cppcheck
-
Tadej Novak authored
comment out INFO printout See merge request atlas/athena!59001
-
comment out INFO printout
-
Tadej Novak authored
emulateSC_Cfg(): add configuration of the CaloSuperCellAlignCondAlg See merge request atlas/athena!59012
-
Tadej Novak authored
2022-12-05: Daily sweep of 22.0 into master See merge request atlas/athena!59006
-
Tadej Novak authored
make a configuration block for overlap removal See merge request atlas/athena!59008
-
Tadej Novak authored
Optimization of GenEventBarcodes property filling See merge request atlas/athena!58868
-
Optimization of GenEventBarcodes property filling
-
Tadej Novak authored
Trk::Surfaces for now avoid hiding the uniqueClone See merge request atlas/athena!59009
-
Trk::Surfaces for now avoid hiding the uniqueClone
-
Tadej Novak authored
make a configuration block for event cleaning See merge request atlas/athena!59010
-
Tadej Novak authored
More fixes for code & config used in LAr Electronic Calibration See merge request atlas/athena!59004
-
LArCalib_PileUpAutoCorrConfig.py: Adjust number of samples, set number of min-bias collisions as needed
-
Tadej Novak authored
TrigT1CaloFexPerf+L1CaloFEXToolInterfaces: move to L1CaloFEX subdirectory See merge request atlas/athena!59000
-
Tadej Novak authored
Fix for ReSimulation of samples with specialConfig (ATLMCPROD-10108) See merge request atlas/athena!58997
-
Fix for ReSimulation of samples with specialConfig (ATLMCPROD-10108)
-
Tadej Novak authored
-
- Dec 05, 2022
-
-
Vakhtang Tsulaia authored
This function is used for emulating supercells, so, logically, we should also make sure it configures the CaloSuperCellAlignCondAlg
-
Tadej Novak authored
LArSuperCellEnable.py: configure CaloSuperCellAlignCondAlg if it has not yet been configured See merge request atlas/athena!58983
-
Nils Krumnack authored
This is an adoption of the event selection sequence that pre-existed and replaces the vertex selection configuration block.
-
Nils Krumnack authored
This is mostly a combination of what is in the full sequence test and what is done in the MET config.
-
Tadej Novak authored
Bump Acts Tag to v21.1.0 See merge request atlas/athena!58832
-
Bump Acts Tag to v21.1.0
-
Tadej Novak authored
Externals Updates, master branch (2022.12.02.) See merge request atlas/athena!58948
-
Upgraded all projects to atlasexternals-2.0.145. At the same time updated AthAnalysis to use LCG_102b_ATLAS_6, once again in sync with all of the other LCG based projects. Introduced -DBoost_NO_WARN_NEW_VERSIONS=TRUE temporarily for the analysis releases as well, until we switch to CMake 3.24.3 in the nightly and CI systems. Had to introduce a patch for Davix in AnalysisBaseExternals to silence a useless CMake configuration warning coming from libcurl.
-
Tadej Novak authored
Change the geoTag in ART test for HGTD GMX See merge request atlas/athena!59003
-
Change the geoTag in ART test for HGTD GMX
-
Nils Krumnack authored
That fixes a bug introduced in !55866, and is anyways what ought to be done.
-
Nils Krumnack authored
Essentially I now need to include the const modifier directly in the template type. The idea is that this allows future iterations of the handle to do different things based on whether they will provide read access or update access.
-