Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
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
9namespace JLANG {}
10namespace JPP { using namespace JLANG; }
11
12namespace JLANG {
13
14
15 /**
16 * Enumeration for two of a kind.
17 */
18 enum JTwosome { LEFT = 0, RIGHT };
19}
20
21#endif
Auxiliary classes and methods for language specific functionality.
JTwosome
Enumeration for two of a kind.
Definition JTwosome.hh:18
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary data structure for alignment of data.
Definition JManip.hh:266
Auxiliary data structure for alignment of data.
Definition JManip.hh:298