![]() |
LArSoft
v10_04_05
Liquid Argon Software toolkit - https://larsoft.org/
|
Public Member Functions | |
ICARUSDrawer (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 colorGray, int width, int style) |
void | DrawGrids (evdb::View3D *view, double *coordsLo, double *coordsHi, bool verticalGrid, int color, int width, int style) |
void | DrawAxes (evdb::View3D *view, double *coordsLo, double *coordsHi, int color, int width, int style) |
void | DrawBadChannels (evdb::View3D *view, double *coords, int color, int width, int style) |
Private Attributes | |
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 ICARUSDrawer_tool.cc.
|
explicit |
Definition at line 58 of file ICARUSDrawer_tool.cc.
References configure().
|
private |
Definition at line 63 of file ICARUSDrawer_tool.cc.
References fDrawAxes, fDrawBadChannels, fDrawGrid, and fhicl::ParameterSet::get().
Referenced by ICARUSDrawer().
|
overridevirtual |
Implements evd_tool::IExperimentDrawer.
Definition at line 74 of file ICARUSDrawer_tool.cc.
References DrawAxes(), DrawBadChannels(), DrawGrids(), DrawRectangularBox(), fDrawAxes, fDrawBadChannels, fDrawGrid, geo::TPCGeo::GetCenter(), geo::TPCGeo::HalfHeight(), geo::TPCGeo::HalfWidth(), geo::TPCGeo::ID(), geo::TPCGeo::Length(), and geo::GeometryCore::WorldBox().
|
private |
Definition at line 222 of file ICARUSDrawer_tool.cc.
References evdb::View3D::AddPolyLine3D(), and xaxis.
Referenced by DetOutline3D().
|
private |
Definition at line 289 of file ICARUSDrawer_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 172 of file ICARUSDrawer_tool.cc.
References evdb::View3D::AddPolyLine3D(), x, y, and z.
Referenced by DetOutline3D().
|
private |
Definition at line 134 of file ICARUSDrawer_tool.cc.
References evdb::View3D::AddPolyLine3D().
Referenced by DetOutline3D().
|
private |
true to draw coordinate axes
Definition at line 52 of file ICARUSDrawer_tool.cc.
Referenced by configure(), and DetOutline3D().
|
private |
true to draw bad channels
Definition at line 53 of file ICARUSDrawer_tool.cc.
Referenced by configure(), and DetOutline3D().
|
private |
true to draw backing grid
Definition at line 51 of file ICARUSDrawer_tool.cc.
Referenced by configure(), and DetOutline3D().