- Feb 08, 2019
-
-
- Feb 07, 2019
-
-
Roger Naranjo authored
-
-
- Feb 06, 2019
-
-
Vakhtang Tsulaia authored
StauTool has a private data member m_runNumber which is set in a couple of places inside the code, but is never been used. Removal of this data member also made it possible to remove the reference to the old EventInfo
-
- Feb 02, 2019
-
-
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.
-
- Feb 01, 2019
-
-
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
Read test input files from cvmfs rather than afs. Seeing if this will help with the timeouts that have been observed in recent nightlies.
-
- Jan 31, 2019
-
-
-
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.
-
- Jan 30, 2019
-
-
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.
-
- Jan 29, 2019
-
-
Emmanuel Le Guirriec authored
Create bunch of config files for classes used by IP2D, IP3D and RNNIP taggers Cleaning in TrackSelector.cxx (ToolSvc not used)
-
scott snyder authored
Note the objects produced by tauRec as transient in objKeyStore. Needed for the output streams to get the correct dependencies in MT.
-
scott snyder authored
Note the objects produced by MuonCreatorAlg as transient in objKeyStore. Needed for the output streams to get the correct dependencies in MT.
-
Adding variable HadronConeExclTruthLabelID to heavy-ion jet collections See merge request atlas/athena!20652 (cherry picked from commit d0330f7a) 1fed1e45 Adding variable HadronConeExclTruthLabelID to heavy-ion jet collections.
-
- Jan 28, 2019
-
-
- Jan 26, 2019
-
-
scott snyder authored
HandleKeys must be declared as properties in order for dependencies to propagate correctly.
-
scott snyder authored
Needed to get dependencies propagated from tools.
-
- Jan 25, 2019
-
-
Siarhei Harkusha authored
Digits for TMDB from bytestream are unpacked in the same time when Tile digits are requested and upacked and put directly into StoreGate ignoring standard conversion mechanism. The same is done in the case of unpacking raw channels for TMDB. This is not very good for AthenaMT (especially for scheduler). Tile bytestream converters have been refactored to unpack digits and raw channels for TMDB only if they are requested (needed) using standard conversion mechanism. Unit tests for reading Tile digits and raw channels from bytestream and the corresponding reference files have been updated accordingly.
-
scott snyder authored
Use Read/Write handles instead of direct SG access. Also general cleanup. Make tool methods const and the algorithm reentrant.
-
- Jan 23, 2019
-
-
Christos Anastopoulos authored
-
- Jan 22, 2019
-
-
Mark Hodgkinson authored
-
- Jan 21, 2019
-
-
scott snyder authored
Update METMakerAlg to work with accept() returning AcceptData.
-
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.
-
- Jan 19, 2019
-
-
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
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.
-
- Jan 18, 2019
-
-
Walter Lampl authored
-
scott snyder authored
This is in preparation for making ICaloCellMakerTool::process const, for use in MT. This particular tool hasn't been converted to work reentrantly, so give an error if someone attempts to do that.
-
- Jan 17, 2019
-
-
Mark Hodgkinson authored
-
- Jan 16, 2019
-
-
Walter Lampl authored
-
- Jan 14, 2019
-
-
scott snyder authored
Private data members should start with m_.
-
- Jan 13, 2019
-
-
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.
-
- Jan 11, 2019
-
-
Mark Hodgkinson authored
Remove debugging code left in by mistake.
-
- Jan 10, 2019
-
-
-
Will Leight authored
In cases where MuGirl muons are also reconstructed by STACO, they can have an MS track particle, the one used by STACO, associated to them. Given that this MS track was not used in reconstructing the muon, this can be misleading: this fix ensures that MuGirl muons never have an associated MS track. Since the MCP tools use the ME track, this change should be transparent for the vast majority of analyzers. The MS-only extrapolated track, only used by experts for debugging, is retained.
-
- Jan 09, 2019
-
-
Scott Snyder authored
clang warnings: unused private class members.
-
Susumu Oda authored
-
- Jan 08, 2019
-
-
Olivier Arnaez authored
Update `TrackParticleTruthAthenaPool` to write out the new `TrackParticleTruthCollection_p2` and `TrackParticleTruthCollectionContainer_p2` classes which use `HepMcParticleLink_p2` by default. (cherry picked from commit aa3286c2a93ac47d342d30131581dc15970e1f27) Add unit tests the for new TP Converters (cherry picked from commit 4d3cc18027874d378522730b6e941ced8e8eba5a) Update the new unit tests to use valid `HepMcParticleLinks`.
-
- Jan 04, 2019
-
-
scott snyder authored
Non-members should not start with m_.
-
- Dec 20, 2018
-
-
Mark Hodgkinson authored
-
Mark Hodgkinson authored
-