- Sep 16, 2017
-
-
Scott Snyder authored
Add missing const qualifier. Former-commit-id: 8ccf46f2
-
- Sep 15, 2017
-
-
Vakhtang Tsulaia authored
Remove obsolete DeclareFactoryEntries See merge request !4668 Former-commit-id: c022339e
-
- Sep 14, 2017
-
-
Vakhtang Tsulaia authored
Make extends<> a regular base class of HelloTool See merge request !4671 Former-commit-id: 6cf8e887
-
Vakhtang Tsulaia authored
RDBAccessSvc: Comply with ATLAS naming conventions. See merge request !4673 Former-commit-id: 06e46718
-
scott snyder authored
Local variables should not start with m_ or underscores. Former-commit-id: 880be4a7
-
Vakhtang Tsulaia authored
TRT_ElectronPidTools: Fix compilation warnings. See merge request !4619 Former-commit-id: 59bb43b4
-
Vakhtang Tsulaia authored
Sweeping !4616 from 21.0 to master. Add Generators/GenInterfaces to the list of packages in AthSimulation See merge request !4653 Former-commit-id: f819223f
-
Vakhtang Tsulaia authored
Clean out cmt directories from Simulation packages See merge request !4654 Former-commit-id: 181e9609
-
Frank Winklmeier authored
If one wants to further inherit from HelloTool, extends<> needs to be a regular base class and not virtual. Former-commit-id: 730a4093
-
Vakhtang Tsulaia authored
Electron fex hypo integration See merge request !4656 Former-commit-id: b3a6d50b
-
Former-commit-id: 95f990a5
-
Vakhtang Tsulaia authored
Relocate G4AtlasMT code from G4HiveEx into G4Atlas packages Closes ATLASSIM-2772 See merge request !4655 Former-commit-id: 0527a28d
-
Edward Moyse authored
Moving Externals version (commit hash) to the newest 4ae54d4b See merge request !4335 Former-commit-id: aa65c3a2
-
Frank Winklmeier authored
The DeclareFactoryEntries header and its macros are obsolete and no longer needed with recent Gaudi versions. Former-commit-id: 35a3d5ce
-
Steven Andrew Farrell authored
It's mostly just a copy of G4HiveEx/G4HiveExOpts.py, with a little bit of cleanup and harmonization with the other job opts in this package. Former-commit-id: 42e21a25
-
Steven Andrew Farrell authored
Former-commit-id: c3487477
-
Add Generators/GenInterfaces to the list of packages in AthSimulation See merge request !4616 Former-commit-id: a8d3b803
-
Steven Andrew Farrell authored
Relocating this tool from G4HiveEx (named G4InitTool) to G4AtlasTools with some minor changes, including improved method of assigning G4 thread ID and replacing some usages of 'auto'. Former-commit-id: bad94e42
-
Vakhtang Tsulaia authored
Made LookupBuilder thread-local in TileGeoG4SDCalc See merge request !4641 Former-commit-id: 787cd632
-
- Sep 13, 2017
-
-
Vakhtang Tsulaia authored
TauAnalysisTools: Fix genreflex warning. See merge request !4627 Former-commit-id: f0bf074f
-
Vakhtang Tsulaia authored
MuonSelectorTools: Comply with ATLAS naming conventions. See merge request !4626 Former-commit-id: 1e32f2d3
-
Vakhtang Tsulaia authored
DataModelRunTests: A few more patterns to ignore. See merge request !4628 Former-commit-id: cb51276d
-
Vakhtang Tsulaia authored
HforTool: Missing dependency. See merge request !4625 Former-commit-id: baaaee03
-
Vakhtang Tsulaia authored
TrkTrackSummaryTool: Fix compilation warnings. See merge request !4622 Former-commit-id: 615729c2
-
Steven Andrew Farrell authored
The TileGeoG4LookupBuilder was changed from a member pointer with dynamic allocation in initialize into a file thread_local unique ptr which is constructed lazily in GetLookupBuilder. This is not meant to be a long-term solution, but a temporary bandage. We need to implement a better solution soon. Former-commit-id: 83dcf0b5
-
Vakhtang Tsulaia authored
AthenaHiveEventLoopMgr: invalidate EventContext once outside of alg exec loop See merge request !4592 Former-commit-id: 360600bf
-
Vakhtang Tsulaia authored
Sweeping !4567 from 21.0 to master. BunchCrossingTool Run 2 Defaults Update, 21.0 branch, (2017.09.11.) See merge request !4596 Former-commit-id: 22692e1e
-
Vakhtang Tsulaia authored
TrigEgammaHypo: cmake fix. See merge request !4617 Former-commit-id: 0a4f9fe2
-
Vakhtang Tsulaia authored
DerivationFrameworkInDet: Fix compilation warning. See merge request !4620 Former-commit-id: d05a0fb3
-
Vakhtang Tsulaia authored
AthenaRootComps: Change tests to work under ctest. See merge request !4613 Former-commit-id: c9914ae0
-
Scott Snyder authored
Ignore a couple messages that depend on environment settings. Former-commit-id: 6325b6d0
-
Scott Snyder authored
genreflex warning: duplicate entry in selection file. Former-commit-id: 3a1a3ec2
-
Scott Snyder authored
Local variables should not start with m_. Former-commit-id: 47aaacb6
-
Scott Snyder authored
cmake fix: missing dependency on TruthUtils in cmake file. Former-commit-id: a8ec575e
-
Marcin Nowak authored
Former-commit-id: ed237e5c
-
scott snyder authored
Compilation warnings: unused variables. Former-commit-id: cfe8da7f
-
scott snyder authored
Compilation warning: unused variable. Former-commit-id: 3d6ad600
-
scott snyder authored
Compilation warnings: unused variables. Former-commit-id: 15962cce
-
scott snyder authored
Add missing link dependency. Fixes dbg build failure. Former-commit-id: 0b417bb1
-
scott snyder authored
Change tests to work under ctest, rather than only with ATN. Break up some of the tests so that they can run in parallel. Should fix ATN test failure in the process. Former-commit-id: 1270e910
-