| 
    Jpp 19.3.0-rc.1
    
   the software that should make you happy 
   | 
 
Template specialisation for storage of PDF tables. More...
#include <JShowerBrightPointRegressor.hh>
Public Types | |
| typedef JTOOLS::JSplineFunction1S_t | JFunction1D_t | 
| typedef JTOOLS::JMAPLIST< JTOOLS::JPolint2FunctionalMap, JTOOLS::JPolint1FunctionalGridMap >::maplist | JPDFMapList_t | 
| typedef JPHYSICS::JPDFTable< JFunction1D_t, JPDFMapList_t > | JPDF_t | 
| typedef std::array< JPDF_t, NUMBER_OF_PDFS > | JPDFs_t | 
| PDFs.   | |
Public Member Functions | |
| JRegressorStorage () | |
| Default constructor.   | |
| JRegressorStorage (const std::string &fileDescriptor, const double TTS, const int numberOfPoints=25, const double epsilon=1.0e-10) | |
| Parameterized constructor.   | |
| const JPDFs_t & | getPDF () const | 
| Get PDFs.   | |
Static Public Attributes | |
| static const int | NUMBER_OF_PDFS = 2 | 
| static const JPDFType_t | pdf_t [NUMBER_OF_PDFS] | 
| PDF types.   | |
Private Attributes | |
| JPDFs_t | _pdf | 
| PDFs.   | |
Template specialisation for storage of PDF tables.
Definition at line 46 of file JShowerBrightPointRegressor.hh.
| JTOOLS::JSplineFunction1S_t JFIT::JRegressorStorage< JPoint4E, JGandalf >::JFunction1D_t | 
Definition at line 48 of file JShowerBrightPointRegressor.hh.
| JTOOLS::JMAPLIST<JTOOLS::JPolint2FunctionalMap,JTOOLS::JPolint1FunctionalGridMap>::maplist JFIT::JRegressorStorage< JPoint4E, JGandalf >::JPDFMapList_t | 
Definition at line 50 of file JShowerBrightPointRegressor.hh.
| JPHYSICS::JPDFTable<JFunction1D_t, JPDFMapList_t> JFIT::JRegressorStorage< JPoint4E, JGandalf >::JPDF_t | 
Definition at line 51 of file JShowerBrightPointRegressor.hh.
| std::array<JPDF_t, NUMBER_OF_PDFS> JFIT::JRegressorStorage< JPoint4E, JGandalf >::JPDFs_t | 
PDFs.
Definition at line 55 of file JShowerBrightPointRegressor.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<JPoint4E, JGandalf>::pdf_t.
The TTS corresponds to the additional time smearing applied to the PDFs.
| fileDescriptor | PDF file descriptor | 
| TTS | TTS [ns] | 
| numberOfPoints | number of points for Gauss-Hermite integration of TTS | 
| epsilon | precision for Gauss-Hermite integration of TTS | 
Definition at line 76 of file JShowerBrightPointRegressor.hh.
      
  | 
  inline | 
      
  | 
  static | 
Definition at line 53 of file JShowerBrightPointRegressor.hh.
      
  | 
  static | 
PDF types.
Definition at line 124 of file JShowerBrightPointRegressor.hh.
      
  | 
  private | 
PDFs.
Definition at line 127 of file JShowerBrightPointRegressor.hh.