LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Public Member Functions | |
DrawWireData (const fhicl::ParameterSet &pset) | |
~DrawWireData () | |
void | configure (const fhicl::ParameterSet &pset) override |
void | Fill (evdb::View2D &, raw::ChannelID_t &, float, float) override |
void | Draw (const std::string &, float, float) override |
float | getMaximum () const override |
float | getMinimum () const override |
Private Attributes | |
float | fMaximum |
float | fMinimum |
std::vector< int > | fColorMap |
Definition at line 22 of file DrawWireData_tool.cc.
|
explicit |
Definition at line 44 of file DrawWireData_tool.cc.
References configure().
evdb_tool::DrawWireData::~DrawWireData | ( | ) |
Definition at line 49 of file DrawWireData_tool.cc.
|
overridevirtual |
Implements evdb_tool::IWaveformDrawer.
Definition at line 51 of file DrawWireData_tool.cc.
References fColorMap.
Referenced by DrawWireData().
|
overridevirtual |
Implements evdb_tool::IWaveformDrawer.
Definition at line 104 of file DrawWireData_tool.cc.
References DEFINE_ART_CLASS_TOOL.
|
overridevirtual |
Implements evdb_tool::IWaveformDrawer.
Definition at line 61 of file DrawWireData_tool.cc.
References evdb::View2D::AddPolyLine(), bin, recob::Wire::Channel(), fColorMap, evd::RecoDrawingOptions::fWireLabels, evdb::EventHolder::GetEvent(), evdb::EventHolder::Instance(), and recob::Wire::Signal().
|
inlineoverridevirtual |
Implements evdb_tool::IWaveformDrawer.
Definition at line 32 of file DrawWireData_tool.cc.
References fMaximum.
|
inlineoverridevirtual |
Implements evdb_tool::IWaveformDrawer.
Definition at line 33 of file DrawWireData_tool.cc.
References fMaximum, and fMinimum.
|
private |
Definition at line 39 of file DrawWireData_tool.cc.
Referenced by configure(), and Fill().
|
private |
Definition at line 33 of file DrawWireData_tool.cc.
Referenced by getMaximum(), and getMinimum().
|
private |
Definition at line 37 of file DrawWireData_tool.cc.
Referenced by getMinimum().