All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
LArG4Parameters_service.cc
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 /// \file LArG4Parameters_service.cc
3 /// \brief Store parameters for running LArG4
4 ///
5 /// \author bjpjones@mit.edu
6 ////////////////////////////////////////////////////////////////////////
7 // This service exists to pass parameters to various different
8 // classes in LArG4, which are not necessary directly called by
9 // the LArG4_module class.
10 //
11 // Ben Jones, MIT, March 2010
12 
13 
14 // Framework includes
15 #include "art/Framework/Services/Registry/ServiceDefinitionMacros.h"
16 
18 
19 DEFINE_ART_SERVICE(sim::LArG4Parameters)
Store parameters for running LArG4.