LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Public Member Functions | |
MicroBooNEDrawer (const fhicl::ParameterSet &pset) | |
void | DetOutline3D (evdb::View3D *view) override |
~MicroBooNEDrawer () | |
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 20 of file MicroBooNEDrawer_tool.cc.
|
explicit |
Definition at line 59 of file MicroBooNEDrawer_tool.cc.
References configure().
|
inline |
Definition at line 26 of file MicroBooNEDrawer_tool.cc.
References color(), configure(), DrawAxes(), DrawBadChannels(), DrawGrids(), and DrawRectangularBox().
|
private |
Definition at line 64 of file MicroBooNEDrawer_tool.cc.
References fDrawAxes, fDrawBadChannels, fDrawGrid, fThreeWindow, and fhicl::ParameterSet::get().
Referenced by MicroBooNEDrawer(), and ~MicroBooNEDrawer().
|
overridevirtual |
Implements evd_tool::IExperimentDrawer.
Definition at line 76 of file MicroBooNEDrawer_tool.cc.
References geo::GeometryCore::DetHalfHeight(), geo::GeometryCore::DetHalfWidth(), geo::GeometryCore::DetLength(), DrawAxes(), DrawBadChannels(), DrawGrids(), DrawRectangularBox(), fDrawAxes, fDrawBadChannels, fDrawGrid, and fThreeWindow.
|
private |
Definition at line 196 of file MicroBooNEDrawer_tool.cc.
References evdb::View3D::AddPolyLine3D(), and xaxis.
Referenced by DetOutline3D(), and ~MicroBooNEDrawer().
|
private |
Definition at line 263 of file MicroBooNEDrawer_tool.cc.
References evdb::View3D::AddPolyLine3D(), DEFINE_ART_CLASS_TOOL, evd::RawDrawingOptions::fCryostat, evd::RawDrawingOptions::fTPC, geo::WireGeo::GetEnd(), geo::WireGeo::GetStart(), geo::GeometryCore::Nviews(), geo::GeometryCore::Nwires(), geo::GeometryCore::PlaneWireToChannel(), and geo::GeometryCore::WirePtr().
Referenced by DetOutline3D(), and ~MicroBooNEDrawer().
|
private |
Definition at line 143 of file MicroBooNEDrawer_tool.cc.
References evdb::View3D::AddPolyLine3D(), x, y, and z.
Referenced by DetOutline3D(), and ~MicroBooNEDrawer().
|
private |
Definition at line 105 of file MicroBooNEDrawer_tool.cc.
References evdb::View3D::AddPolyLine3D().
Referenced by DetOutline3D(), and ~MicroBooNEDrawer().
|
private |
true to draw coordinate axes
Definition at line 53 of file MicroBooNEDrawer_tool.cc.
Referenced by configure(), and DetOutline3D().
|
private |
true to draw bad channels
Definition at line 54 of file MicroBooNEDrawer_tool.cc.
Referenced by configure(), and DetOutline3D().
|
private |
true to draw backing grid
Definition at line 52 of file MicroBooNEDrawer_tool.cc.
Referenced by configure(), and DetOutline3D().
|
private |
true to draw rectangular box representing 3 windows
Definition at line 51 of file MicroBooNEDrawer_tool.cc.
Referenced by configure(), and DetOutline3D().