- Jun 03, 2019
-
-
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
-
- Jun 02, 2019
-
-
scott snyder authored
Don't fetch EventContext from thread-local storage if we already have it as an argument.
-
scott snyder authored
Add doExpressProcessing configuration flag. Needed for converting LuminosityTool to a conditions algorithm.
-
scott snyder authored
Remove obsolete and unused forwarding header StorableConversions.h.
-
- May 31, 2019
-
-
Vakhtang Tsulaia authored
Master dijetmatcher 2 See merge request atlas/athena!23299
-
Vakhtang Tsulaia authored
Fix Tile noise filter (ATLASRECTS-4962) See merge request atlas/athena!23733
-
Vakhtang Tsulaia authored
First step in disabling TRT alone matching for electrons See merge request atlas/athena!23749
-
Vakhtang Tsulaia authored
ByteStreamEmonSvc: Modernize and enable thread checker See merge request atlas/athena!23765
-
Vakhtang Tsulaia authored
TrigServices: Enable static thread checker See merge request atlas/athena!23773
-
Vakhtang Tsulaia authored
IDScanZFinder: Package spring cleaning See merge request atlas/athena!23777
-
Vakhtang Tsulaia authored
Reinsert OutputStreamCfg for Digitization See merge request atlas/athena!23664
-
Vakhtang Tsulaia authored
Adding a static class to PrecisionCaloSetup.py to handle precisionCaloClusters See merge request atlas/athena!23670
-
Vakhtang Tsulaia authored
Define and use SiTrackMakerEventData_xk to replace SiTrackMaker_xk::EventData (ATLASRECTS-3037) See merge request atlas/athena!23759
-
Remove << operators and dump(SiTrackMakerEventData_xk& data, std::ostream& out) because they are not so useful due to the separation of event dependent data, SiTrackMakerEventData_xk.
-
Vakhtang Tsulaia authored
IDScanHitFilter: Enable static thread checker See merge request atlas/athena!23776
-
Vakhtang Tsulaia authored
Provide new-style configuration to read trigger info from XML when running on MC See merge request atlas/athena!23788
-
Vakhtang Tsulaia authored
Standard Reco tests for btagging See merge request atlas/athena!23790
-
Vakhtang Tsulaia authored
Add new configs for electron/photon IDs See merge request atlas/athena!23791
-
Vakhtang Tsulaia authored
add rate histogram Athena MT See merge request atlas/athena!23799
-
Vakhtang Tsulaia authored
Mt push origin -u manualSweep1125erge branch '21.0_AODReductions_CaloClusterMoments' into '21.0' See merge request atlas/athena!23808
-
Vakhtang Tsulaia authored
Merge branch '21.0-fixDRAWBreakingFT0' into '21.0' See merge request atlas/athena!23810
-
Vakhtang Tsulaia authored
Merge branch '21.0-InDetForwardTrackParticle_thinning' into '21.0' See merge request atlas/athena!23813
-
Stewart Martin-Haugh authored
Make SCTRawDataProviderTool thread safe (ATLASRECTS-4970) Closes ATLASRECTS-4970 See merge request atlas/athena!23645
-
Peter van Gemmeren authored
-
Vakhtang Tsulaia authored
Remove un-needed std::string allocations from GsfExtrapolator , when Not running in DEBUG See merge request atlas/athena!23814
-