Jpp 19.3.0-rc.1
the software that should make you happy
|
Template specialisation for storage of PDF tables. More...
#include <JShower3EZRegressor.hh>
Public Types | |
typedef JTOOLS::JPolint1Function1D_t | JFunction1D_t |
typedef JTOOLS::JMapList< JTOOLS::JPolint0FunctionalMap, JTOOLS::JMapList< JTOOLS::JPolint0FunctionalMap, JTOOLS::JMapList< JTOOLS::JPolint0FunctionalGridMap, JTOOLS::JMapList< JTOOLS::JPolint0FunctionalGridMap > > > > | JPDFMaplist_t |
typedef JPHYSICS::JPDFTable< JFunction1D_t, JPDFMaplist_t > | JPDF_t |
typedef JTOOLS::JMapList< JTOOLS::JPolint0FunctionalMap, JTOOLS::JMapList< JTOOLS::JPolint0FunctionalMap, JTOOLS::JMapList< JTOOLS::JPolint0FunctionalGridMap, JTOOLS::JMapList< JTOOLS::JPolint0FunctionalGridMap > > > > | JNPEMaplist_t |
typedef JPHYSICS::JNPETable< double, double, JNPEMaplist_t > | JNPE_t |
typedef std::array< JNPE_t, NUMBER_OF_PDFS > | JNPEs_t |
NPEs. | |
Public Member Functions | |
JRegressorStorage () | |
Default constructor. | |
JRegressorStorage (const std::string &fileDescriptor) | |
Constructor. | |
const JNPEs_t & | getNPE () const |
Get NPEs. | |
Static Public Attributes | |
static const int | NUMBER_OF_PDFS = 2 |
static const JPDFType_t | pdf_t [NUMBER_OF_PDFS] |
PDF types. | |
Private Attributes | |
JNPEs_t | _npe |
PDFs. | |
Template specialisation for storage of PDF tables.
Definition at line 95 of file JShower3EZRegressor.hh.
JTOOLS::JPolint1Function1D_t JFIT::JRegressorStorage< JShower3EZ, JSimplex >::JFunction1D_t |
Definition at line 97 of file JShower3EZRegressor.hh.
Definition at line 101 of file JShower3EZRegressor.hh.
JPHYSICS::JPDFTable<JFunction1D_t, JPDFMaplist_t> JFIT::JRegressorStorage< JShower3EZ, JSimplex >::JPDF_t |
Definition at line 102 of file JShower3EZRegressor.hh.
Definition at line 107 of file JShower3EZRegressor.hh.
JPHYSICS::JNPETable<double, double, JNPEMaplist_t> JFIT::JRegressorStorage< JShower3EZ, JSimplex >::JNPE_t |
Definition at line 108 of file JShower3EZRegressor.hh.
std::array<JNPE_t, NUMBER_OF_PDFS> JFIT::JRegressorStorage< JShower3EZ, JSimplex >::JNPEs_t |
NPEs.
Definition at line 113 of file JShower3EZRegressor.hh.
|
inline |
|
inline |
Constructor.
The PDF file descriptor should contain the wild card character JPHYSICS::WILDCARD which will be replaced by the corresponding PDF types listed in JRegressorStorage<JShower3Z, JSimplex>::pdf_t.
fileDescriptor | PDF file descriptor |
Definition at line 130 of file JShower3EZRegressor.hh.
|
inline |
|
static |
Definition at line 111 of file JShower3EZRegressor.hh.
|
static |
PDF types.
Definition at line 174 of file JShower3EZRegressor.hh.
|
private |
PDFs.
Definition at line 177 of file JShower3EZRegressor.hh.