-
Notifications
You must be signed in to change notification settings - Fork 429
Expand file tree
/
Copy pathPolinomialExponent_1p.hpp
More file actions
38 lines (29 loc) · 1.29 KB
/
PolinomialExponent_1p.hpp
File metadata and controls
38 lines (29 loc) · 1.29 KB
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
/*****************************************************************************
* Project: RooFit *
* *
* This code was autogenerated by RooClassFactory *
*****************************************************************************/
#pragma once
#include "RooAbsPdf.h"
#include "RooRealProxy.h"
#include "RooCategoryProxy.h"
#include "RooAbsReal.h"
#include "RooAbsCategory.h"
class PolinomialExponent_1p : public RooAbsPdf {
public:
PolinomialExponent_1p() {} ;
PolinomialExponent_1p(const char *name, const char *title, RooAbsReal& _x, RooAbsReal& _e1);
PolinomialExponent_1p(const PolinomialExponent_1p& other, const char* name=0) ;
virtual TObject* clone(const char* newname) const { return new PolinomialExponent_1p(*this,newname); }
inline virtual ~PolinomialExponent_1p() { }
/*
Int_t getAnalyticalIntegral(RooArgSet& allVars, RooArgSet& analVars, const char* rangeName=0) const ;
Double_t analyticalIntegral(Int_t code, const char* rangeName=0) const ;
*/
protected:
RooRealProxy x;
RooRealProxy e1;
Double_t evaluate() const ;
private:
ClassDef(PolinomialExponent_1p,2) // PDF of dijet function with 4 free parameters
};