FastJet 3.0beta1
|
00001 00002 //STARTHEADER 00003 // $Id: base.hh 2398 2011-07-08 10:44:02Z soyez $ 00004 // 00005 // Copyright (c) 2005-2006, Matteo Cacciari and Gavin Salam 00006 // 00007 //---------------------------------------------------------------------- 00008 // This file is part of FastJet. 00009 // 00010 // FastJet is free software; you can redistribute it and/or modify 00011 // it under the terms of the GNU General Public License as published by 00012 // the Free Software Foundation; either version 2 of the License, or 00013 // (at your option) any later version. 00014 // 00015 // The algorithms that underlie FastJet have required considerable 00016 // development and are described in hep-ph/0512210. If you use 00017 // FastJet as part of work towards a scientific publication, please 00018 // include a citation to the FastJet paper. 00019 // 00020 // FastJet is distributed in the hope that it will be useful, 00021 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00022 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00023 // GNU General Public License for more details. 00024 // 00025 // You should have received a copy of the GNU General Public License 00026 // along with FastJet; if not, write to the Free Software 00027 // Foundation, Inc.: 00028 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00029 //---------------------------------------------------------------------- 00030 //ENDHEADER 00031 00032 #ifndef __FASTJET_FASTJET_BASE_HH__ 00033 #define __FASTJET_FASTJET_BASE_HH__ 00034 00035 /// \namespace fastjet 00036 /// the FastJet namespace 00037 /// 00038 /// all the fastjet-related material is put under that namespace 00039 00040 // define this for easier readability (and obfuscation?) in 00041 // a range of places 00042 #define FASTJET_BEGIN_NAMESPACE namespace fastjet { 00043 #define FASTJET_END_NAMESPACE } 00044 00045 // define the doxygen groupd 00046 /// \defgroup basic_classes Fundamental FastJet classes 00047 /// \defgroup area_classes Area-related classes 00048 /// \defgroup sec_area_classes Secondary area-related classes 00049 /// \defgroup plugins Plugins for non-native jet definitions 00050 /// \defgroup selectors Selectors 00051 /// \defgroup tools FastJet tools 00052 /// \{ \defgroup tools_generic Generic tools 00053 /// \defgroup tools_background Background subtraction 00054 /// \defgroup tools_taggers Taggers 00055 /// \} 00056 /// \defgroup extra_info Access to extra information 00057 /// \defgroup error_handling Error handling 00058 /// \defgroup advanced_usage Advanced usage 00059 /// \if internal_doc 00060 /// \defgroup internal 00061 /// \endif 00062 #endif // __FASTJET_FASTJET_BASE_HH__