- Mar 20, 2019
-
-
scott snyder authored
When we read _p1 links, we need to determine which event collection to target. The target was being set to TruthEvent unless there was a nonzero event index, in which case it was being set to TruthEvent_PU. However, in some of those cases, the events contains TruthEvent but not TruthEvent_PU, the result being that we were making invalid links that would trip an assertion when used. Now, make sure that TruthEvent_PU exists before targeting it. (Yeah, it's inefficient to do this for each link, but since this is only for reading old data, it's probably not worth doing it differently.) Fixes a crash seen in the MuonEventAthenaPool tests.
-
- Mar 18, 2019
-
-
Vakhtang Tsulaia authored
LAr ActiveSensitiveDetectorTool and InactiveSensitiveDetectortool to new style See merge request atlas/athena!21987
-
Vakhtang Tsulaia authored
Support TEfficiency in AthenaMonitoring See merge request atlas/athena!21780
-
Vakhtang Tsulaia authored
Fixed the retrieval of Event Info from the event store inside `AthenaEventLoopMgr::handle()` Closes ATLASRECTS-4898 See merge request atlas/athena!21929
-
Vakhtang Tsulaia authored
Finished the migration of LongLivedParticleDPDMaker to xAOD::EventInfo See merge request atlas/athena!21930
-
Vakhtang Tsulaia authored
Migrated 5 tools from the TrkValTools package to xAOD::EventInfo See merge request atlas/athena!21965
-
Vakhtang Tsulaia authored
Several PhysicsAnalysis packages migrated to xAOD::EventInfo See merge request atlas/athena!21968
-
Vakhtang Tsulaia authored
Update packages:TrigTauRec and TriggerMenu/python/tau from upstream/21.3 to upstream/master via pseudo-merge See merge request atlas/athena!21771
-
Vakhtang Tsulaia authored
ComponentAccumulator configuration for SCT digitization See merge request atlas/athena!21916
-
Vakhtang Tsulaia authored
Sweeping !21904 from 21.3 to master. Apply MMSimHit in MM fast digitization (ATLASSIM-3755) See merge request atlas/athena!21948
-
Vakhtang Tsulaia authored
Move ConditionStore to default in ComponentAccumulator and standard Athena jobs, remove pycomps from pickle See merge request atlas/athena!21889
-
Move ConditionStore to default in ComponentAccumulator and standard Athena jobs, remove pycomps from pickle
-
Vakhtang Tsulaia authored
PFO Electron links See merge request atlas/athena!21890
-
-
Vakhtang Tsulaia authored
Switch off L1CaloHVScalesMonTool See merge request atlas/athena!21905
-
-
Vakhtang Tsulaia authored
Refactor TileCoolMgr python class See merge request atlas/athena!21914
-
Vakhtang Tsulaia authored
Fix TCT failing due to syntax error See merge request atlas/athena!21935
-
Vakhtang Tsulaia authored
Sweeping !21722 from 21.0 to master. 21.0-FastCaloSim: Removing LoadFCalGeometryFromFiles function See merge request atlas/athena!21937
-
Vakhtang Tsulaia authored
CaloIdentifier: Fix cppcheck warnings. See merge request atlas/athena!21969
-
Vakhtang Tsulaia authored
LArIdentifier: Enable thread-safety checker. See merge request !21970
-
Vakhtang Tsulaia authored
TileIdentifier: Enable thread-safety static checker. See merge request !21971
-
Vakhtang Tsulaia authored
TrigOutputHandling: Fix compilation to clang. See merge request !21972
-
Charles Burton authored
-
Frank Winklmeier authored
Protection against calling G4ThreadInitTool::terminateThread without having called initThread See merge request !21932
-
Daniel Louis Noel authored
-
Daniel Louis Noel authored
-
Daniel Louis Noel authored
-
Frank Winklmeier authored
Remove dictionary rule for deleted class ILArBadChanTool See merge request !21974
-
Frank Winklmeier authored
Revert "Merge branch 'remove_old_calo' into 'master'" See merge request !21982
-
Frank Winklmeier authored
This reverts merge request !21910
-
- Mar 17, 2019
-
-
Walter Lampl authored
TrigConfL1Data: Fix gcc9 warnings. See merge request atlas/athena!21973
-
Walter Lampl authored
Rewriting geometry tool Config to Component accumulator style See merge request atlas/athena!21911
-
-
Walter Lampl authored
Cleanup of commented-out includes of the old EventInfo See merge request atlas/athena!21966
-
- Mar 16, 2019
-
-
Walter Lampl authored
A fix of SiDetectorElement See merge request atlas/athena!21907
-
-
Frank Winklmeier authored
-
Scott Snyder authored
In C++11, implicit declarations of copy and assignment are deprecated if the class has a user defined destructor or copy or assignment. gcc9 now warns about this by default. Adjust to avoid the warning.
-
scott snyder authored
Streaming operators should live within the namespace of the class they're streaming. Best not to define stream operators for types in std::; use formatting functions instead.
-