Jpp 19.3.0-rc.1
the software that should make you happy
|
Template specialisation for storage of PDF tables. More...
#include <JEnergyRegressor.hh>
Public Types | |
typedef JTOOLS::JMAPLIST< JTOOLS::JPolint1FunctionalMap, JTOOLS::JPolint1FunctionalGridMap, JTOOLS::JPolint1FunctionalGridMap >::maplist | JNPEMaplist_t |
typedef JPHYSICS::JNPETable< double, double, JNPEMaplist_t > | JNPE_t |
time integrated PDF | |
typedef std::vector< JNPE_t > | JNPEs_t |
NPEs. | |
Public Member Functions | |
JRegressorStorage () | |
Default constructor. | |
JRegressorStorage (const std::string &fileDescriptor, const JTimeRange &range=JTimeRange()) | |
Constructor. | |
const JNPEs_t & | getY1 () const |
Get light from muon. | |
const JNPEs_t & | getYA () const |
Get light from delta-rays. | |
const JNPEs_t & | getYB () const |
Get light from EM showers. | |
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 | |
JNPEs_t | _Y1 |
light from muon | |
JNPEs_t | _YA |
light from delta-rays | |
JNPEs_t | _YB |
light from EM showers | |
Template specialisation for storage of PDF tables.
Definition at line 51 of file JEnergyRegressor.hh.
JTOOLS::JMAPLIST<JTOOLS::JPolint1FunctionalMap,JTOOLS::JPolint1FunctionalGridMap,JTOOLS::JPolint1FunctionalGridMap>::maplist JFIT::JRegressorStorage< JEnergy >::JNPEMaplist_t |
Definition at line 55 of file JEnergyRegressor.hh.
JPHYSICS::JNPETable<double, double, JNPEMaplist_t> JFIT::JRegressorStorage< JEnergy >::JNPE_t |
time integrated PDF
Definition at line 56 of file JEnergyRegressor.hh.
std::vector<JNPE_t> JFIT::JRegressorStorage< JEnergy >::JNPEs_t |
NPEs.
Definition at line 60 of file JEnergyRegressor.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<JEnergy>::pdf_t.
fileDescriptor | PDF file descriptor |
range | time range [ns] |
Definition at line 79 of file JEnergyRegressor.hh.
|
inline |
|
inline |
|
inline |
|
static |
Number of PDFs.
Definition at line 58 of file JEnergyRegressor.hh.
|
static |
PDF types.
Definition at line 152 of file JEnergyRegressor.hh.
|
private |
light from muon
Definition at line 155 of file JEnergyRegressor.hh.
|
private |
light from delta-rays
Definition at line 156 of file JEnergyRegressor.hh.
|
private |
light from EM showers
Definition at line 157 of file JEnergyRegressor.hh.