LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
PhotonCalibratorServiceStandard.h
Go to the documentation of this file.
1 // \file PhotonCalibratorServiceStandard.h
3 //
4 // \brief Framework interface to PhotonCalibratorStandard
5 //
6 // \author ahimmel@fnal.gov
7 //
9 
10 #ifndef PHOTONCALIBRATORSERVICESTANDARD
11 #define PHOTONCALIBRATORSERVICESTANDARD
12 
13 // LArSoft Includes
16 
20 #include "fhiclcpp/ParameterSet.h"
21 #include "fhiclcpp/types/Atom.h"
22 
23 namespace calib {
24 
26  public:
28 
33  };
34 
36 
38 
39  private:
40  provider_type const* provider() const override { return &fProvider; }
41 
43  };
44 
45 }
46 
49  LEGACY)
50 
51 #endif // PHOTONCALIBRATORSERVICESTANDARD
Definition: OpHitAlg.h:19
provider_type const * provider() const override
fhicl::ParameterSet const & get_PSet() const
Definition: ServiceTable.h:40
#define DECLARE_ART_SERVICE_INTERFACE_IMPL(svc, iface, scope)