30 namespace HelicityFormalism {
31 class HelicityKinematics;
52 std::string Name, std::string Title,
unsigned int Bins,
53 Color_t Color = kBlack);
55 void setStats(
bool b);
58 std::vector<double> Intensities = {});
63 TH1D *getHistogram(std::string Name);
65 TH2D *getHistogram2D(std::pair<std::string, std::string> Names);
67 void setColor(Color_t Color);
75 std::map<std::pair<std::string, std::string>, TH2D>
Hists2D;
79 std::unique_ptr<TTree>
Tree;
90 const std::string &Name,
int bins = 100);
97 const std::string &Name =
"",
const std::string &Title =
"",
98 Color_t Color = kBlack);
100 bool Normalize =
false,
const std::string &Name =
"",
101 const std::string &Title =
"", Color_t Color = kBlack);
110 void CreateHist(std::string Name);
cmplx FADDEEVA() w(cmplx z, double relerr)
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...