- Dec 09, 2020
-
-
Rafal Bielski authored
-
- Oct 23, 2020
-
-
scott snyder authored
Enable thread-safety checking. Fix resulting warnings. Rework ByteStreamCnvSvc to manage slot-specific copies of event data.
-
- Jun 18, 2019
-
-
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 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
-