FastJet  3.0.6
base.hh
1 
2 //STARTHEADER
3 // $Id: base.hh 2717 2011-11-17 14:15:46Z salam $
4 //
5 // Copyright (c) 2005-2011, Matteo Cacciari, Gavin P. Salam and Gregory Soyez
6 //
7 //----------------------------------------------------------------------
8 // This file is part of FastJet.
9 //
10 // FastJet is free software; you can redistribute it and/or modify
11 // it under the terms of the GNU General Public License as published by
12 // the Free Software Foundation; either version 2 of the License, or
13 // (at your option) any later version.
14 //
15 // The algorithms that underlie FastJet have required considerable
16 // development and are described in hep-ph/0512210. If you use
17 // FastJet as part of work towards a scientific publication, please
18 // include a citation to the FastJet paper.
19 //
20 // FastJet is distributed in the hope that it will be useful,
21 // but WITHOUT ANY WARRANTY; without even the implied warranty of
22 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 // GNU General Public License for more details.
24 //
25 // You should have received a copy of the GNU General Public License
26 // along with FastJet. If not, see <http://www.gnu.org/licenses/>.
27 //----------------------------------------------------------------------
28 //ENDHEADER
29 
30 #ifndef __FASTJET_FASTJET_BASE_HH__
31 #define __FASTJET_FASTJET_BASE_HH__
32 
33 /// \namespace fastjet
34 /// the FastJet namespace
35 ///
36 /// all the fastjet-related material is put under that namespace
37 
38 // define this for easier readability (and obfuscation?) in
39 // a range of places
40 #define FASTJET_BEGIN_NAMESPACE namespace fastjet {
41 #define FASTJET_END_NAMESPACE }
42 
43 #endif // __FASTJET_FASTJET_BASE_HH__