-
Notifications
You must be signed in to change notification settings - Fork 0
/
RooCBCBPdf.h
48 lines (39 loc) · 1.31 KB
/
RooCBCBPdf.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/*****************************************************************************
* Project: RooFit *
* *
* This code was autogenerated by RooClassFactory *
*****************************************************************************/
#ifndef ROOCBCBPDF
#define ROOCBCBPDF
#include "RooAbsPdf.h"
#include "RooRealProxy.h"
#include "RooCategoryProxy.h"
#include "RooAbsReal.h"
#include "RooAbsCategory.h"
class RooCBCBPdf : public RooAbsPdf {
public:
RooCBCBPdf() {} ;
RooCBCBPdf(const char *name, const char *title,
RooAbsReal& _m,
RooAbsReal& _m0,
RooAbsReal& _sigma,
RooAbsReal& _alpha1,
RooAbsReal& _alpha2,
RooAbsReal& _n1,
RooAbsReal& _n2);
RooCBCBPdf(const RooCBCBPdf& other, const char* name=0) ;
virtual TObject* clone(const char* newname) const { return new RooCBCBPdf(*this,newname); }
inline virtual ~RooCBCBPdf() { }
protected:
RooRealProxy m ;
RooRealProxy m0 ;
RooRealProxy sigma ;
RooRealProxy alpha1 ;
RooRealProxy alpha2 ;
RooRealProxy n1 ;
RooRealProxy n2 ;
Double_t evaluate() const ;
private:
ClassDef(RooCBCBPdf,1) // Your description goes here...
};
#endif