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