![]() |
LArSoft
v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
|
Public Member Functions | |
MicroBooNEDrawer (const fhicl::ParameterSet &pset) | |
void | DetOutline3D (evdb::View3D *view) override |
Private Member Functions | |
void | configure (const fhicl::ParameterSet &pset) |
void | DrawRectangularBox (evdb::View3D *view, double *coordsLo, double *coordsHi, int color=kGray, int width=1, int style=1) |
void | DrawGrids (evdb::View3D *view, double *coordsLo, double *coordsHi, int color=kGray, int width=1, int style=1) |
void | DrawAxes (evdb::View3D *view, double *coordsLo, double *coordsHi, int color=kGray, int width=1, int style=1) |
void | DrawBadChannels (evdb::View3D *view, double *coords, int color, int width, int style) |
Private Attributes | |
bool | fThreeWindow |
true to draw rectangular box representing 3 windows More... | |
bool | fDrawGrid |
true to draw backing grid More... | |
bool | fDrawAxes |
true to draw coordinate axes More... | |
bool | fDrawBadChannels |
true to draw bad channels More... | |
Definition at line 21 of file MicroBooNEDrawer_tool.cc.
|
explicit |
Definition at line 58 of file MicroBooNEDrawer_tool.cc.
References configure().
|
private |
Definition at line 63 of file MicroBooNEDrawer_tool.cc.
References fDrawAxes, fDrawBadChannels, fDrawGrid, fThreeWindow, and fhicl::ParameterSet::get().
Referenced by MicroBooNEDrawer().
|
overridevirtual |
Implements evd_tool::IExperimentDrawer.
Definition at line 73 of file MicroBooNEDrawer_tool.cc.
References DrawAxes(), DrawBadChannels(), DrawGrids(), DrawRectangularBox(), fDrawAxes, fDrawBadChannels, fDrawGrid, and fThreeWindow.
|
private |
Definition at line 187 of file MicroBooNEDrawer_tool.cc.
References evdb::View3D::AddPolyLine3D(), and xaxis.
Referenced by DetOutline3D().
|
private |
Definition at line 251 of file MicroBooNEDrawer_tool.cc.
References evdb::View3D::AddPolyLine3D(), DEFINE_ART_CLASS_TOOL, evd::RawDrawingOptions::fCryostat, evd::RawDrawingOptions::fTPC, Get, geo::WireGeo::GetEnd(), and geo::WireGeo::GetStart().
Referenced by DetOutline3D().
|
private |
Definition at line 135 of file MicroBooNEDrawer_tool.cc.
References evdb::View3D::AddPolyLine3D(), x, y, and z.
Referenced by DetOutline3D().
|
private |
Definition at line 99 of file MicroBooNEDrawer_tool.cc.
References evdb::View3D::AddPolyLine3D().
Referenced by DetOutline3D().
|
private |
true to draw coordinate axes
Definition at line 52 of file MicroBooNEDrawer_tool.cc.
Referenced by configure(), and DetOutline3D().
|
private |
true to draw bad channels
Definition at line 53 of file MicroBooNEDrawer_tool.cc.
Referenced by configure(), and DetOutline3D().
|
private |
true to draw backing grid
Definition at line 51 of file MicroBooNEDrawer_tool.cc.
Referenced by configure(), and DetOutline3D().
|
private |
true to draw rectangular box representing 3 windows
Definition at line 50 of file MicroBooNEDrawer_tool.cc.
Referenced by configure(), and DetOutline3D().