5 #ifndef DATA_DATASET_HPP_ 6 #define DATA_DATASET_HPP_ 23 set.Weights.resize(size);
24 for (
auto &i :
set.
Data) {
25 i.second.resize(size);
std::vector< double > Weights
void resize(DataSet &set, size_t size)
ComPWA::EventCollection addIntensityWeights(std::shared_ptr< ComPWA::Intensity > Intensity, const EventCollection &DataSample, const ComPWA::Kinematics &Kinematics)
std::unordered_map< std::string, std::vector< double > > DataMap
The Kinematics interface defines the conversion of Events to a DataSet.
Interface template for a general Function of the form OutputType Function(InputTypes) The concept clo...