test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
ElectroWeakAnalysis
ZMuMu
src
ZMuMuNormalBack.cc
Go to the documentation of this file.
1
/*
2
#include "ElectroWeakAnalysis/ZMuMu/interface/ZMuMuNormalBack.h"
3
4
ZMuMuNormalBack::ZMuMuNormalBack(double Nb, double l, double a, double b,
5
int x_min, int x_max):
6
zmb_(Nb, l, a, b),
7
zmbn_(l, a, b),
8
x_min_(x_min), x_max_(x_max) {}
9
10
void ZMuMuNormalBack::setParameters(double Nb, double l, double a, double b) {
11
zmb_.setParameters(Nb, l, a, b);
12
zmbn_.setParameters(l, a, b);
13
}
14
15
double ZMuMuNormalBack::operator()(double x) const {
16
return zmbn_(x_min_, x_max_) * zmb_(x);
17
}
18
*/
Generated for CMSSW Reference Manual by
1.8.5