|
Jpp test-rotations-new
the software that should make you happy
|
Template specialisation for storage of PDF tables. More...
#include <JLine3ZRegressor.hh>
Public Types | |
| typedef JTOOLS::JSplineFunction1S_t | JFunction1D_t |
| typedef JTOOLS::JMAPLIST< JTOOLS::JPolint1FunctionalMap, JTOOLS::JPolint0FunctionalGridMap, JTOOLS::JPolint0FunctionalGridMap >::maplist | JPDFMaplist_t |
| typedef JPHYSICS::JPDFTable< JFunction1D_t, JPDFMaplist_t > | JPDF_t |
| time dependent PDF | |
| typedef JTOOLS::JMAPLIST< JTOOLS::JPolint1FunctionalMapH, JTOOLS::JPolint1FunctionalGridMap, JTOOLS::JPolint1FunctionalGridMap >::maplist | JNPEMaplist_t |
| typedef JPHYSICS::JNPETable< double, double, JNPEMaplist_t > | JNPE_t |
| time integrated PDF | |
| typedef JPDF_t::transformer_type | transformer_type |
| typedef std::array< JPDF_t, NUMBER_OF_PDFS > | JPDFs_t |
| PDFs. | |
| typedef std::array< JNPE_t, NUMBER_OF_PDFS > | JNPEs_t |
| NPEs. | |
Public Member Functions | |
| JRegressorStorage () | |
| Default constructor. | |
| JRegressorStorage (const std::string &fileDescriptor, const JTimeRange &T_ns, const double TTS_ns, const int numberOfPoints=25, const double epsilon=1.0e-10) | |
| Constructor. | |
| const JPDFs_t & | getPDF () const |
| Get PDFs. | |
| const JNPEs_t & | getNPE () const |
| Get NPEs. | |
| void | transform (const transformer_type &transformer) |
| Transform PDFs and NPEs. | |
Public Attributes | |
| JTimeRange | T_ns |
| Time window with respect to Cherenkov hypothesis [ns]. | |
Static Public Attributes | |
| static const int | NUMBER_OF_PDFS = 6 |
| Number of PDFs. | |
| static const JPDFType_t | pdf_t [NUMBER_OF_PDFS] |
| PDF types. | |
Private Attributes | |
| JPDFs_t | _pdf |
| PDFs. | |
| JNPEs_t | _npe |
| NPEs. | |
Template specialisation for storage of PDF tables.
Definition at line 112 of file JLine3ZRegressor.hh.
| JTOOLS::JSplineFunction1S_t JFIT::JRegressorStorage< JLine3Z, JGandalf >::JFunction1D_t |
Definition at line 114 of file JLine3ZRegressor.hh.
| JTOOLS::JMAPLIST<JTOOLS::JPolint1FunctionalMap,JTOOLS::JPolint0FunctionalGridMap,JTOOLS::JPolint0FunctionalGridMap>::maplist JFIT::JRegressorStorage< JLine3Z, JGandalf >::JPDFMaplist_t |
Definition at line 117 of file JLine3ZRegressor.hh.
| JPHYSICS::JPDFTable<JFunction1D_t, JPDFMaplist_t> JFIT::JRegressorStorage< JLine3Z, JGandalf >::JPDF_t |
time dependent PDF
Definition at line 118 of file JLine3ZRegressor.hh.
| JTOOLS::JMAPLIST<JTOOLS::JPolint1FunctionalMapH,JTOOLS::JPolint1FunctionalGridMap,JTOOLS::JPolint1FunctionalGridMap>::maplist JFIT::JRegressorStorage< JLine3Z, JGandalf >::JNPEMaplist_t |
Definition at line 122 of file JLine3ZRegressor.hh.
| JPHYSICS::JNPETable<double, double, JNPEMaplist_t> JFIT::JRegressorStorage< JLine3Z, JGandalf >::JNPE_t |
time integrated PDF
Definition at line 123 of file JLine3ZRegressor.hh.
| JPDF_t::transformer_type JFIT::JRegressorStorage< JLine3Z, JGandalf >::transformer_type |
Definition at line 125 of file JLine3ZRegressor.hh.
| std::array<JPDF_t, NUMBER_OF_PDFS> JFIT::JRegressorStorage< JLine3Z, JGandalf >::JPDFs_t |
PDFs.
Definition at line 129 of file JLine3ZRegressor.hh.
| std::array<JNPE_t, NUMBER_OF_PDFS> JFIT::JRegressorStorage< JLine3Z, JGandalf >::JNPEs_t |
NPEs.
Definition at line 130 of file JLine3ZRegressor.hh.
|
inline |
|
inline |
Constructor.
The PDF file descriptor should contain the wild card character JPHYSICS::WILDCARD which will be replaced by the PDF types listed in JRegressorStorage<JLine3Z, JGandalf>::pdf_t.
The TTS_ns corresponds to the additional time smearing applied to the PDFs.
| fileDescriptor | PDF file descriptor |
| T_ns | time range [ns] |
| TTS_ns | TTS [ns] |
| numberOfPoints | number of points for Gauss-Hermite integration of TTS |
| epsilon | precision for Gauss-Hermite integration of TTS |
Definition at line 154 of file JLine3ZRegressor.hh.
|
inline |
|
inline |
|
inline |
Transform PDFs and NPEs.
| transformer | transformer |
Definition at line 221 of file JLine3ZRegressor.hh.
|
static |
Number of PDFs.
Definition at line 127 of file JLine3ZRegressor.hh.
|
static |
PDF types.
Definition at line 233 of file JLine3ZRegressor.hh.
| JTimeRange JFIT::JRegressorStorage< JLine3Z, JGandalf >::T_ns |
Time window with respect to Cherenkov hypothesis [ns].
Definition at line 235 of file JLine3ZRegressor.hh.
|
private |
PDFs.
Definition at line 238 of file JLine3ZRegressor.hh.
|
private |
NPEs.
Definition at line 239 of file JLine3ZRegressor.hh.