LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
MagneticFieldServiceStandard_service.cc File Reference

Go to the source code of this file.

Classes

class  mag::MagneticFieldServiceStandard
 

Namespaces

 mag
 

Functions

 DECLARE_ART_SERVICE_INTERFACE_IMPL (mag::MagneticFieldServiceStandard, mag::MagneticFieldService, SHARED) mag
 

Function Documentation

DECLARE_ART_SERVICE_INTERFACE_IMPL ( mag::MagneticFieldServiceStandard  ,
mag::MagneticFieldService  ,
SHARED   
)

Definition at line 35 of file MagneticFieldServiceStandard_service.cc.

56 : fProp{pset}
57 {
58  reg.sPreBeginRun.watch(this, &MagneticFieldServiceStandard::preBeginRun);
59 }