Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-09-28 07:03:47

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)