- Mar 20, 2019
-
-
scott snyder authored
Remove callback registration for LoadCalibration, which is a no-op. Needed as part of preparation for removing the obsolete LArHVCorrTool.
-
- 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 atlas/athena!21970
-
Vakhtang Tsulaia authored
TileIdentifier: Enable thread-safety static checker. See merge request atlas/athena!21971
-
Vakhtang Tsulaia authored
TrigOutputHandling: Fix compilation to clang. See merge request atlas/athena!21972
-
Charles Burton authored
-
Frank Winklmeier authored
Protection against calling G4ThreadInitTool::terminateThread without having called initThread See merge request atlas/athena!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 atlas/athena!21974
-
Frank Winklmeier authored
Revert "Merge branch 'remove_old_calo' into 'master'" See merge request atlas/athena!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.
-