- May 08, 2019
-
-
Walter Lampl authored
Improve check_log regex See merge request atlas/athena!23235
-
Walter Lampl authored
Make EventAuxInfo_v1 members public See merge request atlas/athena!23228
-
-
Walter Lampl authored
Fix of FTK setting in tau trigger menu See merge request atlas/athena!23231
-
Walter Lampl authored
Variable bins in AthenaMonitoring See merge request atlas/athena!23052
-
-
Walter Lampl authored
TrigUpgradeTest: Avoid EventContext TLS lookups. See merge request atlas/athena!23249
-
Walter Lampl authored
Add empty and common steps in HLT CF menu See merge request atlas/athena!22911
-
-
Walter Lampl authored
Sweeping !22608 from 21.0 to master. Check against corrupted secondPCA file (ATLASSIM-4141) See merge request atlas/athena!23227
-
Walter Lampl authored
Propagate stream decisions from input to output See merge request atlas/athena!23141
-
list.
-
Walter Lampl authored
Remove the no longer needed separate SpectrometerExtrapolator See merge request atlas/athena!23229
-
-
scott snyder authored
Don't fetch EventContext from thread-local storage if we already have it as an argument.
-
- May 07, 2019
-
-
Walter Lampl authored
Make PanTau tools private (except those that have mutilple clients) See merge request atlas/athena!23212
-
Walter Lampl authored
Fix.fast.pool.merge See merge request atlas/athena!23203
-
-
Walter Lampl authored
Only check whether the summary tool exists rather than retrieving it accidentially. See merge request atlas/athena!23205
-
Walter Lampl authored
Make SiCombinatorialTrackFinder_xk private See merge request atlas/athena!23156
-
-
Walter Lampl authored
CaloClusterCorrection: Avoid EventContext TLS lookups. See merge request atlas/athena!23220
-
Walter Lampl authored
fix runTrigART for duplicate file names in PATH See merge request atlas/athena!23207
-
Walter Lampl authored
CaloUtils: Avoid EventContext TLS lookups. See merge request atlas/athena!23225
-
Walter Lampl authored
SGTools: Remove more forwarding headers. See merge request atlas/athena!23219
-
Walter Lampl authored
CaloRec: Avoid EventContext TLS lookups. See merge request atlas/athena!23224
-
Walter Lampl authored
Fix thread-unsafety in EscapedEnergyRegistry class - CaloCalibrationHits mt validation [ATLASSIM-4106] See merge request atlas/athena!22694
-
EscapedEnergyRegistry class was implemented as a singleton, so it was not thread-safe. This affected the HITs of LArCalibrationHitDeadMaterial when running in MT with the CaloCalibration on. Added the #ifdef G4MULTITHREADED directive to handle the multithreaded case. One instance of the class will be created per each thread and stored in a tbb::concurrent_unordered_map that is hashed with the threadID number.
-
Walter Lampl authored
LArElecCalib+LArRecUtils: Remove ILArHVCorrTool. See merge request atlas/athena!23222
-
Remove obsolete interface ILArHVCorrTool.
-
Walter Lampl authored
Restore use of CaloLumiBCIDTool. See merge request atlas/athena!23218
-
Walter Lampl authored
Code cleanup of SiSpacePointsSeedTool_xk package See merge request atlas/athena!23186
-
-
Walter Lampl authored
fill histograms with weights See merge request atlas/athena!22545
-
The AthenaMonitoring backend code was expecting the name of the weight variable to appear in the coded string that is passed to HistogramDef to be parsed. This was causing a crash in unit tests. The TrigUpgradeTest/full_menu.py runs successfully with this change.
-
Walter Lampl authored
Sweeping !23157 from 21.0 to master. Merge branch 'data-overlay' into '21.3' See merge request atlas/athena!23226
-
Walter Lampl authored
IDC: Satisfy some thread warnings See merge request atlas/athena!23216
-
-
Rafal Bielski authored
Remove dot from IncludeError and add tcmalloc error
-
Walter Lampl authored
change pow(x,0.25) to sqrt(sqrt(x)) See merge request atlas/athena!23217
-