- Aug 17, 2017
-
-
Pavol Strizenec authored
Former-commit-id: 573e28e3
-
- Aug 16, 2017
-
-
Tamara Vazquez Schroeder authored
Add new HIP triggers to the DRAW_RPVLL filter See merge request !4035 Former-commit-id: 392b866d
-
Tamara Vazquez Schroeder authored
Allow beam spot ntuple merge from COOL See merge request !4013 Former-commit-id: 028f662fa21de0f6c6d2a42520fb840ecec7d4fa
-
Tamara Vazquez Schroeder authored
FCS_StepInfoCollection naming fix ATLASSIM-3403 See merge request !4016 Former-commit-id: 208d20e2
-
Tamara Vazquez Schroeder authored
updating MET code See merge request !3866 Former-commit-id: 5fc7dd5fddbee1c170540f9825ad7d0d78c8f1ba
-
Hass AbouZeid authored
Former-commit-id: e0027a6a19a9aefe546f18006af8a62697b837fa
-
- Aug 15, 2017
-
-
Tamara Vazquez Schroeder authored
Revert "Merge branch 'cherry-pick-6ed76fe6' into '21.0'" See merge request !4031 Former-commit-id: 1e956dc8
-
Anthony Lionti authored
Former-commit-id: dcf45b8da60a98c07e9cb0164735df0cbe23f85e
-
Tamara Vazquez Schroeder authored
This reverts merge request !3916 Former-commit-id: 4f997066
-
- Aug 14, 2017
-
-
Carl Suster authored
Former-commit-id: 01d35709
-
John Chapman authored
Drop the ZH prefix from the `FCS_StepInfoCollection` names. Former-commit-id: a7dfce31
-
John Chapman authored
Rather than writing out both `ISF_FCS_Parametrization::FCS_StepInfoCollection_ZHEventSteps` and `ISF_FCS_Parametrization::FCS_StepInfoCollection_ZHMergedEventSteps` - only the latter should be written out. Former-commit-id: 1a1d6c97
-
John Chapman authored
Former-commit-id: f1ad59fa4d4d4c1eed51f8df689c1173cddec426
-
John Chapman authored
`G4Step` owns the pointers to the pre and post step point `G4StepPoints` objects and deletes any existing objects as part of the `G4Step::SetPreStepPoint(...)` and `G4Step::SetPostStepPoint(...)` calls. Therefore deleting those pointers just before causes a double-delete when the methods are called. This causes random crashes during the simulation job. Former-commit-id: 3c73552f
-
John Chapman authored
Two missing `break` statements were causing the `m_detectormap` member variable to be filled incorrectly. It would be nicer to fill `m_detectormap` at the start of each job, rather than on-the-fly, but this would require a major re-write. Former-commit-id: a65b4d1e
-
John Chapman authored
Former-commit-id: 73909e27fa22948b8707ce1a3b4cd4aa37f54eec
-
John Chapman authored
Former-commit-id: 172b33eb
-
John Chapman authored
`ISF_FastCaloSimParametrization_DigiTilePreInclude.py` is identical to `ISF_FastCaloSimParametrization_DigiPostInclude.py`. The configuration should be done at the postInclude stage, so removing the preInclude. Former-commit-id: 17fbcfa1
-
Hass AbouZeid authored
Merge branch 'OI-r2017-06-07-idperf' into '21.1' See merge request !3916 Former-commit-id: 00a19b62
-
Hass AbouZeid authored
PixelMonitoring: revised job options, added histograms, cleaned up classes See merge request !3917 Former-commit-id: 0e0df67a
-
Anthony Morley authored
When the source ntuple in a beam spot ntuple merge is read from COOL, some additional options are needed to specify the database name and table. This change adds those as command line options to beamspotnt. Former-commit-id: c933b8ae
-
- Aug 13, 2017
-
-
Hass AbouZeid authored
Add TileG4Interfaces to AthSimulation Project See merge request !4008 Former-commit-id: 26f0ebfe
-
John Chapman authored
The line adding `TileG4Interfaces` to the `AthSimulation` project somehow got missed from !3818. This is needed for the `AthSimulation` releases to be functional. This change has no effect on the standard `Athena` relesaes. See ATLASSIM-3389. Former-commit-id: 78ae83e2f3497fbc2f37bfd4dea8fea9f68917a1
-
- Aug 11, 2017
-
-
Hass AbouZeid authored
Fix L1Calo Monitoring Simulation Errors when running in extended readout mode (80 MHz) See merge request !3926 Former-commit-id: 562a15e5
-
Hass AbouZeid authored
Change of TProfile2D naming pattern in SCT_CalibAlgs See merge request !3970 Former-commit-id: ba03015b
-
Hass AbouZeid authored
Turn off intel math library for ART TCT tests See merge request !3974 Former-commit-id: 984b06a6c5f1071aa55b8521fedd6e2303724b18
-
Hass AbouZeid authored
Removing outdated eos binaries from use in PROCTools and Tier0ChainTests See merge request !3972 Former-commit-id: aec7572d
-
Hass AbouZeid authored
The use of the intel math library seems to cause some spurious diffs in the ART TCT tests between minor version changes in the intel chip. Trying to see if deactivating this library helps with the difference tests, as recommended in ATLASRECTS-4117 Former-commit-id: a82f5e15
-
Hass AbouZeid authored
As the description implies. This will also allow one of the TCTs which is currently failing to finally succeed. Former-commit-id: 0df1d688
-
Hass AbouZeid authored
Use release metadata to set project and version in FilePeekerTool See merge request !3941 Former-commit-id: 3d3b2d35
-
Hass AbouZeid authored
Updating track selection tool in 21.0 See merge request !3769 Former-commit-id: 6a2678df
-
-
Mateusz Dyndal authored
Change of TProfile2D naming pattern (used for BSErrors extraction, line 1884 in SCT_CalibAlgs/src/SCTCalib.cxx file). This is triggered by change in the HIST file structure since 21.0.31. Former-commit-id: 7cdec4a7
-
Hass AbouZeid authored
TriggerTest ART initial test See merge request !3952 Former-commit-id: e562b351
-
- Aug 10, 2017
-
-
Tim Martin authored
Former-commit-id: d2dd8743
-
See merge request !3890 Former-commit-id: db7885513cda343501a3fa0734cd99efc308d7d5
-
- Aug 09, 2017
-
-
Hass AbouZeid authored
Add tadej to 'Overlay' watch list See merge request !3921 Former-commit-id: 7c735e7c
-
Hass AbouZeid authored
Add digitization flag for pile-up premixing (ATLASSIM-3396) See merge request !3915 Former-commit-id: eaf5a68a
-
Hass AbouZeid authored
Fixed inconsistent log scan results. [ATLASJT-358] See merge request !3878 Former-commit-id: 412c4eb5
-
Hass AbouZeid authored
Make TruthStrategy a SimFlag See merge request !3820 Former-commit-id: ff2e3e1c
-