#include "WireCellGen/GaussianDiffusion.h"#include "WireCellIface/SimpleDepo.h"#include "WireCellUtil/ExecMon.h"#include "WireCellUtil/Testing.h"#include "WireCellUtil/Point.h"#include "WireCellUtil/Units.h"#include "WireCellUtil/PluginManager.h"#include "WireCellUtil/NamedFactory.h"#include "WireCellIface/IRandom.h"#include "WireCellIface/IConfigurable.h"#include "TApplication.h"#include "TCanvas.h"#include "TStyle.h"#include "TFile.h"#include "TH2F.h"#include "TPolyMarker.h"#include <iostream>Go to the source code of this file.
Functions | |
| void | test_binint () |
| void | test_gd (IRandom::pointer fluctuate) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 145 of file test_gaussiandiffusion.cxx.
| void test_binint | ( | ) |
Definition at line 24 of file test_gaussiandiffusion.cxx.
| void test_gd | ( | IRandom::pointer | fluctuate | ) |
Time Gaussian
Pitch Gaussian
Time bins
Pitch bins
Make a single deposition
Note it is up to caller to assure that depo and tdesc/pdesc are consistent! See BinnedDiffussion for one class that does this.
Rastering to an array is delayed
patch only covers +/- nsigma
Definition at line 59 of file test_gaussiandiffusion.cxx.
1.8.11