Functions
LarsoftServiceAccess.h File Reference
#include "larcorealg/Geometry/GeometryCore.h"
#include "larevt/CalibrationDBI/Interface/ChannelStatusProvider.h"

Go to the source code of this file.

Functions

template<class P >
const P * ArtServiceProvider ()
 
template<>
const GeometryCoreArtServiceProvider< GeometryCore > ()
 
template<>
const ChannelStatusProviderArtServiceProvider< ChannelStatusProvider > ()
 

Function Documentation

template<class P >
const P* ArtServiceProvider ( )

Definition at line 37 of file ArtServiceProvider.h.

37  {
38  std::cout << "ArtServiceProvider: No specialization found for " << typeid(P).name() << std::endl;
39  return nullptr;
40 }
static QCString name
Definition: declinfo.cpp:673
std::pair< float, std::string > P
QTextStream & endl(QTextStream &s)
template<>
const GeometryCore* ArtServiceProvider< GeometryCore > ( )