Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
12
public
:
13
ZGeneratorLineShape
() {} ;
14
ZGeneratorLineShape
(
const
char
*
name
,
const
char
*
title
,
15
RooAbsReal& _m,
16
//char* genfile = "/uscmst1b_scratch/lpc1/old_scratch/lpctrig/jwerner/ZeePASResConvFitter/ZeeGenLevel.root"
17
const
char
* genfile =
"ZeeGenLevel.root"
,
const
char
* histoName=
"Mass"
18
);
19
20
ZGeneratorLineShape
(
const
ZGeneratorLineShape
& other,
const
char
*
name
);
21
inline
virtual
TObject*
clone
(
const
char
* newname)
const
{
return
new
ZGeneratorLineShape
(*
this
,newname);}
22
inline
~ZGeneratorLineShape
(){};
23
ClassDef(
ZGeneratorLineShape
,1)
24
Double_t
evaluate
()
const
;
25
protected
:
26
RooRealProxy
m
;
27
RooDataHist*
dataHist
;
28
};
29
30
#endif
indexGen.title
title
Definition:
indexGen.py:48
ZGeneratorLineShape
Definition:
ZGeneratorLineShape.h:10
mergeVDriftHistosByStation.name
string name
Definition:
mergeVDriftHistosByStation.py:77
ZGeneratorLineShape::evaluate
Double_t evaluate() const
Definition:
ZGeneratorLineShape.cc:28
ZGeneratorLineShape::m
RooRealProxy m
Definition:
ZGeneratorLineShape.h:26
ZGeneratorLineShape::dataHist
RooDataHist * dataHist
Definition:
ZGeneratorLineShape.h:27
ZGeneratorLineShape::~ZGeneratorLineShape
~ZGeneratorLineShape()
Definition:
ZGeneratorLineShape.h:22
ZGeneratorLineShape::clone
virtual TObject * clone(const char *newname) const
Definition:
ZGeneratorLineShape.h:21
ZGeneratorLineShape::ZGeneratorLineShape
ZGeneratorLineShape()
Definition:
ZGeneratorLineShape.h:13
compareJSON.const
string const
Definition:
compareJSON.py:14
protected
#define protected
Definition:
FWEveView.cc:35
Generated for CMSSW Reference Manual by
1.8.5