/home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/util/include/RAT/NPEEstimator.hh Source File

Ratpac-two: /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/util/include/RAT/NPEEstimator.hh Source File
Ratpac-two
NPEEstimator.hh
1 #ifndef __RAT_NPEESTIMATOR__
2 #define __RAT_NPEESTIMATOR__
3 
4 #include <TObject.h>
5 
6 namespace RAT {
7 
16 size_t EstimateNPE(double charge, double vpe_charge, double npe_estimate_charge_width, size_t npe_estimate_max_pes);
17 
18 } // namespace RAT
19 
20 #endif
Definition: CCCrossSecMessenger.hh:29
size_t EstimateNPE(double charge, double vpe_charge, double npe_estimate_charge_width, size_t npe_estimate_max_pes)
Estimate the number of PEs in a resolved wave packet using a gaussian single-PE charge PDF.
Definition: NPEEstimator.cc:10