Jpp
|
Template specialisation of transformer of the 5D probability density function (PDF) of the time response of a PMT due to an EM shower. More...
#include <JPDFTransformer.hh>
Public Types | |
typedef JPDFTransformer < 4, JArgument_t > | JFunction4DTransformer_t |
typedef JMultiMapTransformer < 5, JArgument_t > | JMultiMapTransformer_t |
typedef JMultiMapTransformer_t::clone_type | clone_type |
typedef JMultiMapTransformer_t::argument_type | argument_type |
typedef JMultiMapTransformer_t::const_array_type | const_array_type |
typedef JMultiMapTransformer < N, JArgument_t > | multimaptransformer_type |
typedef JArray< N, argument_type > | array_type |
Public Member Functions | |
JPDFTransformer () | |
Default constructor. More... | |
template<class T > | |
JPDFTransformer (const double ln, const int alpha, const double kmin, const double kmax, const JGeant_t &geant, const double bmin, T pmt, const double amin) | |
Constructor. More... | |
virtual clone_type | clone () const |
Clone object. More... | |
virtual argument_type | putXn (const_array_type &buffer, const argument_type xn) const |
Evaluate arrival time. More... | |
virtual argument_type | getXn (const_array_type &buffer, const argument_type xn) const |
Evaluate arrival time. More... | |
virtual double | getWeight (const_array_type &buffer) const |
Weight function. More... | |
virtual JReader & | read (JReader &in) |
Read PDF transformer from input. More... | |
virtual JWriter & | write (JWriter &out) const |
Write PDF transformer to output. More... | |
std::ostream & | print (std::ostream &out) const |
Print PDF transfomer to output stream. More... | |
template<class... Args> | |
double | getWeight (const argument_type x, const Args &...args) const |
Weight function. More... | |
Static Public Member Functions | |
static const JMultiMapTransformer & | getDefaultTransformer () |
Get default transformer. More... | |
static JMultiMapTransformer * | getClone () |
Get clone of default transformer. More... | |
Public Attributes | |
JFunction4DTransformer_t | transformer |
Template specialisation of transformer of the 5D probability density function (PDF) of the time response of a PMT due to an EM shower.
PDFs are evaluated by interpolation for:
The evaluation of the weights is based on:
Definition at line 1148 of file JPDFTransformer.hh.
typedef JPDFTransformer<4, JArgument_t> JPHYSICS::JPDFTransformer< 5, JArgument_t >::JFunction4DTransformer_t |
Definition at line 1153 of file JPDFTransformer.hh.
typedef JMultiMapTransformer<5, JArgument_t> JPHYSICS::JPDFTransformer< 5, JArgument_t >::JMultiMapTransformer_t |
Definition at line 1154 of file JPDFTransformer.hh.
typedef JMultiMapTransformer_t::clone_type JPHYSICS::JPDFTransformer< 5, JArgument_t >::clone_type |
Definition at line 1156 of file JPDFTransformer.hh.
typedef JMultiMapTransformer_t::argument_type JPHYSICS::JPDFTransformer< 5, JArgument_t >::argument_type |
Definition at line 1157 of file JPDFTransformer.hh.
typedef JMultiMapTransformer_t::const_array_type JPHYSICS::JPDFTransformer< 5, JArgument_t >::const_array_type |
Definition at line 1158 of file JPDFTransformer.hh.
|
inherited |
Definition at line 39 of file JMultiMapTransformer.hh.
|
inherited |
Definition at line 43 of file JMultiMapTransformer.hh.
|
inline |
Default constructor.
Definition at line 1164 of file JPDFTransformer.hh.
|
inline |
Constructor.
ln | Effective attenuation length [m] |
alpha | Distance dependence (power term) |
kmin | Minimal kappa |
kmax | Maximal kappa |
geant | Function photon emission from EM-shower |
bmin | Baseline photon emission from EM-shower |
pmt | Function angular acceptance of PMT |
amin | Baseline angular acceptance of PMT |
Definition at line 1183 of file JPDFTransformer.hh.
|
inlinevirtual |
Clone object.
Reimplemented from JLANG::JClonable< JClonable_t, JDerived_t >.
Definition at line 1200 of file JPDFTransformer.hh.
|
inlinevirtual |
Evaluate arrival time.
buffer | {E_GeV, D_m, cd, theta, phi} |
xn | old t_ns |
Implements JTOOLS::JMultiMapTransformer< N, JArgument_t >.
Definition at line 1213 of file JPDFTransformer.hh.
|
inlinevirtual |
Evaluate arrival time.
buffer | {E_GeV, D_m, cd, theta, phi} |
xn | old t_ns |
Implements JTOOLS::JMultiMapTransformer< N, JArgument_t >.
Definition at line 1226 of file JPDFTransformer.hh.
|
inlinevirtual |
Weight function.
buffer | {E_GeV, D_m, cd, theta, phi} |
Implements JTOOLS::JMultiMapTransformer< N, JArgument_t >.
Definition at line 1238 of file JPDFTransformer.hh.
|
inlinevirtual |
Read PDF transformer from input.
in | reader |
Implements JIO::JSerialisable.
Definition at line 1252 of file JPDFTransformer.hh.
|
inlinevirtual |
Write PDF transformer to output.
out | writer |
Implements JIO::JSerialisable.
Definition at line 1266 of file JPDFTransformer.hh.
|
inline |
Print PDF transfomer to output stream.
out | output stream |
Definition at line 1280 of file JPDFTransformer.hh.
|
inlineinherited |
Weight function.
x | first abscissa values |
args | comma seperated list of remaining abscissa values |
Definition at line 84 of file JMultiMapTransformer.hh.
|
inlinestaticinherited |
Get default transformer.
Definition at line 101 of file JMultiMapTransformer.hh.
|
inlinestaticinherited |
Get clone of default transformer.
Definition at line 114 of file JMultiMapTransformer.hh.
JFunction4DTransformer_t JPHYSICS::JPDFTransformer< 5, JArgument_t >::transformer |
Definition at line 1285 of file JPDFTransformer.hh.