GooFit  v2.1.3
VariableBinTransform1DPdf.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <vector>
4 
5 #include <goofit/PDFs/GooPdf.h>
6 
7 namespace GooFit {
8 
9 // Transforms ND coordinates into a single bin number.
11  public:
12  VariableBinTransform1DPdf(std::string n, Observable _x, std::vector<fptype> binlimits);
13 };
14 
15 } // namespace GooFit
Special class for observables. Used in DataSets.
Definition: Variable.h:109
VariableBinTransform1DPdf(std::string n, Observable _x, std::vector< fptype > binlimits)