- Jun 25, 2019
-
-
Initial commit of DumpEventDataToJSON, including Jets and TrackParticles, with some simple extrapolation.
-
- Jun 23, 2019
-
-
Christos Anastopoulos authored
-
- Jun 21, 2019
-
-
scott snyder authored
Enable thread-safety static checker. Fix a few issues with static data.
-
-
- Jun 20, 2019
-
-
EventInfo had some const methods that were returning non-const pointers to member data. This violates the spirit of const-correctness (and the thread-safety checker warns about it). Clean up by splitting the affected methods into const and non-const versions, returning const and non-const pointers, respectively.
-
- Jun 18, 2019
-
-
John Chapman authored
-
Vakhtang Tsulaia authored
The following values were implicitly set by the BS converter of the legacy EventInfo: MCChannelNumber(0), MCEventNumber(0), MCEventWeights(std::vector<float>(1,1)); Now they are set in the BS converted of the xAOD::EventInfo too. Fixes ATR-19871
-
- Jun 17, 2019
-
-
scott snyder authored
cppcheck warnings: use pre-increment rather than post-increment.
-
- Jun 13, 2019
-
-
scott snyder authored
Remove EventInfoMCWeightFixAlg. It's not actually referenced from anywhere, uses the old EventInfo, and has const-correctness/MT issues.
-
-
- 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.
-
Vakhtang Tsulaia authored
These tests have been failing since we introduced ByteStream converter for xAOD::EventInfo
-
- Jun 10, 2019
-
-
scott snyder authored
Truncate very small masses to zero in the output, to avoid some rounding issues.
-
- Jun 07, 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 31, 2019
-
-
GenericMetadataTool.
-
Tim Martin authored
Protect against errors in legacy TC objects with the _v1 store Add a throw on partial decoration data being read
-
- May 30, 2019
-
-
Tim Martin authored
* TrigComposite (a.k.a. Decision) objects, when asked for an ElementLink, can now introspect if they've been decorated with re-mapped information. * Re-mapping of element links happens online at the end of processing, when EDM objects inside EventViews are copied out into EDM containers in the global event context. * Feature access code is reworked slightly to return LinkInfo objects rather than ElementLink objects. This is better as you can easily then also check which ROI your feature was in, etc. * The list of hard-coded chains was updated based on full_menu.py * HLTEDMCreator was updated to be given the HypoAlg output collection to remap rather than the InputMaker output. This was a bug before, features are attached by the hypo. * The way that `HLTEDMCreator` knows what collections need their element links updating was reworked - but reamins a bit clunky. * `HLTEDMCreator` indentation was standadised * Printing of feature properties was added to `TrigEDMChecker::dumpTDT`
-
- May 28, 2019
-
-
scott snyder authored
-
Peter Hansen authored
-
- May 25, 2019
-
-
Tadej Novak authored
-
Tadej Novak authored
-
- May 23, 2019
-
-
- May 21, 2019
-
-
Frank Winklmeier authored
Enable the thread-safety checker for most of the xAODTrig* packages and apply the relevant fixes (mostly just `static` -> `static const`). The following packages require less trivial fixes and still need to be done: xAODTrigRingerAthenaPool xAODTrigBphysAthenaPool xAODTrigMuonAthenaPool xAODTrigCaloAthenaPool xAODTrigEgammaAthenaPool xAODTriggerAthenaPool xAODTrigger
-
-
Tadej Novak authored
-
Christos Anastopoulos authored
-
-
- May 20, 2019
-
-
Christos Anastopoulos authored
-
- May 17, 2019
-
-
- Change property 'SelectedStreams' to 'AcceptStreams' to mirror FilteredAlgorithm interface.
-
- May 16, 2019
-
-
Christos Anastopoulos authored
-
- May 15, 2019
-
-
scott snyder authored
Avoid adding duplicate services to SvcMgr.
-
- May 13, 2019
-
-
Move a log message to DEBUG level.
-
- May 08, 2019
-
-
Add extra type checking to TrigComposite. Allow casting to generic IParticleContainer interface. TODO add explicit check on cast
-
-
- May 07, 2019
-
-
Adam Edward Barton authored
-
-
-
- May 01, 2019
-
-
cantel authored
-