Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RooNDKeysPdf.h File Reference
#include "RooAbsPdf.h"
#include "RooRealProxy.h"
#include "RooSetProxy.h"
#include "RooDataSet.h"
#include "RooListProxy.h"
#include "TH1.h"
#include "TAxis.h"
#include "TVectorD.h"
#include "TMatrixD.h"
#include "TMatrixDSym.h"
#include <map>
#include <vector>
#include <string>

Classes

struct  RooNDKeysPdf::BoxInfo
class  RooNDKeysPdf
 Generic N-dimensional implementation of a kernel estimation p.d.f. More...
class  VecTVecDouble
class  VecVecDouble

Typedefs

typedef std::pair< Int_t, VecVecDouble::iterator > iiPair
typedef std::vector< iiPairiiVec
typedef std::pair< Int_t, VecTVecDouble::iterator > itPair
typedef std::vector< itPairitVec

Typedef Documentation

◆ iiPair

typedef std::pair<Int_t, VecVecDouble::iterator > iiPair

Definition at line 39 of file RooNDKeysPdf.h.

◆ iiVec

typedef std::vector< iiPair > iiVec

Definition at line 40 of file RooNDKeysPdf.h.

◆ itPair

typedef std::pair<Int_t, VecTVecDouble::iterator > itPair

Definition at line 41 of file RooNDKeysPdf.h.

◆ itVec

typedef std::vector< itPair > itVec

Definition at line 42 of file RooNDKeysPdf.h.