#include <EvdLayoutOptions.h>
Public Member Functions | |
EvdLayoutOptions (fhicl::ParameterSet const &pset, art::ActivityRegistry ®) | |
~EvdLayoutOptions () | |
void | reconfigure (fhicl::ParameterSet const &pset) |
Public Attributes | |
int | fShowSideBar |
1 to show, 0 don't show More... | |
int | fAutoZoomInterest |
Set the automatic zoom to the interest region. More... | |
int | fPrintTotalCharge |
Print out the total charge in an event. More... | |
int | fShowEndPointSection |
Show section corresponding to EndPoint finding. More... | |
int | fShowEndPointMarkers |
Draw EndPoint Markers if clicked. More... | |
int | fShowClusterSection |
Show section to make clusters. More... | |
int | fMakeClusters |
Draw two lines to make clusters if clicked. More... | |
int | fMakeSeeds |
Draw two lines to make clusters if clicked. More... | |
int | fEnableMCTruthCheckBox |
1 to have the check box appear, 0 otherwise More... | |
Definition at line 22 of file EvdLayoutOptions.h.
gar::evd::EvdLayoutOptions::EvdLayoutOptions | ( | fhicl::ParameterSet const & | pset, |
art::ActivityRegistry & | reg | ||
) |
Definition at line 18 of file EvdLayoutOptions_service.cc.
gar::evd::EvdLayoutOptions::~EvdLayoutOptions | ( | ) |
Definition at line 25 of file EvdLayoutOptions_service.cc.
void gar::evd::EvdLayoutOptions::reconfigure | ( | fhicl::ParameterSet const & | pset | ) |
Definition at line 30 of file EvdLayoutOptions_service.cc.
int gar::evd::EvdLayoutOptions::fAutoZoomInterest |
Set the automatic zoom to the interest region.
Definition at line 31 of file EvdLayoutOptions.h.
int gar::evd::EvdLayoutOptions::fEnableMCTruthCheckBox |
1 to have the check box appear, 0 otherwise
Definition at line 38 of file EvdLayoutOptions.h.
int gar::evd::EvdLayoutOptions::fMakeClusters |
Draw two lines to make clusters if clicked.
Definition at line 36 of file EvdLayoutOptions.h.
int gar::evd::EvdLayoutOptions::fMakeSeeds |
Draw two lines to make clusters if clicked.
Definition at line 37 of file EvdLayoutOptions.h.
int gar::evd::EvdLayoutOptions::fPrintTotalCharge |
Print out the total charge in an event.
Definition at line 32 of file EvdLayoutOptions.h.
int gar::evd::EvdLayoutOptions::fShowClusterSection |
Show section to make clusters.
Definition at line 35 of file EvdLayoutOptions.h.
int gar::evd::EvdLayoutOptions::fShowEndPointMarkers |
Draw EndPoint Markers if clicked.
Definition at line 34 of file EvdLayoutOptions.h.
int gar::evd::EvdLayoutOptions::fShowEndPointSection |
Show section corresponding to EndPoint finding.
Definition at line 33 of file EvdLayoutOptions.h.
int gar::evd::EvdLayoutOptions::fShowSideBar |
1 to show, 0 don't show
Definition at line 30 of file EvdLayoutOptions.h.