#include "WireCellGen/WireParams.h"
#include "WireCellUtil/Testing.h"
#include "TView.h"
#include "TPolyLine3D.h"
#include "TPolyMarker3D.h"
#include "TH1F.h"
#include "TArrow.h"
#include "TLine.h"
#include "TAxis.h"
#include "MultiPdf.h"
Go to the source code of this file.
Functions | |
void | draw_wires_3d (WireParams &wp) |
void | draw_wires_2d (WireParams &wp) |
int | main (int argc, char **argv) |
void draw_wires_2d | ( | WireParams & | wp | ) |
Definition at line 52 of file test_wireparams3d.cxx.
void draw_wires_3d | ( | WireParams & | wp | ) |
Definition at line 22 of file test_wireparams3d.cxx.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 98 of file test_wireparams3d.cxx.