![]() |
LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "UtilFunc.h"#include "OpticalRecoException.h"#include <algorithm>#include <numeric>#include <cmath>#include <iostream>#include "TH1D.h"Go to the source code of this file.
Namespaces | |
| pmtana | |
Macros | |
| #define | larana_OPTICALDETECTOR_UTILFUNC_CXX |
Functions | |
| double | pmtana::mean (const std::vector< short > &wf, size_t start, size_t nsample) |
| double | pmtana::edge_aware_mean (const std::vector< short > &wf, int start, int end) |
| double | pmtana::std (const std::vector< short > &wf, const double ped_mean, size_t start, size_t nsample) |
| double | pmtana::BinnedMaxOccurrence (const PedestalMean_t &mean_v, const size_t nbins) |
| int | pmtana::sign (double val) |
| double | pmtana::BinnedMaxTH1D (const std::vector< double > &v, int bins) |
| #define larana_OPTICALDETECTOR_UTILFUNC_CXX |
Definition at line 2 of file UtilFunc.cxx.