src
PhysicsTools
TagAndProbe
interface
ZGeneratorLineShape.h
Go to the documentation of this file.
1
#ifndef Z_GENERATOR_LINE_SHAPE
2
#define Z_GENERATOR_LINE_SHAPE
3
4
#include "Riostream.h"
5
#include "RooDataHist.h"
6
#include "RooHistPdf.h"
7
#include "TH1F.h"
8
#include "TFile.h"
9
10
class
ZGeneratorLineShape
:
public
RooAbsPdf {
11
public
:
12
ZGeneratorLineShape
(){};
13
ZGeneratorLineShape
(
14
const
char
*
name
,
15
const
char
*
title
,
16
RooAbsReal&
_m
,
17
//char* genfile = "/uscmst1b_scratch/lpc1/old_scratch/lpctrig/jwerner/ZeePASResConvFitter/ZeeGenLevel.root"
18
const
char
* genfile =
"ZeeGenLevel.root"
,
19
const
char
*
histoName
=
"Mass"
);
20
21
ZGeneratorLineShape
(
const
ZGeneratorLineShape
&
other
,
const
char
*
name
);
22
inline
TObject*
clone
(
const
char
* newname)
const override
{
return
new
ZGeneratorLineShape
(*
this
, newname); }
23
inline
~ZGeneratorLineShape
()
override
{};
24
ClassDefOverride
(
ZGeneratorLineShape
, 1) Double_t evaluate()
const
override;
25
26
protected:
27
RooRealProxy
m
;
28
RooDataHist*
dataHist
;
29
};
30
31
#endif
ZGeneratorLineShape::clone
TObject * clone(const char *newname) const override
Definition:
ZGeneratorLineShape.h:22
runTheMatrix.const
const
Definition:
runTheMatrix.py:371
ZGeneratorLineShape
Definition:
ZGeneratorLineShape.h:10
hgcalDigitizer_cfi._m
_m
Definition:
hgcalDigitizer_cfi.py:189
trackingPlots.other
other
Definition:
trackingPlots.py:1467
ZGeneratorLineShape::m
RooRealProxy m
Definition:
ZGeneratorLineShape.h:27
ZGeneratorLineShape::dataHist
RooDataHist * dataHist
Definition:
ZGeneratorLineShape.h:28
ZGeneratorLineShape::~ZGeneratorLineShape
~ZGeneratorLineShape() override
Definition:
ZGeneratorLineShape.h:23
ZGeneratorLineShape::ZGeneratorLineShape
ZGeneratorLineShape()
Definition:
ZGeneratorLineShape.h:12
ZGeneratorLineShape::ClassDefOverride
ClassDefOverride(ZGeneratorLineShape, 1) Double_t evaluate() const override
runGCPTkAlMap.title
string title
Definition:
runGCPTkAlMap.py:94
HltBtagPostValidation_cff.histoName
histoName
Definition:
HltBtagPostValidation_cff.py:19
Skims_PA_cff.name
name
Definition:
Skims_PA_cff.py:17
Generated for CMSSW Reference Manual by
1.8.14