- Feb 20, 2019
-
-
Vakhtang Tsulaia authored
Optional replacement for bootstrap.pkl See merge request atlas/athena!21078
-
Vakhtang Tsulaia authored
Simulation InnerDetectorTools rewritten to new component accumulator style See merge request atlas/athena!21147
-
-
Vakhtang Tsulaia authored
JetSubStructureMomentTools: cherry-picking several updates See merge request atlas/athena!21267
-
-
Vakhtang Tsulaia authored
Fix for possibility that muon reco is run without Stau reco See merge request atlas/athena!21269
-
Vakhtang Tsulaia authored
Bug fix such that we re-initialise the entries in engCalibFrac to 0.0 as intended. See merge request atlas/athena!21272
-
Vakhtang Tsulaia authored
Migrating Muon Digitization code to use the thread-safe random number service See merge request atlas/athena!21245
-
Vakhtang Tsulaia authored
CaloInterface: Clean up ICaloCellMakerTool. See merge request atlas/athena!21189
-
Vakhtang Tsulaia authored
Stream selector See merge request atlas/athena!21252
-
Vakhtang Tsulaia authored
Fix bug in new I/O indexing where ':' is left in placement string See merge request atlas/athena!21275
-
Vakhtang Tsulaia authored
IOVSvc: Print CB nodes in sorted order. See merge request atlas/athena!21278
-
Vakhtang Tsulaia authored
TrkExRungeKuttaIntersector: Preparing to make interfaces const. See merge request atlas/athena!21279
-
Vakhtang Tsulaia authored
TrigT1CaloCalibUtils: Don't copy AttributeList. See merge request atlas/athena!21280
-
Vakhtang Tsulaia authored
TrigT1CaloMonitoring: Avoid AttributeList copies. See merge request atlas/athena!21281
-
Vakhtang Tsulaia authored
TrigFTKSim: cmake fix See merge request atlas/athena!21283
-
Vakhtang Tsulaia authored
TauAnalysisTools: Fix clang warnings. See merge request atlas/athena!21284
-
Vakhtang Tsulaia authored
SiClusterizationTool: cmake fix See merge request atlas/athena!21285
-
Vakhtang Tsulaia authored
egammaMVACalibAnalysis: Disable broken test. See merge request atlas/athena!21286
-
Vakhtang Tsulaia authored
FileStager: Fix compilation warnings. See merge request atlas/athena!21287
-
Vakhtang Tsulaia authored
LUCID_DigiTools: Fix compilation warnings. See merge request atlas/athena!21288
-
Vakhtang Tsulaia authored
Disabled the MSonly chain monitoring to avoid exception (temporary) See merge request atlas/athena!21293
-
Vakhtang Tsulaia authored
Replaced ISF_DefaultParticleKillerSelector with... See merge request atlas/athena!21294
-
Vakhtang Tsulaia authored
Move OutputStream to output Sequence to help AthenaMT scheduling. See merge request atlas/athena!20168
-
-
Miha Muskinja authored
Replaced ISF_DefaultParticleKillerSelector with ISF_DefaultParametricSimulationSelector for allregions
-
John Chapman authored
-
John Chapman authored
-
John Chapman authored
-
John Chapman authored
-
- Feb 19, 2019
-
-
scott snyder authored
Need to explicitly declare Boost as a dependency. Otherwise, we reference the Boost path with -I rather than -isystem, which lets in some compilation warnings from Boost code.
-
scott snyder authored
Need to explicitly declare Boost as a dependency. Otherwise, we reference the Boost path with -I rather than -isystem, which lets in some compilation warnings from Boost code.
-
scott snyder authored
The mem_test test doesn't work now because egammaMVACalib no longer makes a dictionary. Comment this test out for now.
-
scott snyder authored
InDetCondTools doesn't produce a library. Don't list it in link dependencies.
-
Yohei Noguchi authored
-
scott snyder authored
clang warnings: missing override keywords.
-
scott snyder authored
InDetCondTool doesn't build a library, so don't list it as a link dependency.
-
scott snyder authored
Avoid making (MT-unsafe) implicit copies of AttributeList objects.
-
scott snyder authored
Remove (MT-unsafe!) implicit copy of AttributeList instance.
-
scott snyder authored
The tool was caching event information in member variables. Rework to remove this caching, to allow the interfaces to eventually be made const. Results are identical, and this is not expected to have any significant effect on performance. Also changed CRLF line endings to LF.
-