EvdLayoutOptions_service.cc
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 /// \file EvdLayoutOptions_service.cc
3 ///
4 /// \version $Id: EvdLayoutOptions_plugin.cc,v 1.1 2010/11/11 18:11:22 p-novaart Exp $
5 /// \author andrzejs@fnal.gov
6 
7 // Framework includes
8 
9 /// GArSoft includes
11 
12 #include <iostream>
13 
14 namespace gar {
15  namespace evd {
16 
17  //......................................................................
19  art::ActivityRegistry& /* reg */)
20  {
21  this->reconfigure(pset);
22  }
23 
24  //......................................................................
26  {
27  }
28 
29  //......................................................................
31  {
32  fEnableMCTruthCheckBox = pset.get< int >("EnableMCTruthCheckBox");
33  }
34  }
35 
36  namespace evd {
37 
39 
40  } // namespace evd
41 }
42 ////////////////////////////////////////////////////////////////////////
EvdLayoutOptions(fhicl::ParameterSet const &pset, art::ActivityRegistry &reg)
void reconfigure(fhicl::ParameterSet const &pset)
LArSoft includes.
Definition: InfoTransfer.h:33
T get(std::string const &key) const
Definition: ParameterSet.h:271
General GArSoft Utilities.
#define DEFINE_ART_SERVICE(svc)
int fEnableMCTruthCheckBox
1 to have the check box appear, 0 otherwise