- Mar 27, 2017
-
-
Scott Snyder authored
Add versions of makeHandles methods of arrays that take an EventContext. Former-commit-id: b240cd62
-
- Mar 25, 2017
-
-
Takashi Yamanaka authored
Eflow rec coverity fixes See merge request !512 Former-commit-id: 7462e01b
-
Takashi Yamanaka authored
Testing current version of AtlasExternals. See merge request !568 Former-commit-id: 61e58cf1
-
Takashi Yamanaka authored
Pull in the latest ElectronEfficiencyCorrection changes, See merge request !569 Former-commit-id: 147bb370
-
Takashi Yamanaka authored
CLIDComps: Fix ATN test. See merge request !573 Former-commit-id: 998106fc
-
Takashi Yamanaka authored
TestTools: Try to fix failing ATN test. See merge request !574 Former-commit-id: a010bf6c
-
Takashi Yamanaka authored
GeoAdaptors: Comply with ATLAS naming conventions. See merge request !577 Former-commit-id: 1b097d74
-
Takashi Yamanaka authored
TrackRecord, G4SimTPCnv: Comply with ATLAS naming conventions. See merge request !578 Former-commit-id: 8b9e726e
-
Takashi Yamanaka authored
Fix const bug in SG::ConstIterator. See merge request !579 Former-commit-id: a62c38c5
-
Takashi Yamanaka authored
JetJvtEfficiency: Comply with ATLAS naming conventions. See merge request !581 Former-commit-id: ad86b78b
-
Takashi Yamanaka authored
GeneratorObjectsTPCnv: Fix tests to avoid DataPool deadlocks. See merge request !582 Former-commit-id: 30f78fc3
-
Takashi Yamanaka authored
AsgTools: Avoid gcc7 switch fallthrough warning; add missing test reference files. See merge request !583 Former-commit-id: a60695a6
-
Takashi Yamanaka authored
InDetSimEvent: Various fixes See merge request !584 Former-commit-id: e6836d27
-
Takashi Yamanaka authored
AthenaROOTAccess: Fix undefined behavior warnings. See merge request !585 Former-commit-id: 55f1f5db
-
Takashi Yamanaka authored
SimHelpers: Comply with ATLAS naming conventions. See merge request !586 Former-commit-id: 961b7829
-
Takashi Yamanaka authored
tauRecTools: Fix ubsan warnings. See merge request !587 Former-commit-id: c77f0503
-
Takashi Yamanaka authored
MCTruth: Comply with ATLAS naming conventions. See merge request !588 Former-commit-id: aa7d4030
-
- Mar 24, 2017
-
-
Scott Snyder authored
Private class members should start with m_. Former-commit-id: 6d37fd666eef67134e1ace9f35edff1ab4144207
-
Scott Snyder authored
Private class members should start with m_ (or s_ for statics). Former-commit-id: 772c7e19
-
scott snyder authored
Make sure boolean properties are initialized. Do not create ROOT objects (like TF1) in component constructors; otherwise, ROOT needs to get fully initialized during genconf. Former-commit-id: 7c77d6ab
-
Takashi Yamanaka authored
Fixed CMakeLists.txt in TauHistUtils (ATLASRECTS-3993) See merge request !564 Former-commit-id: 5cf7d8ad
-
scott snyder authored
Suppress ubsan warnings for an intentional cross-cast. Fix ubsan warning for calling a member function from a ctor initializer list. Former-commit-id: bea16ebd
-
Scott Snyder authored
Change reference to obsolete DataModel package. Former-commit-id: 5c0bc6f3
-
Scott Snyder authored
Private class members should start with m_. Former-commit-id: a62a4124
-
Scott Snyder authored
Former-commit-id: 8b669184
-
Scott Snyder authored
Former-commit-id: a7a2e93a
-
Scott Snyder authored
Upcoming MT fixes for AthAllocators will have DataPool holding a lock on the underlying allocator. This leads to a deadlock if there are two live instances of DataPool for the same type in the same thread. This implies that a DataPool instance cannot be copied. Fix a couple places where GeneratorObjectsTPCnv was doing this. Former-commit-id: 48a38c08
-
Scott Snyder authored
Private class members should start with m_. Former-commit-id: 3411d6b3
-
scott snyder authored
SG::ConstIterator was using a non-const dereference on the underlying DataHandle, causing it to return null if the referenced object was locked. This was leading to ubsan warnings in ControlTest. Former-commit-id: c1d5c0ec
-
Scott Snyder authored
Private class members should start with m_. Former-commit-id: 29a07f4d
-
Scott Snyder authored
Private class members should start with m_. Former-commit-id: d49e47b0
-
Scott Snyder authored
Private class members should start with m_ (or possibly s_ for statics). Former-commit-id: a6a29099
-
scott snyder authored
Install test script where ATN can find it. Former-commit-id: 9422f766
-
scott snyder authored
ATN test was broken by the addition of the copyright message. Former-commit-id: aa83a912
-
Christos Anastopoulos authored
i.e sync with the trunk/latest version used by Analyses Releases Former-commit-id: 7497eba1
-
scott snyder authored
Former-commit-id: 6b25008e
-
Takashi Yamanaka authored
MCTruthClassifer hadron-from-b helper See merge request !518 Former-commit-id: 67291011
-
Takashi Yamanaka authored
Separate Validation code in SimHitSvc into a separate Algorithm See merge request !544 Former-commit-id: 340befba
-
Takashi Yamanaka authored
CxxUtils: Set up ubsan suppression file. See merge request !545 Former-commit-id: f20594be
-
Takashi Yamanaka authored
TrigSerializeResult: Fixes for ubsan warnings. See merge request !547 Former-commit-id: 3321b0ab
-