30 const float k0=0.7956;
40 for( j = 0; j < 25 && j <
nbin_; j++){
43 if (r0<0) sigma0 =
p2;
46 if(r0 < k0)
nt_[
j] =
exp(-0.5*r0*r0);
47 else nt_[
j] =
exp(0.5*k0*k0-k0*r0);
51 for( j = 0; j < 25 && j <
nbin_; j++){
61 jtime =
static_cast<int>(time+0.5);
63 if(jtime >= 0 && jtime <
nbin_)
virtual double operator()(double time) const
Electronic response of the preamp.
Exp< T >::type exp(const T &t)
virtual double timeToRise() const