FastJet 3.0.2
|
00001 #ifndef __FASTJET_INTERNALLIMITEDWARNING_HH__ 00002 #define __FASTJET_INTERNALLIMITEDWARNING_HH__ 00003 00004 //STARTHEADER 00005 // $Id: LimitedWarning.hh 2577 2011-09-13 15:11:38Z salam $ 00006 // 00007 // Copyright (c) 2005-2011, Matteo Cacciari, Gavin P. Salam and Gregory Soyez 00008 // 00009 //---------------------------------------------------------------------- 00010 // This file is part of FastJet. 00011 // 00012 // FastJet is free software; you can redistribute it and/or modify 00013 // it under the terms of the GNU General Public License as published by 00014 // the Free Software Foundation; either version 2 of the License, or 00015 // (at your option) any later version. 00016 // 00017 // The algorithms that underlie FastJet have required considerable 00018 // development and are described in hep-ph/0512210. If you use 00019 // FastJet as part of work towards a scientific publication, please 00020 // include a citation to the FastJet paper. 00021 // 00022 // FastJet is distributed in the hope that it will be useful, 00023 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00024 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00025 // GNU General Public License for more details. 00026 // 00027 // You should have received a copy of the GNU General Public License 00028 // along with FastJet. If not, see <http://www.gnu.org/licenses/>. 00029 //---------------------------------------------------------------------- 00030 //ENDHEADER 00031 00032 00033 00034 // we have moved LimitedWarning.hh one directory up; still allow 00035 // old form of access 00036 #include "fastjet/LimitedWarning.hh" 00037 00038 #warning *** You have included fastjet/internal/LimitedWarning.hh. \ 00039 Access to LimitedWarning through this header is deprecated as of FJ3.0. \ 00040 Please instead use fastjet/LimitedWarning.hh 00041 00042 #endif // __FASTJET_INTERNALLIMITEDWARNING_HH__