- Jun 04, 2019
-
-
Walter Lampl authored
L1 decoder CF fix See merge request atlas/athena!23850
-
-
Walter Lampl authored
LArConfiguration: More LAr ROD flags. See merge request atlas/athena!23895
-
Move LAr ROD flags to a distinct namespace. Add more flags: LAr.ROD.UseHighestGainAutoCorr; LAr.ROD.DoOFCMixedOptimization; LAR.ROD.UseDelta.
-
Walter Lampl authored
Reorganising jet trigger reco config and moving to TMMT See merge request atlas/athena!23468
-
* Renamed some sequences in TUT/full_menu.py to reflect Run 2 names * Made calibration configs more consistent with offline model * Fixed nesting of prerequisite sequences to avoid alg dupe clashes * Renamed placeholder code in TriggerMenuMT to be more transparent * Implemented large-R ungroomed and reclustered triggers in TMMT * Clean up helper functions to minimise duplication
-
Stewart Martin-Haugh authored
[ATR-19253] Enabling Trigger Feature Access See merge request atlas/athena!23848
-
Frank Winklmeier authored
Update SimulationTier0Test reference file to x86_64-centos7-gcc8-opt platform See merge request atlas/athena!23908
-
Walter Lampl authored
TrigBphysHypo: Avoid EventContext TLS lookup. See merge request atlas/athena!23896
-
Walter Lampl authored
LArCabling: python3 compatibility. See merge request atlas/athena!23897
-
Walter Lampl authored
Use SlotSpecificObj in SCT_ByteStreamErrorsTool See merge request atlas/athena!23880
-
-
Walter Lampl authored
Fix thread-unsafety in Monopole code, G4mplEquationSetup class - Monopole MT ... See merge request atlas/athena!23798
-
Fix thread-unsafety in Monopole code, G4mplEquationSetup class - Monopole MT validation [ATLASSIM-4182] G4mplEquationSetup class was implemented as a singleton, so it was not thread-safe. This affected MT simulation - with more than 1 thread: the simulation was aborted for illegal values of energy, momentum and/or time. 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
AthenaCommon: Fix use of deprecated unittest methods. See merge request atlas/athena!23884
-
Walter Lampl authored
AthenaConfiguration: Dump properties in a predictable order. See merge request atlas/athena!23894
-
Walter Lampl authored
fix warning message See merge request atlas/athena!23878
-
-
Walter Lampl authored
Adapt to Acts v0.9.2 See merge request atlas/athena!23164
-
- Jun 03, 2019
-
-
John Chapman authored
-
Walter Lampl authored
AthenaPoolTest: Make tests more robust. See merge request atlas/athena!23886
-
Rename output catalog written by DES test to prevent collisions when running concurrently with existing tests.
-
Walter Lampl authored
AthenaConfiguration: Add doExpressProcessing flag. See merge request atlas/athena!23883
-
Walter Lampl authored
Make SiSpacePointsSeedTool_xk thread-safe (ATLASRECTS-3037) See merge request atlas/athena!23837
-
Rename SiSpacePointsSeedTool_xk/EventData to SiSPSeededTrackFinderData/SiSpacePointsSeedMakerEventData
-
Walter Lampl authored
TrigTauHypo: Avoid EventContext TLS lookups. See merge request atlas/athena!23887
-
Walter Lampl authored
SGTools: Remove obsolete forwarding header. See merge request atlas/athena!23882
-
Walter Lampl authored
Moving MT Simulation and Digitization ART jobs into a separate package See merge request atlas/athena!23797
-
-
Walter Lampl authored
Fix ThinningSvc to retrieve OutputStream from the correct sequence. See merge request atlas/athena!23872
-
Walter Lampl authored
FastCaloSim: Preparing to make calo det descr immutable. See merge request atlas/athena!23685
-
Currently, the calo detector description in CaloDetDescrManager first gets created, with alignments applied subsequently. In particular, this implies that if one retrieves the detector description in initialize, one will get it without alignments. This is potentially confusing, is bad for MT, and commonly leads to the tracking geometry being incorrectly built without alignments. Therefore, we are trying to move towards building the detector description once, with alignments applied at that point. See ATR-19685 for further discussion. This means that one should not retrieve CaloDetDescrManager during initialize(). Here, it was being used to initialize the call maps in BasicCellBuilderTool. Modified so that this instead gets triggered via a callback after the aligned calo det descr is created. However, this exposes some additional points that warrant discussion. The code here wants to deal with a grid of cells. Whenever one is doing that, it's important to consistently use the unaligned geometry; that is, what one gets from the _raw() functions of the DDEs. The code here wasn't doing that. However, because it was reading the detector description during initialize(), before alignments were applied, what it was getting was mostly the _raw() values --- though with an imporant exception. Even in an unaligned geometry, there's a difference between eta() and eta_raw() in the endcap, due to the 6cm shift of the cryostats from the original design. The code now uses the _raw() functions to build the maps and hence consistently does it in the calo cell coordinate system, but that's a difference from what was done before, and hence results can change in the endcap. I also adjusted the lookup in m_celllist_maps in FastShowerCellBuilderTool::process_particle to adjust to the calorimeter cell reference frame, but there are likely other places where there are still inconsistencies.
-
Walter Lampl authored
add RDOtoRDOTrigger ART tests See merge request atlas/athena!23868
-
Walter Lampl authored
Merge branch '21.0-fixDRAW_ZMUMUOnceAndForAll' into '21.0' See merge request atlas/athena!23811
-
Ending writing of transient decorations on Muons in DRAW_ZMUMU building See merge request atlas/athena!12501 Former-commit-id: 4e961184599a024a43522907294cb5b006c0698a
-
Walter Lampl authored
Remove EventInfo from muon view data verifier See merge request atlas/athena!23860
-
Tim Martin authored
-
scott snyder authored
Make LArCablingConfig compatible with python3.
-
scott snyder authored
Avoid looking up EventContext in TLS when it is already available as a function argument.
-
scott snyder authored
In printProperties(), print the properties in sorted order.
-