Commits on Source (69)
-
Walter Lampl authored4ccf5cc9
-
Goetz Gaycken authored
Propagate new data declarations to all algorithms which use a certain dynamic data consumer not just the first for which the data consumer updated its input and output data lists.
9a97161e -
Tim Martin authored09d707c1
-
Walter Lampl authored16041992
-
Tomasz Bold authoredead835b1
-
Aaron Armbruster authored4f5e3b99
-
John Chapman authored
`ALFA_SensitiveDetector` can make hits with `plate==100` for `GVS` volumes. Usually `0<plate<10`. The hit plotting code in `ALFA_SimHitsTestTool` assumes a maximum value of 10 when it uses `plate` as the index to arrays, so when a hit with `plate==100` is processed this ends up well outside the array and corrupts the stack. The fix is to put the `GVS` hits into a separate histogram, skipping the stage where they are used as the index to an array.
c503c842 -
Frank Berghaus authored
The multiple stream manager was adding configured ByteStream output streams in the old Gaudi style to "theApp". In multithreaded transforms this means they no longer appear in the AthOutSeq, and thus no output is written. This commit fixes that.
637e3fb8 -
Walter Lampl authored7e2eb22a
-
Krzysztof Marian Korcyl authored0a0bae8c
-
scott snyder authored
Fix fourvector initialization for hepmc3 case.
ac802030 -
scott snyder authored
eflowTrackClusterLink was maintaining a pool of objects, looked up by cluster and track pointers. But these were never cleared, so these objects built up over the entire run of the reconstruction. Changed to use a SlotSpecificObj that gets cleared after an event is finished. Also a number of other minor cleanups.
9caeb20e -
scott snyder authored
Force code in PerigeeSurface to be optimized, evnen in dbg builds. For the MuonCombinedConfig unit test, this results in a 25% speedup in the dbg build.
7715fe9b -
scott snyder authored
The function FitMatrices::solveEquations makes heavy use of Eigen and runs extremely slowly in dbg builds. Adjust to compile this function with optimization, even in dbg builds. For the MuonCombinedConfig unit test, this results in a 10% speedup in the dbg build.
90b79a9d -
scott snyder authored
Remove remaining vestigial references to obsolete CaloNoiseTool.
2af270b8 -
Christos Anastopoulos authored615c9d35
-
Setting for overriding hardcoded egamma calibration model in TopEgammaCPTools See merge request !41924 (cherry picked from commit 7632ed61) ce73c7ac Setting for overriding egamma calibration model 9d1ef080 removing std::cout used for checking whether the new feature works or not 5c0c9100 Changing stracture a bit to print the message before the eventloop 9a1165dc fixing typo 97a1623e corrction in passing bool
7b4cfeda -
Update CP Algorithm OR sequence to reflect some SUSYTools defaults See merge request atlas/athena!41975 (cherry picked from commit ce208a46) 358ba120 Update OR sequence to reflect SUSYTools defaults 13070136 Do not set properties with correct defaults f73e7271 Add comment about user priority
1714561d -
scott snyder authored
Remove remaining vestigial references to obsolete CaloNoiseTool.
dca802ca -
scott snyder authored
Remove a final vestigial include of a CaloNoiseTool interface.
d2c7e734 -
scott snyder authored
Remove a remaining, vestigial, include of a CaloNoiseTool interface.
4960799b -
scott snyder authored
Remove a few vestigial forward references to CaloNoiseTool interfaces.
4aca58ee -
scott snyder authored
Fix cppcheck warnings + some general cleanup.
63dd270a -
Bertrand Martin authored
Hello, Currently, when taus have 0 or >5 associated tracks, the tau substructure reconstruction ("PanTau" tool) is not run, and the only substructure variable that is set for the tau is "PanTau_isPanTauCandidate = 0". None of the other PanTau variables are set, and therefore, they all have a default value of 0. This is very misleading for the PanTau "DecayMode" variable, for which a value of 0 corresponds to "Mode_1p0n" in the TauDefs enum. The consequence is that "1p0n" taus currently includes 0p and >5p candidates. In this MR, when PanTau_isPanTauCandidate=0, we also set the DecayMode to Mode_NotSet, to avoid this confusion. We can now drop the workaround we added in TauCombinedTES. The only change to the reconstruction output is TauJetsAux.PanTau_DecayMode: 0 -> 6, for 0p and >5p. Closes ATLTAU-1775. Cheers, Bertrand
4e8b36cf -
Walter Lampl authored
fix python problem in AtlCoolConsole See merge request !42043
536a6e16 -
b16bb764
-
Walter Lampl authored
jFEX Small R Jet EDM See merge request !41973
1027c6c0 -
Walter Lampl authored
Handle cases in which dynamic data consumer tool instances are used by multiple algorithms. See merge request !42024
de23d292 -
e3ada199
-
Walter Lampl authored
FTAG content in DAOD_PHYS: adding btagging SV1_NGTinSvx and SV1_masssvx See merge request !41821
f9972c4b -
Some updates to the MuonTrackCleaner for the muon trigger, switching off some options we don't need online (to bring inline with what we ran in Run 2).
e7964e1e -
Walter Lampl authored
Update MuonTrackCleaner config for the muon trigger See merge request !41982
4876d6ee -
Walter Lampl authored
Make EventCounterAlg reentrant See merge request !42022
6b7b8018 -
Walter Lampl authored
Improve trigger navigation printout for logical-flow violation errors See merge request !42026
88b32ddd -
Walter Lampl authored
make BCM_RawDataProvider reentrant See merge request !42033
3e16c971 -
Walter Lampl authored
Include MBTS monitoring in the main DQ setup See merge request !42036
df672dd0 -
4b8b4df9
-
Walter Lampl authored
Fix tau hypo configurations See merge request !41826
a36c0287 -
Walter Lampl authored
converting direct access to StoreGate by handle See merge request !42047
ebbcfa96 -
The old configuration writes three objects to the pickle. The second object needs to override the first for proper handling of a few core services like JO svc. The third relates to python configurables. Ignoring this for now. See also 955f5d3a.
35a7c56f -
Walter Lampl authored
AthenaConfiguration+AthenaCommon: Fix for reading old configuration. See merge request !42050
c6f21ec3 -
Walter Lampl authored
Add output ByteStream to output sequence ATLASRECTS-6130 See merge request !42042
fdcf4e67 -
Walter Lampl authored
Sweeping !41924 from 21.2 to master. Setting for overriding hardcoded egamma calibration model in TopEgammaCPTools See merge request !42057
14c8dd9e -
Walter Lampl authored
GeneratorObjectsTPCnv: Fix fourvector initialization for hepmc3 case. See merge request !42046
bef201a4 -
Walter Lampl authored
TrkSurfaces: Optimize more code in dbg builds See merge request !42054
b68eee3d -
5368538f
-
Walter Lampl authored
Remove hardcoded BMG cabling Closes ATLASSIM-5020 See merge request !40979
7c68a2c5 -
jet hypo add instantiation of rigJetHypoToolMT in xmlConfig.py, more debug output in xmlConfigTester.py
0f2de8b2 -
Walter Lampl authored
new jet hypo config See merge request atlas/athena!41525
530a7eb0 -
Walter Lampl authored
L1Topo encoding fixes See merge request !42038
3036f8ab -
daf6ca02
-
Walter Lampl authored
Try to create an EventContext aware ShallowCopy method, that also returns unique_ptr. See merge request !42040
11e0f2e9 -
Walter Lampl authored
TBRec: Fix cppcheck warnings. See merge request !42064
53643df8 -
Walter Lampl authored
eflowRec: Fix memory `leak' See merge request !42048
e990086a -
098fb34b
-
Walter Lampl authored
ATR-23011 -- Type-checking of "flags" argument to RecoFragmentsPool.retrieve See merge request !41577
cfef66cb -
Walter Lampl authored
TrkiPatFitterUtils: Optimize some functions, even in dbg builds. See merge request !42055
937a8fda -
e4651cd3
-
Walter Lampl authored
Adjustment bins and ranges in the Online Monitoring for reconstruction algorihtms See merge request !41628
b0a94e7c -
Walter Lampl authored
DerivationFrameworkBPhys: Remove references to CaloNoiseTool. See merge request !42061
ecb64303 -
Walter Lampl authored
Sweeping !41975 from 21.2 to master. Update CP Algorithm OR sequence to reflect some SUSYTools defaults See merge request !42058
4f0c8c20 -
Walter Lampl authored
Sweeping !41980 from 21.2 to master. AnalysisTop: Fix missing allowed topologies for TopPartonHistory calculation See merge request atlas/athena!42059
5cdaa96a -
Walter Lampl authored
SingleTrackConversionTool : remove seemingly unused methods See merge request !42056
d2279b43 -
Walter Lampl authored
Fix for ALFA_SimHitsTestTool (ATLASSIM-5034) Closes ATLASSIM-5034 See merge request !42035
831a1030 -
Walter Lampl authored
CaloRec: Remove remaining references to CaloNoiseTool. See merge request !42060
83fd2735 -
Walter Lampl authored
LArMonTools+LArCafJobs: Remove remaining reference to CaloNoiseTool. See merge request !42062
943123f4 -
Walter Lampl authored
PanTau: set decay mode to Mode_NotSet when not evaluated Closes ATLTAU-1775 See merge request !42082
e6f5abe4 -
Walter Lampl authored
CaloSysD3PDMaker: Remove references to CaloNoiseTool. See merge request !42063
90611e41
Showing
- Calorimeter/CaloRec/ispellwords 0 additions, 10 deletionsCalorimeter/CaloRec/ispellwords
- Calorimeter/CaloRec/python/CaloTopoTowerGetter.py 1 addition, 3 deletionsCalorimeter/CaloRec/python/CaloTopoTowerGetter.py
- Calorimeter/CaloRec/python/MakeTowersFromClusters.py 1 addition, 8 deletionsCalorimeter/CaloRec/python/MakeTowersFromClusters.py
- Calorimeter/CaloRec/share/CaloRec_jobOptions.py 1 addition, 5 deletionsCalorimeter/CaloRec/share/CaloRec_jobOptions.py
- Calorimeter/CaloRec/src/CaloTopoTowerAlgorithm.cxx 1 addition, 13 deletionsCalorimeter/CaloRec/src/CaloTopoTowerAlgorithm.cxx
- Calorimeter/CaloRec/src/CaloTopoTowerAlgorithm.h 1 addition, 3 deletionsCalorimeter/CaloRec/src/CaloTopoTowerAlgorithm.h
- Control/AthenaBaseComps/AthenaBaseComps/DynamicDataHelper.h 1 addition, 1 deletionControl/AthenaBaseComps/AthenaBaseComps/DynamicDataHelper.h
- Control/AthenaBaseComps/src/DynamicDataHelper.cxx 35 additions, 25 deletionsControl/AthenaBaseComps/src/DynamicDataHelper.cxx
- Control/AthenaCommon/share/GenerateBootstrapTest.ref 8 additions, 4 deletionsControl/AthenaCommon/share/GenerateBootstrapTest.ref
- Control/AthenaConfiguration/python/iconfTool/models/loaders.py 3 additions, 1 deletion...ol/AthenaConfiguration/python/iconfTool/models/loaders.py
- Control/GaudiSequencer/src/AthEventCounter.cxx 11 additions, 29 deletionsControl/GaudiSequencer/src/AthEventCounter.cxx
- Control/GaudiSequencer/src/AthEventCounter.h 11 additions, 21 deletionsControl/GaudiSequencer/src/AthEventCounter.h
- Database/AthenaPOOL/OutputStreamAthenaPool/python/MultipleStreamManager.py 6 additions, 4 deletions...OL/OutputStreamAthenaPool/python/MultipleStreamManager.py
- Database/CoolConvUtilities/python/AtlCoolTool.py 1 addition, 1 deletionDatabase/CoolConvUtilities/python/AtlCoolTool.py
- DetectorDescription/RegionSelector/python/RegSelToolConfig.py 21 additions, 6 deletions...ctorDescription/RegionSelector/python/RegSelToolConfig.py
- Event/xAOD/xAODCore/CMakeLists.txt 1 addition, 1 deletionEvent/xAOD/xAODCore/CMakeLists.txt
- Event/xAOD/xAODCore/xAODCore/ShallowCopy.h 94 additions, 40 deletionsEvent/xAOD/xAODCore/xAODCore/ShallowCopy.h
- Event/xAOD/xAODTrigger/CMakeLists.txt 3 additions, 2 deletionsEvent/xAOD/xAODTrigger/CMakeLists.txt
- Event/xAOD/xAODTrigger/Root/dict/ContainerProxies.cxx 5 additions, 0 deletionsEvent/xAOD/xAODTrigger/Root/dict/ContainerProxies.cxx
- Event/xAOD/xAODTrigger/Root/jFexSRJetRoIAuxContainer_v1.cxx 21 additions, 0 deletionsEvent/xAOD/xAODTrigger/Root/jFexSRJetRoIAuxContainer_v1.cxx