Jpp test-rotations-new
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) | |
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 615 of file JShower3EZRegressor.hh.
JTOOLS::JPolint1Function1D_t JFIT::JRegressorStorage< JShower3EZ, JAbstractMinimiser >::JFunction1D_t |
Definition at line 617 of file JShower3EZRegressor.hh.
Definition at line 621 of file JShower3EZRegressor.hh.
JPHYSICS::JPDFTable<JFunction1D_t, JPDFMaplist_t> JFIT::JRegressorStorage< JShower3EZ, JAbstractMinimiser >::JPDF_t |
Definition at line 622 of file JShower3EZRegressor.hh.
Definition at line 627 of file JShower3EZRegressor.hh.
JPHYSICS::JNPETable<double, double, JNPEMaplist_t> JFIT::JRegressorStorage< JShower3EZ, JAbstractMinimiser >::JNPE_t |
Definition at line 628 of file JShower3EZRegressor.hh.
std::array<JNPE_t, NUMBER_OF_PDFS> JFIT::JRegressorStorage< JShower3EZ, JAbstractMinimiser >::JNPEs_t |
NPEs.
Definition at line 633 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, JAbstractMinimiser>::pdf_t.
fileDescriptor | PDF file descriptor |
Definition at line 650 of file JShower3EZRegressor.hh.
|
inline |
|
static |
Definition at line 631 of file JShower3EZRegressor.hh.
|
static |
PDF types.
Definition at line 696 of file JShower3EZRegressor.hh.
|
private |
PDFs.
Definition at line 699 of file JShower3EZRegressor.hh.