EvdLayoutOptions.h
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // $Id: EvdLayoutOptions.h,v 1.15 2010/08/30 21:33:24 spitz7 Exp $
3 //
4 // Display parameters for the raw data
5 //
6 // \author brebel@fnal.gov
7 ////////////////////////////////////////////////////////////////////////
8 #ifndef EVDLAYOUTOPTIONS_H
9 #define EVDLAYOUTOPTIONS_H
10 #ifndef __CINT__
11 #include <string>
12 #include <vector>
13 
14 #include "fhiclcpp/ParameterSet.h"
19 
20 namespace gar {
21 namespace evd {
23  {
24  public:
27 
28  void reconfigure(fhicl::ParameterSet const& pset);
29 
30  int fShowSideBar; ///< 1 to show, 0 don't show
31  int fAutoZoomInterest; ///< Set the automatic zoom to the interest region
32  int fPrintTotalCharge; ///< Print out the total charge in an event
33  int fShowEndPointSection; ///< Show section corresponding to EndPoint finding
34  int fShowEndPointMarkers; ///< Draw EndPoint Markers if clicked.
35  int fShowClusterSection; ///< Show section to make clusters
36  int fMakeClusters; ///< Draw two lines to make clusters if clicked
37  int fMakeSeeds; ///< Draw two lines to make clusters if clicked
38  int fEnableMCTruthCheckBox; ///< 1 to have the check box appear, 0 otherwise
39  };
40 }
41 }//namespace
42 #endif // __CINT__
44 #endif
45 
int fShowSideBar
1 to show, 0 don&#39;t show
int fPrintTotalCharge
Print out the total charge in an event.
int fMakeSeeds
Draw two lines to make clusters if clicked.
int fAutoZoomInterest
Set the automatic zoom to the interest region.
EvdLayoutOptions(fhicl::ParameterSet const &pset, art::ActivityRegistry &reg)
int fShowClusterSection
Show section to make clusters.
void reconfigure(fhicl::ParameterSet const &pset)
LArSoft includes.
Definition: InfoTransfer.h:33
int fShowEndPointMarkers
Draw EndPoint Markers if clicked.
#define DECLARE_ART_SERVICE(svc, scope)
int fShowEndPointSection
Show section corresponding to EndPoint finding.
General GArSoft Utilities.
int fEnableMCTruthCheckBox
1 to have the check box appear, 0 otherwise
int fMakeClusters
Draw two lines to make clusters if clicked.