Jpp 19.3.0-rc.3
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::JPolint1FunctionalMap, JTOOLS::JMapList< JTOOLS::JPolint1FunctionalMapH, JTOOLS::JMapList< JTOOLS::JPolint1FunctionalGridMap, JTOOLS::JMapList< JTOOLS::JPolint1FunctionalGridMap > > > > | 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) | |
Parameterized 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 344 of file JShower3EZRegressor.hh.
JTOOLS::JPolint1Function1D_t JFIT::JRegressorStorage< JShower3EZ, JGandalf >::JFunction1D_t |
Definition at line 346 of file JShower3EZRegressor.hh.
Definition at line 350 of file JShower3EZRegressor.hh.
JPHYSICS::JPDFTable<JFunction1D_t, JPDFMaplist_t> JFIT::JRegressorStorage< JShower3EZ, JGandalf >::JPDF_t |
Definition at line 351 of file JShower3EZRegressor.hh.
Definition at line 356 of file JShower3EZRegressor.hh.
JPHYSICS::JNPETable<double, double, JNPEMaplist_t> JFIT::JRegressorStorage< JShower3EZ, JGandalf >::JNPE_t |
Definition at line 357 of file JShower3EZRegressor.hh.
std::array<JNPE_t, NUMBER_OF_PDFS> JFIT::JRegressorStorage< JShower3EZ, JGandalf >::JNPEs_t |
NPEs.
Definition at line 362 of file JShower3EZRegressor.hh.
|
inline |
|
inline |
Parameterized 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, JGandalf>::pdf_t.
fileDescriptor | PDF file descriptor |
Definition at line 379 of file JShower3EZRegressor.hh.
|
inline |
|
static |
Definition at line 360 of file JShower3EZRegressor.hh.
|
static |
PDF types.
Definition at line 424 of file JShower3EZRegressor.hh.
|
private |
PDFs.
Definition at line 427 of file JShower3EZRegressor.hh.