Functions
LarsoftServiceAccess.cxx File Reference
#include "LarsoftServiceAccess.h"
#include "dunecore/ArtSupport/ArtServicePointer.h"
#include "dunecore/ArtSupport/ArtServiceProvider.h"
#include "larcore/Geometry/Geometry.h"
#include "larevt/CalibrationDBI/Interface/ChannelStatusService.h"

Go to the source code of this file.

Functions

template<>
const GeometryCoreArtServiceProvider< geo::GeometryCore > ()
 
template<>
const ChannelStatusProviderArtServiceProvider< lariov::ChannelStatusProvider > ()
 

Function Documentation

Definition at line 15 of file LarsoftServiceAccess.cxx.

15  {
16  return GenericArtServicePointer<geo::Geometry>();
17 }

Definition at line 22 of file LarsoftServiceAccess.cxx.

22  {
23  return DefaultArtServiceProvider<lariov::ChannelStatusService>();
24 }