Logo ROOT   6.07/09
Reference Guide
Classes | Typedefs
RooNDKeysPdf.h File Reference
#include "RooAbsPdf.h"
#include "RooRealProxy.h"
#include "RooSetProxy.h"
#include "RooRealConstant.h"
#include "TVectorD.h"
#include "TMatrixD.h"
#include "TMatrixDSym.h"
#include <map>
#include <vector>
#include <string>
Include dependency graph for RooNDKeysPdf.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  RooNDKeysPdf::BoxInfo
 
class  RooNDKeysPdf
 Generic N-dimensional implementation of a kernel estimation p.d.f. More...
 
struct  RooNDKeysPdf::SorterTV_L2H
 sorter function 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

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

Definition at line 37 of file RooNDKeysPdf.h.

typedef std::vector< iiPair > iiVec

Definition at line 38 of file RooNDKeysPdf.h.

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

Definition at line 39 of file RooNDKeysPdf.h.

typedef std::vector< itPair > itVec

Definition at line 40 of file RooNDKeysPdf.h.