Page MenuHomeHEPForge

ConstantBandwidthSmootherND.i
No OneTemporary

ConstantBandwidthSmootherND.i

%include npstat_macros.i
%include stat/AbsDistributionND.i
%include stat/HistoND.i
%{
#include "npstat/stat/ConstantBandwidthSmootherND.hh"
%}
%include "npstat/stat/ConstantBandwidthSmootherND.hh"
namespace npstat {
%extend ConstantBandwidthSmootherND {
OVERLOADEDNUMERICMETHOD(ConstantBandwidthSmootherND)
%template(smoothHistogram) smoothHistogram<int,double>;
%template(smoothHistogram) smoothHistogram<long long,double>;
%template(smoothHistogram) smoothHistogram<float,double>;
%template(smoothHistogram) smoothHistogram<double,double>;
%template(smoothHistogram) smoothHistogram<unsigned char,double>;
%template(smoothHistogram) smoothHistogram<int,float>;
%template(smoothHistogram) smoothHistogram<long long,float>;
%template(smoothHistogram) smoothHistogram<float,float>;
%template(smoothHistogram) smoothHistogram<double,float>;
%template(smoothHistogram) smoothHistogram<unsigned char,float>;
}
%template(ConstantBandwidthSmootherND_4) ConstantBandwidthSmootherND<4U>;
}

File Metadata

Mime Type
text/x-c
Expires
Wed, May 14, 10:10 AM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5111060
Default Alt Text
ConstantBandwidthSmootherND.i (1 KB)

Event Timeline