LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
EvdLayoutOptions.cc
Go to the documentation of this file.
1 
8 
9 namespace evd {
10 
11  //......................................................................
13  : evdb::Reconfigurable{pset}, fParameterSet(pset)
14  {
15  this->reconfigure(pset);
16  }
17 
18  //......................................................................
20  {
21 
22  fShowSideBar = pset.get<int>("ShowSideBar");
23  fAutoZoomInterest = pset.get<int>("AutoZoomInterest");
24  fPrintTotalCharge = pset.get<int>("PrintTotalCharge");
25  fShowEndPointSection = pset.get<int>("ShowEndPointSection");
26  fShowEndPointMarkers = pset.get<int>("ShowEndPointMarkers");
27  fShowClusterSection = pset.get<int>("ShowClusterSection");
28  fMakeClusters = pset.get<int>("MakeClusters");
29  fChangeWire = pset.get<int>("ChangeWire");
30  fEnableMCTruthCheckBox = pset.get<int>("EnableMCTruthCheckBox");
31 
32  fThreeWindow = pset.get<bool>("DrawThreeWindow", true);
33  fDrawGrid = pset.get<bool>("DrawGrid", true);
34  fDrawAxes = pset.get<bool>("DrawAxes", true);
35  fDrawBadChannels = pset.get<bool>("DrawBadChannels", true);
36 
37  fDisplayName = pset.get<std::string>("DisplayName", "LArSoft");
38  }
39 }
int fEnableMCTruthCheckBox
1 to have the check box appear, 0 otherwise
bool fDrawAxes
true to draw coordinate axes
int fMakeClusters
Draw two lines to make clusters if clicked.
Manage all things related to colors for the event display.
int fShowEndPointSection
Show section corresponding to EndPoint finding.
int fShowClusterSection
Show section to make clusters.
bool fThreeWindow
true to draw rectangular box representing 3 windows
int fShowSideBar
1 to show, 0 don&#39;t show
LArSoft includes.
int fAutoZoomInterest
Set the automatic zoom to the interest region.
T get(std::string const &key) const
Definition: ParameterSet.h:314
EvdLayoutOptions(fhicl::ParameterSet const &pset)
int fShowEndPointMarkers
Draw EndPoint Markers if clicked.
bool fDrawGrid
true to draw backing grid
std::string fDisplayName
Name to apply to 2D display.
int fChangeWire
1 to click mouse and change wire, 0 don&#39;t
fhicl::ParameterSet const & fParameterSet
int fPrintTotalCharge
Print out the total charge in an event.
bool fDrawBadChannels
true to draw bad channels
void reconfigure(fhicl::ParameterSet const &pset) override