#include "WireCellGen/TrackDepos.h"#include "WireCellUtil/BoundingBox.h"#include "WireCellUtil/PluginManager.h"#include "WireCellUtil/NamedFactory.h"#include "WireCellUtil/Units.h"#include "WireCellUtil/Testing.h"#include "WireCellIface/IDrifter.h"#include "WireCellIface/IRandom.h"#include "TCanvas.h"#include "TView.h"#include "TPolyLine3D.h"#include "TPolyMarker3D.h"#include "TColor.h"Go to the source code of this file.
Functions | |
| Gen::TrackDepos | make_tracks () |
| IDepo::shared_vector | get_depos () |
| std::vector< IDepo::pointer > | track_depos (double t, const Ray &ray) |
| std::deque< IDepo::pointer > | test_depos (const std::vector< IDepo::pointer > &depos, std::string tn="Drifter") |
| void | test_tracks (std::string tn="Drifter") |
| void | test_time (std::string tn="Drifter") |
| void | test_order (std::string tn="Drifter") |
| IDepo::vector | test_drifted (std::string tn) |
| Ray | make_bbox () |
| int | main (int argc, char *argv[]) |
| IDepo::shared_vector get_depos | ( | ) |
Definition at line 29 of file test_drifter.cxx.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 208 of file test_drifter.cxx.
| Ray make_bbox | ( | ) |
Definition at line 196 of file test_drifter.cxx.
| Gen::TrackDepos make_tracks | ( | ) |
Definition at line 21 of file test_drifter.cxx.
| std::deque< IDepo::pointer > test_depos | ( | const std::vector< IDepo::pointer > & | depos, |
| std::string | tn = "Drifter" |
||
| ) |
Definition at line 60 of file test_drifter.cxx.
| IDepo::vector test_drifted | ( | std::string | tn | ) |
Definition at line 162 of file test_drifter.cxx.
| void test_order | ( | std::string | tn = "Drifter" | ) |
Definition at line 127 of file test_drifter.cxx.
| void test_time | ( | std::string | tn = "Drifter" | ) |
Definition at line 111 of file test_drifter.cxx.
| void test_tracks | ( | std::string | tn = "Drifter" | ) |
Definition at line 91 of file test_drifter.cxx.
| std::vector<IDepo::pointer> track_depos | ( | double | t, |
| const Ray & | ray | ||
| ) |
Definition at line 44 of file test_drifter.cxx.
1.8.11