#include <spdlog/spdlog.h>
#include <DD4hep/Detector.h>
#include <algorithms/algorithm.h>
#include <string>
#include <string_view>
#include "services/log/Log_service.h"
#include "algorithms/meta/SubDivideCollectionConfig.h"
#include "algorithms/interfaces/WithPodConfig.h"
Go to the source code of this file.
|
| template<class T > |
| using | eicrecon::SubDivideCollectionAlgorithm = algorithms::Algorithm< typename algorithms::Input< const typename T::collection_type >, typename algorithms::Output< std::vector< typename T::collection_type > > > |
| |