MagneticFieldServiceGAr_service.cc
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // \file MagneticFieldServiceStandard_service.cc
3 //
4 // \brief implementation of class for storing/accessing magnetic fields
5 //
6 // \author ebrianne@fnal.gov
7 //
8 ////////////////////////////////////////////////////////////////////////
9 
10 // C++ language includes
11 
12 //nug4 includes
15 
16 //Framework includes
17 #include "art/Framework/Principal/Run.h" // for Run
21 
22 //-----------------------------------------------
24 : fProp{pset}
25 {
26  reg.sPreBeginRun.watch(this, &MagneticFieldServiceGAr::preBeginRun);
27 }
28 
29 //----------------------------------------------
31 {
32 
33 }
34 
35 //------------------------------------------------
37 {
38  fProp.reconfigure(pset);
39 }
40 
41 //------------------------------------------------
void reconfigure(fhicl::ParameterSet const &pset)
Definition: Run.h:17
void reconfigure(fhicl::ParameterSet const &pset)
MagneticFieldServiceGAr(fhicl::ParameterSet const &pset, art::ActivityRegistry &reg)
#define DEFINE_ART_SERVICE_INTERFACE_IMPL(svc, iface)