- Mar 21, 2019
-
-
Frank Winklmeier authored
enum34 is provided by LCG_95 now.
-
Vakhtang Tsulaia authored
TrigT1Interfaces: Fix gcc9 warnings. See merge request atlas/athena!22059
-
- Mar 20, 2019
-
-
Vakhtang Tsulaia authored
AthenaMP: Fix gcc9 warnings. See merge request atlas/athena!22060
-
Vakhtang Tsulaia authored
Fix const correctness in Tile containers See merge request atlas/athena!21995
-
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.
-
Vakhtang Tsulaia authored
Mr21869 to master See merge request atlas/athena!22033
-
Vakhtang Tsulaia authored
Manual sweep of !20467: Optimization of CPU time of FastCaloSimV2 (ATLASSIM-3980) See merge request atlas/athena!22040
-
Vakhtang Tsulaia authored
l1calo athenaMT migration to readhandles See merge request atlas/athena!22046
-
-
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.
-
Vakhtang Tsulaia authored
SiDetectorElement small cleanup See merge request atlas/athena!22022
-
Vakhtang Tsulaia authored
GeneratorObjectsTPCnv: Adjust reading _p1 objects to avoid making invalid links. See merge request atlas/athena!22036
-
Vakhtang Tsulaia authored
CaloTools: Remove no-op callback registration from CaloNoiseToolDB. See merge request atlas/athena!22045
-
Vakhtang Tsulaia authored
LArIdentifier: Fix cppcheck warnings. See merge request atlas/athena!22037
-
Vakhtang Tsulaia authored
Pseudomerge TrigEgammaAnalysisTools from 21.0-TrigMC to master See merge request atlas/athena!21658
-
Vakhtang Tsulaia authored
TrigP1Test: HelloWorld test (ATR-19205) See merge request atlas/athena!21856
-
-
Vakhtang Tsulaia authored
Cleanups of SCT_Monitoring package (ATLASDQ-679) See merge request atlas/athena!21927
-
-
Vakhtang Tsulaia authored
Remove duplicate Random.Engine flags See merge request atlas/athena!22016
-
Vakhtang Tsulaia authored
ATR-19544 Allow for missing inputs in RoIBResultToxAOD for L1C Closes ATR-19544 See merge request atlas/athena!22013
-
Vakhtang Tsulaia authored
AthLinks: Fix gcc9 compilation in AssocationComps. See merge request atlas/athena!22001
-
Vakhtang Tsulaia authored
TBRec: Remove #include of ILArHVCorrTool.h. See merge request atlas/athena!21999
-
Vakhtang Tsulaia authored
TrigTauRecMerged: const fixes See merge request atlas/athena!22014
-
Vakhtang Tsulaia authored
RPC BS to RDO converter cache updated See merge request atlas/athena!21502
-
Vakhtang Tsulaia authored
Sweeping !21660 from 21.0 to master. Patch preInclude.Qball.py to work-around missing specialConfiguration metadata See merge request atlas/athena!21938
-
Vakhtang Tsulaia authored
Add functionality to set properties w/o exact addressing of the components See merge request !21274
-
Vakhtang Tsulaia authored
migrate ConvVxSorter and TrackMatchSorter to C++17 compatible style (and simplify) See merge request !22020
-
Vakhtang Tsulaia authored
Disabling ringer in the tests (temporary measure) See merge request !22043
-
Vakhtang Tsulaia authored
Removing Atlantis, as this is not part of Athena See merge request atlas/athena!20076
-
Tomasz Bold authored
-
Stewart Martin-Haugh authored
Use ID geometry setup from GeoModel See merge request atlas/athena!21928
-
Xiaozhong Huang authored
To make sure the modifications do not affect apps other than FastCaloSim, we add a dedicated CaloCellContainerFCSFinalizerTool for FastCaloSim, but leave the CaloRec/CaloCellContainerFinalizerTool unchanged.
-
scott snyder authored
Remove callback registration for LoadCalibration, which is a no-op. Needed as part of preparation for removing the obsolete LArHVCorrTool.
-
scott snyder authored
cppcheck warnings: Pass std::string by reference.
-
scott snyder authored
When we read _p1 links, we need to determine which event collection to target. The target was being set to TruthEvent unless there was a nonzero event index, in which case it was being set to TruthEvent_PU. However, in some of those cases, the events contains TruthEvent but not TruthEvent_PU, the result being that we were making invalid links that would trip an assertion when used. Now, make sure that TruthEvent_PU exists before targeting it. (Yeah, it's inefficient to do this for each link, but since this is only for reading old data, it's probably not worth doing it differently.) Fixes a crash seen in the MuonEventAthenaPool tests.
-
- Mar 19, 2019
-
-
Chav Chhiv Chau authored
Deleting lines forgotten to be removed when resolving merge conflict.
-
Manually sweep MR !21869 to master See merge request atlas/athena!21869
-
Vakhtang Tsulaia authored
Adding radiation simulation standalone code See merge request atlas/athena!21181
-
Vakhtang Tsulaia authored
Updates to JetRecConfig See merge request atlas/athena!22003
-