Jpp
JTwosome.hh
Go to the documentation of this file.
1 #ifndef __JLANG__JTWOSOME__
2 #define __JLANG__JTWOSOME__
3 
4 
5 /**
6  * \author mdejong
7  */
8 
9 namespace JLANG {}
10 namespace JPP { using namespace JLANG; }
11 
12 namespace JLANG {
13 
14 
15  /**
16  * Enumeration for two of a kind.
17  */
18  enum JTwosome { LEFT = 0, RIGHT };
19 }
20 
21 #endif
JPP
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Definition: JAAnetToolkit.hh:37
JLANG::JTwosome
JTwosome
Enumeration for two of a kind.
Definition: JTwosome.hh:18
JLANG::RIGHT
Definition: JTwosome.hh:18
JLANG
Auxiliary classes and methods for language specific functionality.
Definition: JAbstractClass.hh:10
JLANG::LEFT
Definition: JTwosome.hh:18