GooFit  v2.1.3
BWPdf.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <goofit/PDFs/GooPdf.h>
4 
5 namespace GooFit {
6 
7 class BWPdf : public GooPdf {
8  public:
9  BWPdf(std::string n, Observable _x, Variable m, Variable s);
10 
11  private:
12 };
13 } // namespace GooFit
Special class for observables. Used in DataSets.
Definition: Variable.h:109
BWPdf(std::string n, Observable _x, Variable m, Variable s)