19 std::transform(DataSample.
Events.begin(), DataSample.
Events.end(),
20 Weights.begin(), NewEventList.Events.begin(),
virtual ComPWA::Data::DataSet convert(const EventCollection &Events) const =0
std::vector< Event > Events
ComPWA::EventCollection addIntensityWeights(std::shared_ptr< ComPWA::Intensity > Intensity, const EventCollection &DataSample, const ComPWA::Kinematics &Kinematics)
The Kinematics interface defines the conversion of Events to a DataSet.
Data structure containing all kinematic information of a physics event.
Interface template for a general Function of the form OutputType Function(InputTypes) The concept clo...