ROOT  6.06/09
Reference Guide
Public Member Functions | Public Attributes | List of all members
RooRandomizeParamMCSModule::GausParam Struct Reference

Definition at line 66 of file RooRandomizeParamMCSModule.h.

Public Member Functions

 GausParam ()
 
 GausParam (RooRealVar *p, Double_t mean, Double_t sigma)
 
bool operator== (const GausParam &other)
 
bool operator< (const GausParam &other)
 

Public Attributes

RooRealVar_param
 
Double_t _mean
 
Double_t _sigma
 
+ Collaboration diagram for RooRandomizeParamMCSModule::GausParam:

Constructor & Destructor Documentation

RooRandomizeParamMCSModule::GausParam::GausParam ( )
inline

Definition at line 67 of file RooRandomizeParamMCSModule.h.

RooRandomizeParamMCSModule::GausParam::GausParam ( RooRealVar p,
Double_t  mean,
Double_t  sigma 
)
inline

Definition at line 68 of file RooRandomizeParamMCSModule.h.

Member Function Documentation

bool RooRandomizeParamMCSModule::GausParam::operator< ( const GausParam other)
inline

Definition at line 70 of file RooRandomizeParamMCSModule.h.

bool RooRandomizeParamMCSModule::GausParam::operator== ( const GausParam other)
inline

Definition at line 69 of file RooRandomizeParamMCSModule.h.

Member Data Documentation

Double_t RooRandomizeParamMCSModule::GausParam::_mean

Definition at line 72 of file RooRandomizeParamMCSModule.h.

Referenced by operator<().

RooRealVar* RooRandomizeParamMCSModule::GausParam::_param

Definition at line 71 of file RooRandomizeParamMCSModule.h.

Referenced by operator==().

Double_t RooRandomizeParamMCSModule::GausParam::_sigma

Definition at line 73 of file RooRandomizeParamMCSModule.h.


The documentation for this struct was generated from the following file: