CMS 3D CMS Logo

Public Member Functions | Protected Attributes

MuScleFitBase::ProbForIntegral Class Reference

Functor used to compute the normalization integral of probability functions. More...

#include <MuScleFitBase.h>

List of all members.

Public Member Functions

double operator() (const double *mass, const double *)
 ProbForIntegral (const double &massResol, const int iRes, const int iY, const bool isZ)

Protected Attributes

int iRes_
bool isZ_
int iY_
double massResol_

Detailed Description

Functor used to compute the normalization integral of probability functions.

Definition at line 53 of file MuScleFitBase.h.


Constructor & Destructor Documentation

MuScleFitBase::ProbForIntegral::ProbForIntegral ( const double &  massResol,
const int  iRes,
const int  iY,
const bool  isZ 
) [inline]

Definition at line 56 of file MuScleFitBase.h.

                                                                                              :
      massResol_(massResol),
      iRes_(iRes), iY_(iY), isZ_(isZ)
    {}

Member Function Documentation

double MuScleFitBase::ProbForIntegral::operator() ( const double *  mass,
const double *   
) [inline]

Member Data Documentation

Definition at line 69 of file MuScleFitBase.h.

Referenced by operator()().

Definition at line 70 of file MuScleFitBase.h.

Referenced by operator()().

Definition at line 69 of file MuScleFitBase.h.

Referenced by operator()().

Definition at line 68 of file MuScleFitBase.h.

Referenced by operator()().