nucondb_service.h
Go to the documentation of this file.
1 #ifndef NUCONDBSERVICE_H
2 #define NUCONDBSERVICE_H
3 #include "nucondb.h"
4 
5 // ART bits...
10 #include "cetlib_except/exception.h"
11 
12 namespace nucondb_ns {
13 
15 
16 public:
17  // ART constructor...
19  std::unique_ptr<Folder> getFolder(std::string name, std::string url, std::string tag = "");
20 };
21 
22 }
23 
25 
26 // this is redundant, given the include, but just to be clear
27 
28 using namespace nucondb_ns;
29 #endif // NUCONDBSERVICE_H
static QCString name
Definition: declinfo.cpp:673
nucondbService(fhicl::ParameterSet const &cfg, art::ActivityRegistry &r)
std::string string
Definition: nybbler.cc:12
std::unique_ptr< Folder > getFolder(std::string name, std::string url, std::string tag="")
#define DECLARE_ART_SERVICE(svc, scope)