Bridge++  Ver. 1.1.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gammaMatrixSet_Chiral.h
Go to the documentation of this file.
1 
14 #ifndef GAMMAMATRIXSET_CHIRAL_INCLUDED
15 #define GAMMAMATRIXSET_CHIRAL_INCLUDED
16 
17 #include "gammaMatrixSet.h"
18 
19 
21 
27 {
28  public:
30  {
31  init_GM();
32  }
33 
34  void print();
35 
36  private:
37  void init_GM();
38 };
39 #endif