LarsoftServiceAccess.cxx
Go to the documentation of this file.
1 // LarsoftServiceAccess.cxx
2 
3 #include "LarsoftServiceAccess.h"
6 
9 
10 //**********************************************************************
11 
12 // Geometry is special. It derives from its provider.
13 
14 template<>
15 const GeometryCore* ArtServiceProvider<geo::GeometryCore>() {
16  return GenericArtServicePointer<geo::Geometry>();
17 }
18 
19 //**********************************************************************
20 
21 template<>
22 const ChannelStatusProvider* ArtServiceProvider<lariov::ChannelStatusProvider>() {
23  return DefaultArtServiceProvider<lariov::ChannelStatusService>();
24 }
25 
26 //**********************************************************************
art framework interface to geometry description
Class providing information about the quality of channels.
Description of geometry of one entire detector.
Interface for experiment-specific service for channel quality info.