- Jan 23, 2019
-
-
Marcin Nowak authored
-
Marcin Nowak authored
-
Marcin Nowak authored
-
Marcin Nowak authored
EventInfo reading and conversion code moved from PileUpStream to PileUpMergeSvc. Restored option to read old EventInfo in PileUpMergeSvc. Setting SG pointer in const xAOD::EventInfo now possible.
-
Vakhtang Tsulaia authored
Fix memory leak of ATLASRECTS-4818 See merge request !20356
-
-
Vakhtang Tsulaia authored
Make SCT_Clusterization reentrant (ATLASRECTS-4824) See merge request !20506
-
Vakhtang Tsulaia authored
Make SCT_AlignCondAlg reentrant (ATLASRECTS-4824) See merge request !20504
-
Vakhtang Tsulaia authored
In VP1EventProd use EventContext instead of EventInfo See merge request !20505
-
Vakhtang Tsulaia authored
TrigTauEmulation: TAccept->AcceptData See merge request !20540
-
Vakhtang Tsulaia authored
JetSelectorTools: TAccept->AcceptData See merge request !20538
-
Vakhtang Tsulaia authored
Dropped redundant includes from ByteStreamEmonInputSvc.cxx See merge request !20503
-
Vakhtang Tsulaia authored
AthenaConfiguration: Factor out AppMgr creation in ComponentAccumulator. See merge request !20526
-
Vakhtang Tsulaia authored
D2PDMaker: TAccept->AcceptData See merge request !20537
-
Vakhtang Tsulaia authored
TileTripReader: TAccept->AcceptData See merge request !20536
-
Vakhtang Tsulaia authored
TrigCostRootAnalysis: Fix gcc9 warnings. See merge request !20535
-
Vakhtang Tsulaia authored
FastCaloSim: Making FastShowerCellBuilderTool const. See merge request !20534
-
Vakhtang Tsulaia authored
TileByteStream: Test BS converters in MT mode. See merge request !20533
-
Vakhtang Tsulaia authored
TileRecUtils+TileEvent: Remove obsolete tool TileBeamInfoProvider. See merge request !20531
-
-
Vakhtang Tsulaia authored
xAODCore: Fix thread-safety issues. See merge request !20530
-
- Jan 22, 2019
-
-
scott snyder authored
Migrate from TAccept to AcceptData, for MT compatibility.
-
scott snyder authored
Migrate from TAccept to AcceptData, for MT compatibility.
-
scott snyder authored
Remove from D2PDSelectorBase references to IAthSelectorTool. This interface uses TAccept but is implemented in master by only one tool, AthTileTripReader. Further, there seem to be no configurations which actually configure D2PDSelectorBase to use AthTileTripReader.
-
scott snyder authored
Migrate from using TAccept to AcceptData. Needed for MT compatibility.
-
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
TH1::GetRandom() and TH2::GetRandom2() are not MT-safe, since they're non-const and also use gRandom. These are used from ParticleEnergyParametrization. Rewrite so as to be const and to allow passing in a random generator rather than having to use gRandom. (We currently still pass in gRandom. Changing that would change rng seeding, so that will be fixed in a subsequent change.)
-
Scott Snyder authored
Run BS converter tests in both sequential and MT modes and ensure that the results are identical.
-
Vakhtang Tsulaia authored
Make SCTSiLorentzAngleCondAlg and SCTSiPropertiesCondAlg reentrant (ATLASRECTS-4824) See merge request atlas/athena!20515
-
Vakhtang Tsulaia authored
TrigServices: only create worker directory if needed See merge request !20513
-
Vakhtang Tsulaia authored
Make several SCT cond and test algs reentrant (ATLASRECTS-4824) See merge request !20509
-
-
Vakhtang Tsulaia authored
Make Si pattern recognition cond algs reentrant (ATLASRECTS-4824) See merge request !20507
-
Vakhtang Tsulaia authored
Optimize InDet Condalgs See merge request !20500
-
Vakhtang Tsulaia authored
Migrate trigger code to new Monitored interface See merge request !20491
-
Vakhtang Tsulaia authored
Add ItemList to output stream in new BCM Digitization test See merge request !20482
-
Vakhtang Tsulaia authored
Fix memory leak in JetTagCalibration package (ATLASRECTS-4819) See merge request !20411
-
Vakhtang Tsulaia authored
Remove unnecessary (I)SiProperties(CH)Svc and LorentzAngleSvcSetup.py (ATLASRECTS-4048) See merge request !20405
-
-
Vakhtang Tsulaia authored
workaround for valgrind error reported as ATLASRECTS-4769 See merge request !20385
-