Jpp  18.3.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JLang/JNumber.hh
Go to the documentation of this file.
1 #ifndef __JLANG__JNUMBER__
2 #define __JLANG__JNUMBER__
3 
4 /**
5  * \author mdejong
6  */
7 
8 namespace JLANG {}
9 namespace JPP { using namespace JLANG; }
10 
11 namespace JLANG {
12 
13 
14  /**
15  * Wrapper class for integer value.
16  */
17  template<int N>
18  struct JNumber {
19  static const int value = N;
20  };
21 }
22 
23 #endif
static const int value
Wrapper class for integer value.
then usage $script< input file >[option[primary[working directory]]] nWhere option can be N
Definition: JMuonPostfit.sh:40