Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/EICrecon/algorithms/interfaces/ParticleSvc.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // SPDX-License-Identifier: LGPL-3.0-or-later
0002 // Copyright (C) 2024 Wouter Deconinck
0003 
0004 #pragma once
0005 
0006 // DEPRECATED: ParticleSvc has been moved to src/services/particle/ParticleSvc.h
0007 // This header is kept for backward compatibility and will be removed in a future version.
0008 // Please update your includes to: #include <services/particle/ParticleSvc.h>
0009 
0010 #pragma message(                                                                                   \
0011     "Warning: algorithms/interfaces/ParticleSvc.h is deprecated. Use services/particle/ParticleSvc.h instead.")
0012 
0013 #include <services/particle/ParticleSvc.h>