Himalaya
HierarchyFlags.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 namespace himalaya {
11 namespace hierarchies {
12 
13 namespace Hierarchies {
14 
15 /// Hierarchy numbers
16 enum Hierarchies : int {
17  FIRST = 0,
18  h3 = FIRST,
19  h32q2g = 1,
20  h3q22g = 2,
21  h4 = 3,
22  h5 = 4,
23  h5g1 = 5,
24  h6 = 6,
25  h6b = 7,
26  h6b2qg2 = 8,
27  h6bq22g = 9,
28  h6bq2g2 = 10,
29  h6g2 = 11,
30  h9 = 12,
31  h9q2 = 13,
33 };
34 
35 } // namespace Hierarchies
36 
37 namespace ExpansionDepth {
38 
39 /// expansion depth flags
40 enum ExpansionDepth : int {
41  threeLoop, ///< truncate the two loop expansion at the three loop expansion depth
42  Mst, ///< truncate the expansion depth in the stop/sbottom masses by one order
43  Dmglst1, ///< truncate the expansion depth in the difference of stop/sbottom 1 mass and the gluino mass by one order
44  Dmsqst1, ///< truncate the expansion depth in the difference of the stop/sbottom 1 mass and the average squark mass by one order
45  Dmst12, ///< truncate the expansion depth in the difference of the stop/sbottom masses by one order
46  At, ///< truncate the expansion depth in At/Ab by one order
47  lmMsusy, ///< truncate the expansion depth in log(Msusy) by one order
48  Msq, ///< truncate the expansion depth in the average squark mass by one order
49  Msusy, ///< truncate the expansion depth in the average SUSY mass by one order
50  Dmglst2, ///< truncate the expansion depth in the difference of the stop/sbottom 2 mass and the gluino mass by one order
51  Dmsqst2, ///< truncate the expansion depth in the difference of the average squark mass and the stop/sbottom 2 mass by one order
52  Mgl, ///< truncate the expansion depth in the gluino mass by one order
54 };
55 
56 } // namespace ExpansionDepth
57 
58 } // namespace hierarchies
59 } // namespace himalaya
truncate the expansion depth in At/Ab by one order
truncate the expansion depth in the difference of the stop/sbottom 1 mass and the average squark mass...
Definition: H3.cpp:14
truncate the expansion depth in the difference of the stop/sbottom masses by one order ...
truncate the expansion depth in the stop/sbottom masses by one order
truncate the expansion depth in log(Msusy) by one order
truncate the expansion depth in the average SUSY mass by one order
truncate the expansion depth in the gluino mass by one order
truncate the expansion depth in the average squark mass by one order
truncate the expansion depth in the difference of the average squark mass and the stop/sbottom 2 mass...
truncate the two loop expansion at the three loop expansion depth
truncate the expansion depth in the difference of stop/sbottom 1 mass and the gluino mass by one orde...
truncate the expansion depth in the difference of the stop/sbottom 2 mass and the gluino mass by one ...