Public Member Functions | List of all members
ifbeam_ns::IFBeam Class Reference

#include <IFBeam_service.h>

Public Member Functions

std::unique_ptr< BeamFolder > getBeamFolder (std::string bundle_name, std::string url="", double time_width=1200.0)
 
 IFBeam (fhicl::ParameterSet const &cfg, art::ActivityRegistry &r)
 

Detailed Description

Definition at line 13 of file IFBeam_service.h.

Constructor & Destructor Documentation

ifbeam_ns::IFBeam::IFBeam ( fhicl::ParameterSet const &  cfg,
art::ActivityRegistry r 
)

Definition at line 5 of file IFBeam_service.cc.

5  {
6  ;
7 }

Member Function Documentation

std::unique_ptr< BeamFolder > ifbeam_ns::IFBeam::getBeamFolder ( std::string  bundle_name,
std::string  url = "",
double  time_width = 1200.0 
)

Definition at line 10 of file IFBeam_service.cc.

10  {
11  std::unique_ptr<BeamFolder> res(new BeamFolder(bundle_name, url, time_width));
12  return res;
13 }

The documentation for this class was generated from the following files: