Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 10:06:45

0001 #ifndef __FASTJET_INTERNALLIMITEDWARNING_HH__
0002 #define __FASTJET_INTERNALLIMITEDWARNING_HH__
0003 
0004 //FJSTARTHEADER
0005 // $Id$
0006 //
0007 // Copyright (c) 2005-2021, Matteo Cacciari, Gavin P. Salam and Gregory Soyez
0008 //
0009 //----------------------------------------------------------------------
0010 // This file is part of FastJet.
0011 //
0012 //  FastJet is free software; you can redistribute it and/or modify
0013 //  it under the terms of the GNU General Public License as published by
0014 //  the Free Software Foundation; either version 2 of the License, or
0015 //  (at your option) any later version.
0016 //
0017 //  The algorithms that underlie FastJet have required considerable
0018 //  development. They are described in the original FastJet paper,
0019 //  hep-ph/0512210 and in the manual, arXiv:1111.6097. If you use
0020 //  FastJet as part of work towards a scientific publication, please
0021 //  quote the version you use and include a citation to the manual and
0022 //  optionally also to hep-ph/0512210.
0023 //
0024 //  FastJet is distributed in the hope that it will be useful,
0025 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
0026 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
0027 //  GNU General Public License for more details.
0028 //
0029 //  You should have received a copy of the GNU General Public License
0030 //  along with FastJet. If not, see <http://www.gnu.org/licenses/>.
0031 //----------------------------------------------------------------------
0032 //FJENDHEADER
0033 
0034 
0035 
0036 // we have moved LimitedWarning.hh one directory up; still allow
0037 // old form of access
0038 #include "fastjet/LimitedWarning.hh"
0039 
0040 #warning *** You have included fastjet/internal/LimitedWarning.hh. \
0041 Access to LimitedWarning through this header is deprecated as of FJ3.0. \
0042 Please instead use fastjet/LimitedWarning.hh
0043 
0044 #endif // __FASTJET_INTERNALLIMITEDWARNING_HH__