Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-04-19 09:13:41

0001 // -*- C++ -*-
0002 //
0003 // This file is part of YODA -- Yet more Objects for Data Analysis
0004 // Copyright (C) 2008-2024 The YODA collaboration (see AUTHORS for details)
0005 //
0006 #ifndef YODA_Scatter3D_h
0007 #define YODA_Scatter3D_h
0008 
0009 #include "YODA/Scatter.h"
0010 #pragma message "Scatter3D.h is deprecated. Please use Scatter.h instead."
0011 
0012 #endif