- Oct 15, 2020
-
-
Edward Moyse authored
PixelGeoModel: Fix cppcheck warnings. See merge request atlas/athena!37253
-
Edward Moyse authored
Add DL1R and PFlow b-jet triggers, 2nd try See merge request atlas/athena!37232
-
- Oct 14, 2020
-
-
Edward Moyse authored
Reduce Configurable c'tor verbosity See merge request atlas/athena!37238
-
Edward Moyse authored
LArRawConditions: Enable thread-safety checking. See merge request atlas/athena!37247
-
Edward Moyse authored
TileDetDescr+TileSimEvent+ByteStreamCnvSvcLegacy: Fix cppcheck warnings. See merge request atlas/athena!37252
-
Edward Moyse authored
CollectionBase+FileCatalog: Fix cppcheck warnings. See merge request atlas/athena!37249
-
Edward Moyse authored
CaloRec: Remove ToolWithConstantsMixin. See merge request atlas/athena!37245
-
Edward Moyse authored
CaloTools: Return algorithm from CaloNoiseCondAlg. See merge request atlas/athena!37246
-
Edward Moyse authored
InDetTrigExtensProcessor+LArBadChannelTool+LArByteStream+LArDetDescr+LArIdCnv: Remove reference to StoreGate.h. See merge request atlas/athena!37248
-
Edward Moyse authored
Add ErrorCode to ChainName histogram in HltEventLoopMgr See merge request atlas/athena!36901
-
-
Edward Moyse authored
Remove apparently unncecessary call to TTree::LoadTree() See merge request atlas/athena!37242
-
Edward Moyse authored
AFP: cmake config cleanup See merge request atlas/athena!37236
-
Edward Moyse authored
Make TrigMuonEF algorithms reentrant See merge request atlas/athena!37229
-
Edward Moyse authored
Adding new Run-3 b-jet trigger chains according to the request, see ATR-22165 See merge request atlas/athena!37224
-
Edward Moyse authored
TrigT1TGC : GoodMF flag implementation, Make class TGCGoodMF See merge request atlas/athena!37201
-
Edward Moyse authored
Add a new type to CxxUtils for arrays of optional values See merge request atlas/athena!36403
-
Edward Moyse authored
Guard against use of invalid pattern track parameter covariance See merge request atlas/athena!37151
-
Edward Moyse authored
Reconstruction/Jet: cmake cleanup See merge request atlas/athena!37207
-
Edward Moyse authored
Bug fix for heavy Ion Egamma reconstruction in release 22 See merge request atlas/athena!37221
-
Edward Moyse authored
TrigAnalysisTest: cmake cleanup, flake8 fixes See merge request atlas/athena!37226
-
Edward Moyse authored
Cleanup :MCTruthClassifierBase should fix ATLASRECTS-5401 Closes ATLASRECTS-5401 See merge request atlas/athena!37216
-
Edward Moyse authored
Manual sweep of VMM shaper to master See merge request atlas/athena!37214
-
Edward Moyse authored
ATR-22167: Load previous TStreamerInfo objects when deserializing new HLT from BS See merge request atlas/athena!37184
-
Edward Moyse authored
TriggerConfig.triggerBSOutputCfg: Change output file stream type and name Closes ATR-22159 See merge request atlas/athena!37212
-
Edward Moyse authored
Sweeping !32603 from 21.0 to master. Fast calo sim hit init of hit chain See merge request atlas/athena!37218
-
Edward Moyse authored
JetValidation: delete obsolete files See merge request atlas/athena!37208
-
Edward Moyse authored
Adjust exclusion of SA muons from LRT running See merge request atlas/athena!37205
-
Edward Moyse authored
PtFrac5 to PtFrac4 to match legacy and improve HLT PF configuration See merge request atlas/athena!37235
-
Edward Moyse authored
RungeKuttaUtils: Add comments on what exactly we do See merge request atlas/athena!37036
-
-
- Oct 13, 2020
-
-
scott snyder authored
- Disable copy ctors/assignment for some classes that manage memory. - Pass class instances via const reference, not by value. - Prefer using an initialization list to initializing members in a ctor body. - Prefer preincrement to postincrement for iterators.
-
scott snyder authored
- Prohibit copying of class owning memory. - Pass class instances by const reference, not by value.
-
scott snyder authored
- Pass class instances by const reference, not by value.
-
scott snyder authored
- Prohibit copying of class owning memory. - Pass class instances by const reference, not by value.
-
scott snyder authored
- Prefer pre-increment (or range-for) to postincrement. - Prefer using an initialization list to initializing membesr in a ctor body.
-
scott snyder authored
- Prefer pre-increment (or range-for) to postincrement. - Pass class instances by const reference, not by value. - Fix out-of-bounds reference.
-
scott snyder authored
Remove reference to obsolete header StoreGate.h.
-
scott snyder authored
Remove reference to obsolete header StoreGate.h.
-
scott snyder authored
Remove reference to obsolete header StoreGate.h.
-