Himalaya
CouplingOrders.hpp
Go to the documentation of this file.
1 // ====================================================================
2 // This file is part of Himalaya.
3 //
4 // Himalaya is licenced under the GNU General Public License (GNU GPL)
5 // version 3.
6 // ====================================================================
7 
8 #pragma once
9 
10 /**
11  * @file CouplingOrders.hpp
12  *
13  * @brief enum definitions
14  */
15 
16 namespace himalaya {
17 
18 namespace CouplingOrders {
19  /// Coupling orders for calculation
20  enum CouplingOrders : int {
22  G14,
23  G24,
26  YB4,
32  YT4,
34  YB6,
35  YT6,
37  YTAU2YT4,//??
45  };
46 } // namespace CouplingOrders
47 
48 } // namespace himalaya
Definition: H3.cpp:14
CouplingOrders
Coupling orders for calculation.