- Oct 02, 2020
-
-
This has just laid dormant ever since the CMT->CMake migration. :-( At the same time introduced some tests for the implicit copy-constructor and copy-operator of xAOD::EventFormat.
-
- Sep 22, 2020
-
-
Need <cstdlib> for size_t.
-
- Jul 28, 2020
-
-
Delete some obviously obsolete job options (e.g. referencing TrigSteer_L2).
-
- Jul 27, 2020
-
-
Frank Winklmeier authored
With athenaMT it is best to rely on the default (ROOT) signal handler in CoreDumpSvc, which uses gdb to produce the stacktrace for all threads. Setting `FatalHandler = 438` makes use of the `SealSignal` handler, which only produces one trace. For production environments where the gdb traces are not needed, one should override the setting in the transform or AMI tag as is already done today. Relates to ATEAM-629.
-
- Jul 23, 2020
-
-
Frank Winklmeier authored
Delete the TrigTier0 package and move the remaining three files to TriggerJobOpts. Adjust references to these files in other packages.
-
- Jul 06, 2020
-
-
Rafal Bielski authored
-
- Jun 19, 2020
-
-
Marcin Nowak authored
SealSvc does not have any useful function any more
-
- Jun 11, 2020
-
-
scott snyder authored
ThinningSvc is no longer used and is being removed.
-
- Jun 08, 2020
-
-
The ByteStreamEventStorageInput service provided a legacy job option called FullFileName to specify bytestream input. With the move to EventSelector this option was all but removed from ByteStreamEventInputSvc. The EventSelectorByteStream provieded the input option to specify input. It captured the FullFileName option of the InputSvc. This commit removes the relevant parts of the ByteStreamEventStorageInputSvc and EventSelectorByteStream. It also attempts to move all references in other job options (unless they specify being for an older release).
-
- May 22, 2020
-
-
scott snyder authored
Run LumiBlockMuWriter on BS files or if the input file already has xAOD::EventInfo. Needed to fix some trigger ART tests.
-
- May 19, 2020
-
-
scott snyder authored
It will fill the decorations with 0 in this case.
-
- May 05, 2020
-
-
R D Schaffer authored
fix the setting of beam_energy and AMITag to avoid saving more than one value in the TagInfo metadata
-
- May 02, 2020
-
-
Vakhtang Tsulaia authored
Introduced new LumiBlockMuWriter algorithm, which fills pileup information on xAOD::EventInfo using WriteDecorHandle-s. Enabled LumiBlockMuWriter algorithm in RecExCommon_topOptions.py for RAWtoESD configurations over ByteStream input, and also unconditionally in skeleton.RDOtoRDOtrigger.py and in runHLT_standalone.py Ported one client - JetCalibrationTool - to accesing pileup values in xAOD::EventInfo using ReadDecorHandle Fixed ref_RDOtoRDOTrig_mt1_build.ref with updated trigger counts
-
- Apr 07, 2020
-
-
Frank Winklmeier authored
StatusCodeSvc is deprecated. Remove all references to it from job options.
-
- Apr 01, 2020
-
-
- Mar 11, 2020
-
-
Vakhtang Tsulaia authored
-
- Jan 22, 2020
-
-
Walter Lampl authored
-
- Jan 18, 2020
-
-
scott snyder authored
- print function - exec - except statement syntax - long - don't suppress error messages.
-
- Jan 08, 2020
-
-
Walter Lampl authored
-
- Nov 18, 2019
-
-
TauTrackSlimmer operates on the run 1 EDM and is in fact never enabled anywhere in the current release. Remove it, in order to allow eventually removing the old thinning service.
-
- Nov 15, 2019
-
-
- Sep 20, 2019
-
-
- Sep 13, 2019
-
-
- Sep 11, 2019
-
-
John Derek Chapman authored
Schedule FTKFastSimTruth before trigger simulation See merge request atlas/athena!26339 (cherry picked from commit 712841b1375d92a5f5bbe5e1a56ecdb3fbbafad3) c409ab36 Add FTKFlags.doTruthSmearing flag 2501f873 Add tools/algs from TrigFTKFastSimTruth_jobOptions to FTKRec 18e8c696 Split FastSimTruth from FTKRec and only schedule this part before the trigger c25466d9 Protect FTKFastSimTruth inclusion
-
- Jul 12, 2019
-
-
Jovan Mitrevski authored
-
- Jul 09, 2019
-
-
Jovan Mitrevski authored
-
- Jul 04, 2019
-
-
- Jun 12, 2019
-
-
Stewart Martin-Haugh authored
-
Migrate xAODEventInfoCnvTool from using LuminosityTool to LuminosityCondAlg. Add a configuration fragment, xAODEventInfoCnvAlgDefault, which will set up the luminosity conditions algorithm; it also disables running the algorithm at BeginRun. In passing, resolves ToolHandle constness issues.
-
scott snyder authored
Do not schedule ThinInDetForwardTrackParticles if we're reading from ESD and InDetForwardTrackParticles is not in the input file. Fixes failure seen in q223.
-
- Jun 06, 2019
-
-
- Jun 04, 2019
-
-
Vakhtang Tsulaia authored
Given the new EventInfo is an xAOD object, it requires two converters: one for the interface object and one for the Aux store. The names of new converters are: EventInfoByteStreamxAODCnv EventInfoByteStreamAuxCnv
-
- May 29, 2019
-
-
Thinning of InDetForwardTrackParticles container in the primary AOD See merge request !5650 Former-commit-id: 364c089c4a7154e50298a322ce3d14f4688b4609
-
- Apr 29, 2019
-
-
Walter Lampl authored
-
- Mar 29, 2019
-
-
- Mar 04, 2019
-
-
Adam Edward Barton authored
This reverts merge request !21559
-
- Mar 01, 2019
-
-
Vakhtang Tsulaia authored
EventInfoNonConstCnvAlg was introduced in 21.0 and was not meant to be migrated to the master. The goal of this manual cherry-pick is to provide a quick workaround to the problems discussed in ATEAM-506. Also added some protection against the usage of EventInfoNonConstCnvAlg in AthenaMT
-
- Feb 26, 2019
-
-
Jovan Mitrevski authored
-
- Feb 22, 2019
-
-
Miha Muskinja authored
-