Utility and boilerplate for optical algorithms. More...
#include "fhiclcpp/ParameterSet.h"
#include "cetlib_except/exception.h"
#include <vector>
#include <iterator>
#include <memory>
#include <string>
#include <utility>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
art | |
opdet::factory | |
opdet::factory::details | |
Functions | |
template<typename S , typename Coll > | |
S | opdet::factory::join (S const &sep, Coll const &s) |
Returns a concatenation of strings in s separated by sep . More... | |
template<typename Coll > | |
std::string | opdet::factory::join (const char *sep, Coll const &s) |
Utility and boilerplate for optical algorithms.
Some utility and boilerplate to make the use of optical reconstruction algorithms from larana
more flexible.
This does not attempt to interface those algorithms with art tools, which is definitely possible but just not done here.
Definition in file OpRecoFactoryStuff.h.