|
||||
File indexing completed on 2024-11-15 10:02:38
0001 // SPDX-License-Identifier: LGPL-3.0-or-later 0002 // Copyright (C) 2022 Sylvester Joosten, Chao, Chao Peng, Whitney Armstrong 0003 0004 /* 0005 * Reconstruct the cluster with Center of Gravity method 0006 * Logarithmic weighting is used for mimicing energy deposit in transverse direction 0007 * 0008 * Author: Sylvester Joosten, Chao Peng (ANL), 09/20/2022 0009 */ 0010 0011 #include <JugAlgo/Algorithm.h> 0012 #include <algorithms/calorimetry/ClusterRecoCoG.h> 0013 0014 // NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables) 0015 JUGALGO_DEFINE_ALGORITHM(ClusterRecoCoG, algorithms::calorimetry::ClusterRecoCoG, Jug::Reco)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |