Public Member Functions | Public Attributes | List of all members
gar::evd::EvdLayoutOptions Class Reference

#include <EvdLayoutOptions.h>

Public Member Functions

 EvdLayoutOptions (fhicl::ParameterSet const &pset, art::ActivityRegistry &reg)
 
 ~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...
 

Detailed Description

Definition at line 22 of file EvdLayoutOptions.h.

Constructor & Destructor Documentation

gar::evd::EvdLayoutOptions::EvdLayoutOptions ( fhicl::ParameterSet const &  pset,
art::ActivityRegistry reg 
)

Definition at line 18 of file EvdLayoutOptions_service.cc.

20  {
21  this->reconfigure(pset);
22  }
void reconfigure(fhicl::ParameterSet const &pset)
gar::evd::EvdLayoutOptions::~EvdLayoutOptions ( )

Definition at line 25 of file EvdLayoutOptions_service.cc.

26  {
27  }

Member Function Documentation

void gar::evd::EvdLayoutOptions::reconfigure ( fhicl::ParameterSet const &  pset)

Definition at line 30 of file EvdLayoutOptions_service.cc.

31  {
32  fEnableMCTruthCheckBox = pset.get< int >("EnableMCTruthCheckBox");
33  }
int fEnableMCTruthCheckBox
1 to have the check box appear, 0 otherwise

Member Data Documentation

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.


The documentation for this class was generated from the following files: