IFBeam_service.h
Go to the documentation of this file.
1 #ifndef IFBEAMSERVICE_H
2 #define IFBEAMSERVICE_H
3 #include "ifbeam.h"
4 #include <memory>
5 
9 
10 
11 namespace ifbeam_ns {
12 
13 class IFBeam {
14 
15 public:
16 
17  std::unique_ptr<BeamFolder> getBeamFolder(std::string bundle_name, std::string url = "", double time_width = 1200.0);
18 
19  // ART constructor...
21 };
22 
23 }
24 
25 
27 // this is redundant, given the ifbeam include, but just to be clear
28 
29 using namespace ifbeam_ns;
30 #endif // IFBEAMSERVICE_H
std::string string
Definition: nybbler.cc:12
#define DECLARE_ART_SERVICE(svc, scope)
IFBeam(fhicl::ParameterSet const &cfg, art::ActivityRegistry &r)
std::unique_ptr< BeamFolder > getBeamFolder(std::string bundle_name, std::string url="", double time_width=1200.0)