EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
SubDivideCollectionConfig.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-3.0-or-later
2// Copyright (C) 2024 Simon Gardner
3
4#pragma once
5
6namespace eicrecon {
7
8template <class T> struct SubDivideCollectionConfig {
9 std::function<std::vector<int>(const T&)> function;
10};
11
12} // namespace eicrecon
-client
Definition CalorimeterClusterRecoCoG.cc:37
Definition SubDivideCollectionConfig.h:8
std::function< std::vector< int >(const T &)> function
Definition SubDivideCollectionConfig.h:9