-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRooPDF_BKG.h
More file actions
49 lines (36 loc) · 1.33 KB
/
RooPDF_BKG.h
File metadata and controls
49 lines (36 loc) · 1.33 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
39
40
41
42
43
44
45
46
47
48
49
/*****************************************************************************
* Project: RooFit *
* *
* This code was autogenerated by RooClassFactory *
*****************************************************************************/
#ifndef ROOPDF_BKG
#define ROOPDF_BKG
#include "RooAbsPdf.h"
#include "RooRealProxy.h"
#include "RooCategoryProxy.h"
#include "RooAbsReal.h"
#include "RooAbsCategory.h"
#include <RooGenericPdf.h>
class RooPDF_BKG : public RooAbsPdf {
public:
RooPDF_BKG() {} ;
RooPDF_BKG(const char *name, const char *title,
RooAbsReal& _x,
const std::vector<std::vector<double>>& _bkg_params,
const std::string _channel_name);
RooPDF_BKG(const RooPDF_BKG& other, const char* name=0) ;
RooGenericPdf ttbar();
RooGenericPdf ZZ();
RooGenericPdf DY();
RooGenericPdf TTZ();
virtual TObject* clone(const char* newname) const { return new RooPDF_BKG(*this,newname); }
inline virtual ~RooPDF_BKG() { }
protected:
RooRealProxy x ;
const std::vector<std::vector<double>> bkg_params;
const std::string channel_name;
Double_t evaluate() const ;
private:
ClassDef(RooPDF_BKG,1) // Your description goes here...
};
#endif