Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
ZGeneratorLineShape
Definition:
ZGeneratorLineShape.h:10
mergeVDriftHistosByStation.name
string name
Definition:
mergeVDriftHistosByStation.py:78
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
runTheMatrix.const
string const
Definition:
runTheMatrix.py:329
Generated for CMSSW Reference Manual by
1.8.5