- Apr 27, 2017
-
-
Takashi Yamanaka authored
CalibrationDataInterface: Fix apparent typo in conditions. See merge request !1169
-
Takashi Yamanaka authored
Replacing #defines for T/P Converters with typedefs See merge request !1179
-
Takashi Yamanaka authored
Fix ATLASRECTS-3960 Closes ATLASRECTS-3960 See merge request !1071
-
- Apr 26, 2017
-
-
Oleg Kuprash authored
Merge branch 'l1topo-dbg-mjj-cf' into '21.1' See merge request !1195
-
Charles Leggett authored
See merge request !1026
-
Charles Leggett authored
-
Oleg Kuprash authored
Merge branch 'trig_chainDump' into '21.0' See merge request !1186
-
Davide Gerbaudo authored
Bugfix L1topo InvariantMass eta cuts See merge request !1177
-
Takashi Yamanaka authored
AthenaServices: Comply with ATLAS naming conventions. See merge request !1161
-
Takashi Yamanaka authored
SCT_ConditionsServices: Comply with ATLAS naming conventions. See merge request !1164
-
Oleg Kuprash authored
add reference file and normalize option to chainDump for use outside of RTT See merge request !1152
-
Christian Gumpert authored
port updated configuration from 21.0 to master See merge request !1044
-
Marcin Nowak authored
Replaced #defines for T/P Converters that were needed after the conveter move to the new package TPTools and name changes, with typdefs. That was always intended but did not work with GCCXML so a #define hack was used. Also cleaned up the associated #includes. Conveter names on the user side were not renamed this time.
-
Takashi Yamanaka authored
Use tempMaskedChips and abcdErrorChips information (ATLASRECT-4013). See merge request !1130
-
- Apr 25, 2017
-
-
Scott Snyder authored
The conditional here doesn't make sense, and gets a warning from gcc7 because the value being tested is a constant. Changing it to match the way it was done other places in this source.
-
Tim Martin authored
TrigT1CaloCalibTools: various fixes See merge request !1139
-
Tim Martin authored
TrigmuComb: Fix apparent missing argument. See merge request !1140
-
Tim Martin authored
Merge branch 'TrigL2MuonSA-00-03-63-master-fixRpcPadMsg1' into master See merge request !1151
-
scott snyder authored
Names should not start with underscores.
-
scott snyder authored
Local variables should not start with m_.
-
Graeme Stewart authored
make sweeping script executable and install it See merge request !1135
-
Takashi Yamanaka authored
22.0 add convenient macro for unit testing See merge request !1016
-
Takashi Yamanaka authored
TRTDigitizationTool.cxx: commented out PropertyMgr.h to avoid deprecated warning See merge request !1112
-
Takashi Yamanaka authored
Merge branch 'G4SimAthenaPOOL_buildWarning' into 'master See merge request !1143
-
Will Leight authored
-
Will Leight authored
-
Tim Martin authored
Fix of Message Level on RPC PAD in TrigL2MuonSA See merge request !1039
-
Takashi Yamanaka authored
CxxUtils: Suppress more undefined behavior warnings. See merge request !1109
-
Takashi Yamanaka authored
MuonD3PDMaker: DataModel -> AthContainers. See merge request !1110
-
Tomasz Bold authored
-
Takashi Yamanaka authored
MuonReadoutGeometry: Fix more undefined behavior sanitizer warnings. See merge request !1113
-
Takashi Yamanaka authored
TrkGlobalChi2Fitter: Fix undefined behavior sanitizer warnings. See merge request !1116
-
- Apr 24, 2017
-
-
Fix Gaudi build warnings in G4SimAthenaPOOL See merge request !749
-
Tim Martin authored
Merge branch 'TIDV-review' into '21.0' See merge request !1128
-
Tim Martin authored
Merge branch 'TIDV-jk2' into '21.0' See merge request !1127
-
Scott Snyder authored
A ParticleHypothesis was being passed as the BoundaryCheck argument to extrapolate. Looks like the BoundaryCheck argument was omitted. This gets a warning from gcc7.
-
Scott Snyder authored
gcc7 warning: return of wrong type
-
Scott Snyder authored
Private data members should start with m_; identifiers should not start with underscores.
-
Scott Snyder authored
A long-standing DataVector bug has allowed getting a non-const pointer from a const_iterator. Fix a const problem in this package that relied on this bug.
-
Christian Gumpert authored
-