- Oct 30, 2024
-
-
Whitmaur Robert Castiglioni authored
Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/share/FPGATrackSimPlaneMap.ref modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/share/FPGATrackSimRegionMap.ref modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/test/FPGATrackSimPlaneMap_test.cxx
-
Whitmaur Robert Castiglioni authored
Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimConfTools/python/FPGATrackSimDataPrepConfig.py modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimConfTools/test/test_FPGATrackSimWorkflow.sh modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/test/FPGATrackSimPlaneMap_test.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/test/FPGATrackSimRegionMap_test.cxx
-
Whitmaur Robert Castiglioni authored
Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.cxx
-
Whitmaur Robert Castiglioni authored
Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimDataFlowTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimDataPrepAlg.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimBankGen/src/FPGATrackSimMatrixGenAlgo.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimInput/FPGATrackSimInput/FPGATrackSimRawToLogicalHitsTool.h modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/FPGATrackSimMaps/FPGATrackSimPlaneMap.h modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimObjects/src/FPGATrackSimHit.cxx
-
Whitmaur Robert Castiglioni authored
had its purpose taken by another func Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/FPGATrackSimMaps/FPGATrackSimRegionMap.h modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimRegionMap.cxx
-
Whitmaur Robert Castiglioni authored
Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimDataPrepAlg.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimBankGen/src/FPGATrackSimMatrixReductionAlgo.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx
-
Whitmaur Robert Castiglioni authored
Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimConfTools/python/FPGATrackSimConfigFlags.py
-
Whitmaur Robert Castiglioni authored
output Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimMapMakerAlg.cxx
-
There are two changes here: * when mapping hits, only use the module relabel code if a hit hasn't already been mapped before * propagate the number of the subregion/slice we are testing through the hit filtering code in the matrix generation algorithm, and then use it when choosing hits. This means that matrix generation will now throw out tracks that aren't entirely contained within a subregion-- but it was doing that anyway because it was calling the Hough transform via the (subregionalized) road union tool. So I think this is not a problem. We get out reasonable looking corrgen and sectorsHW files from running over one RDO.
-
Whitmaur Robert Castiglioni authored
fixes some of the remap logig start of matrix gen fix Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimBankGen/src/FPGATrackSimMatrixGenAlgo.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimPlaneMap.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimObjects/src/FPGATrackSimHit.cxx
-
Whitmaur Robert Castiglioni authored
Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimRegionMap.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimObjects/FPGATrackSimObjects/FPGATrackSimHit.h
-
The current spacepoint implementation stores the logical layer and section of the "innermost" constituent hit. This information is then used to check whether or not a spacepoint falls within a (sub)region for hits of type spacepoint. Unfortunately, this will not work if the hits that form the spacepoint are unmapped, because there will be no logical layer to store. I think this patch should fix that; we now store the innermost *physical* layer information instead of the *logical* layer information, and in the `map` function, if we are mapping a spacepoint, update the innermost logical layer as well. Then I also modified the region map class to support testing whether both mapped and unmapped hits fall within a region. This should make spacepoints work again on Whit's branch. A small tweak to my region map changes might be required (the "pmap" has become a vector of pmaps), but otherwise it should work.
-
Whitmaur Robert Castiglioni authored
pmaps and be able to use multi pmaps Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/README.md modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.h
-
Whitmaur Robert Castiglioni authored
Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimDataPrepAlg.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimLogicalHitsProcessAlg.cxx
-
Whitmaur Robert Castiglioni authored
Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimDataFlowTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimLogicalHitsProcessAlg.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimOverlapRemovalTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimBankGen/src/FPGATrackSimMatrixReductionAlgo.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimConfTools/python/FPGATrackSimAlgorithmTags.py modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimConfTools/python/FPGATrackSimConfigFlags.py modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHough1DShiftTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHoughTransformTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimInput/src/FPGATrackSimRawToLogicalHitsTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/FPGATrackSimMaps/FPGATrackSimPlaneMap.h modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimPlaneMap.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/test/FPGATrackSimRegionMap_test.cxx removed comment Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimPlaneMap.cxx cleaned up comments Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimDataFlowTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimLogicalHitsProcessAlg.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimTrackFitterTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimBankGen/src/FPGATrackSimMatrixGenAlgo.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimInput/src/FPGATrackSimRawToLogicalHitsTool.cxx
-
Whitmaur Robert Castiglioni authored
Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimDataFlowTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimLogicalHitsProcessAlg.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimInput/src/FPGATrackSimRawToLogicalHitsTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimPlaneMap.cxx removed unnecessary messages Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHoughTransformTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimPlaneMap.cxx changing back to the defult config Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimConfTools/python/FPGATrackSimAlgorithmTags.py modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimConfTools/python/FPGATrackSimConfigFlags.py modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx Clean up code Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHoughTransformTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/FPGATrackSimMaps/FPGATrackSimRegionMap.h modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.h modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimPlaneMap.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimRegionMap.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/test/FPGATrackSimRegionMap_test.cxx update the README to refleact changes that will be implemented to pmap format Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/README.md
-
Whitmaur Robert Castiglioni authored
for 1st stage working 2nd stage does not use multi map Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/FPGATrackSimMaps/FPGATrackSimRegionMap.h modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimRegionMap.cxx
-
Whitmaur Robert Castiglioni authored
rmap constructor changed Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimDataFlowTool.cxx //info->nMappedHits_1st_layer[hit.getLayer()]++; was commented out to prevent errors modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimLogicalHitsProcessAlg.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHoughTransformTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimInput/FPGATrackSimInput/FPGATrackSimRawToLogicalHitsTool.h modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimInput/src/FPGATrackSimRawToLogicalHitsTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/FPGATrackSimMaps/FPGATrackSimRegionMap.h modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.h modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimRegionMap.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/test/FPGATrackSimRegionMap_test.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimSGInput/src/FPGATrackSimSGToRawHitsTool.h
-
Whitmaur Robert Castiglioni authored
You are in a sparse checkout with 1% of tracked files present. this should work what is wrong Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimDataFlowTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimLogicalHitsProcessAlg.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimNNTrackTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimOverlapRemovalTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimTrackFitterTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimBankGen/src/FPGATrackSimConstGenAlgo.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimBankGen/src/FPGATrackSimMatrixGenAlgo.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimBankGen/src/FPGATrackSimMatrixReductionAlgo.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimSpacepointRoadFilterTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/FPGATrackSimMaps/IFPGATrackSimMappingSvc.h modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.h On branch working-multi-pmap-integration You are in a sparse checkout with 1% of tracked files present. Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimLogicalHitsProcessAlg.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimConfTools/python/FPGATrackSimAlgorithmTags.py modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimConfTools/python/FPGATrackSimConfigFlags.py modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHoughTransformTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimPlaneMap.cxx
-
Whitmaur Robert Castiglioni authored
Changes to be committed: This is a rebase of adding multimap functionalty into athena modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.h added pmap vector the FPGASimRoadUnionTool noe finds hits with a sub map and passes only them the the corrisponding H transform Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/FPGATrackSimHough/IFPGATrackSimRoadFinderTool.h modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHough1DShiftTool.h modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHoughTransformTool.h modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.h modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimLRT/FPGATrackSimLRT/IFPGATrackSimRoadFinderTool.h modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimLRT/src/FPGATrackSimHoughTransform_d0phi0_Tool.h modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimLRT/src/FPGATrackSimLLPDoubletHoughTransformTool.h broken version trying to get help chages to functions that were called Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimLogicalHitsProcessAlg.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHoughTransformTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimInput/src/FPGATrackSimRawToLogicalHitsTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimPlaneMap.cxx On branch multi-pmap-integration Your branch is up to date with 'origin/multi-pmap-integration'. broken commit Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx have comment out changes to pass hough tans how hits got passed to hough chaged Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimBankGen/python/FPGATrackSimBankConstGenConfig.py modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimConfTools/python/FPGATrackSimAnalysisConfig.py modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimConfTools/python/FPGATrackSimConfigFlags.py modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx samll changes to a few files changing the pmap call and changes to road unuion to be a slice engine lots of comments removed Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimBanks/src/FPGATrackSimBankSvc.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimEtaPatternFilterTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHough1DShiftTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHoughRootOutputTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimHoughTransformTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimPhiRoadFilterTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimHough/src/FPGATrackSimRoadUnionTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimInput/FPGATrackSimInput/FPGATrackSimRawToLogicalHitsTool.h modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimInput/src/FPGATrackSimRawToLogicalHitsTool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimLRT/src/FPGATrackSimHoughTransform_d0phi0_Tool.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.h
-
Whitmaur Robert Castiglioni authored
FPGATrackSimLogicalHitsProcessAlg.cxx had std::vector<FPGATrackSimHit> const & hits_1st = m_logicEventHeader_1st->towers().at(regionID).hits(); chaged back to std::vector<FPGATrackSimHit> const & hits_1st = m_logicEventHeader_1st->towers().at(0).hits(); this fix only takes 1 regionID but fixes the issue if the regions are loaded without previous regions. Before if you loaded a region3 for example it would break as regionID is 4 but there is only 1 tower rebase into main changes to mapping files made to load multiple maps on 1 file. pmaps are now stored in a vector Changes to be committed: modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimAlgorithms/src/FPGATrackSimLogicalHitsProcessAlg.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/FPGATrackSimMaps/FPGATrackSimPlaneMap.h modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/FPGATrackSimMaps/IFPGATrackSimMappingSvc.h modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.cxx modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimMappingSvc.h modified: Trigger/EFTracking/FPGATrackSim/FPGATrackSimMaps/src/FPGATrackSimPlaneMap.cxx
-
Adam Edward Barton authored
FPGATrackSim: Suppress Errors in unit test to "fix" CI See merge request atlas/athena!75450
-
FPGATrackSim: Suppress Errors in unit test to "fix" CI
-
Adam Edward Barton authored
TrigByteStreamCnvSvc: implement IByteStreamCnvSvc See merge request !75448
-
Frank Winklmeier authored
Although we do not support bytestream creation in TrigByteStreamCnvSvc, we have to at least provide a dummy interface implementation because converters retrieve the ByteStreamCnvSvc during initialize even though it's only needed within `createRep`.
-
Adam Edward Barton authored
FastChainPileup: Remove obsolete script (ATLASSIM-7304) See merge request atlas/athena!75447
-
Adam Edward Barton authored
Restoring TruthMetaData in HIGG1D1 derivation See merge request atlas/athena!75438
-
Restoring TruthMetaData in HIGG1D1 derivation
-
Adam Edward Barton authored
CollectionMerger config for ActsFatras See merge request !75444
-
CollectionMerger config for ActsFatras
-
Adam Edward Barton authored
Update DAOD_PHYS/LITE test files See merge request atlas/athena!75324
-
Update DAOD_PHYS/LITE test files
-
Adam Edward Barton authored
Set original object link for MET with standard taus in TauCombineMuonRMTausAlg + skip invalid link See merge request !75440
-
Set original object link for MET with standard taus in TauCombineMuonRMTausAlg + skip invalid link
-
Adam Edward Barton authored
Add Spacepoint feature tool See merge request atlas/athena!75442
-
Revert "add debug info" This reverts commit fd308c21.
-
Adam Edward Barton authored
InDetPerformanceMonitor: Revert THistSvc See merge request !75446
-
Adam Edward Barton authored
RootAuxDynIO: Fix renaming with rntuple. See merge request atlas/athena!75420
-
RootAuxDynIO: Fix renaming with rntuple. Fix xAOD input renaming for rntuples.
-
Adam Edward Barton authored
SUSYTools: Comply with ATLAS naming conventions. See merge request !75419
-