5 #ifndef COMPWA_TOOLS_PLOTTING_ROOTPLOTDATA_HPP_ 6 #define COMPWA_TOOLS_PLOTTING_ROOTPLOTDATA_HPP_ 20 class ParticleStateTransitionKinematicsInfo;
39 const std::string &filename,
const std::string &option =
"RECREATE");
41 void createDirectory(std::string Name);
44 std::string TreeName =
"data");
45 void writeIntensityWeightedPhspSample(
47 std::string TreeName =
"intensity_weighted_phspdata",
48 std::map<std::string, std::shared_ptr<ComPWA::Intensity>>
49 IntensityComponents = {});
51 std::string TreeName =
"hitmiss_data");
void writeData(const EventCollection &DataSample, const std::string &OutputFilePath, bool OverwriteFile)
Interface template for a general Function of the form OutputType Function(InputTypes) The concept clo...