- Mar 18, 2019
-
-
-
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
-
Frank Winklmeier authored
Protection against calling G4ThreadInitTool::terminateThread without having called initThread See merge request atlas/athena!21932
-
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.
-
scott snyder authored
Enable thread-safety static checker.
-
scott snyder authored
Enable thread-safety static checker.
-
scott snyder authored
Fix cppcheck warnings, including: - Use preincrement in iteration; - Initialize members in an initializer list; - Pass std::string by reference; - Format string type match.
-
- Mar 15, 2019
-
-
Vakhtang Tsulaia authored
Several commented-out includes of the old EventInfo have been removed, such that they won't show up in the search results
-
Walter Lampl authored
Some fixes/additions to new RootTreeIndex technology. See merge request atlas/athena!21926
-
Walter Lampl authored
Remove old trigger calo packages See merge request atlas/athena!21910
-
-
Walter Lampl authored
MET Trigger: Migrate flags See merge request atlas/athena!21854
-
21.0-FastCaloSim: Removing LoadFCalGeometryFromFiles function See merge request atlas/athena!21722 (cherry picked from commit 05538710) 301a82c4 Removing LoadFCalGeometryFromFiles function
-
Walter Lampl authored
IOVDbSvc: Test updates. See merge request atlas/athena!21922
-
Walter Lampl authored
AmdcStand: Fix f90 compilation warning. See merge request atlas/athena!21924
-
Walter Lampl authored
MuonTrackSummaryHelperTool: Use detStore(). See merge request atlas/athena!21925
-
Peter Onyisi authored
-
Walter Lampl authored
xAODTrigger: Fix compilation warning. See merge request atlas/athena!21923
-
John Chapman authored
Based on the discussion in ATLASSIM-4062, it seems that with the new version of TBB introduced in `LCG_95` (see !21493) can sometimes try to call `G4ThreadInitTool::terminateThread` without having first called `G4ThreadInitTool::initThread`. This causes the `G4ExHive-test` CI test to fail at random. Adding some protection to `G4ThreadInitTool::terminateThread` to prevent crashes in this case while the experts follow up with the TBB experts.
-
Walter Lampl authored
For LAr: Rewritten EMC, MiniFCAL and DeadSD into new component accumulator style See merge request atlas/athena!21655
-
-
Walter Lampl authored
Change GenericMetadataTool duplicate sid return code See merge request atlas/athena!21897
-
-