Belle II Software  release-08-01-10
TrgBitInput.h
1 /**************************************************************************
2  * basf2 (Belle II Analysis Software Framework) *
3  * Author: The Belle II Collaboration *
4  * *
5  * See git log for contributors and copyright holders. *
6  * This file is licensed under LGPL-3.0, see LICENSE.md. *
7  **************************************************************************/
8 enum input {
9  t3_0,
10  t3_1,
11  t3_2,
12  t2_0,
13  t2_1,
14  t2_2,
15  cdc_open90,
16  cdc_active,
17  cdc_b2b3,
18  cdc_b2b5,
19  cdc_b2b7, // 10
20  cdc_b2b9,
21  ehigh,
22  elow,
23  elum,
24  ecl_bha,
25  bha_type_0,
26  bha_type_1,
27  bha_type_2,
28  bha_type_3,
29  bha_type_4, // 20
30  bha_type_5,
31  bha_type_6,
32  bha_type_7,
33  bha_type_8,
34  bha_type_9,
35  bha_type_10,
36  bha_type_11,
37  bha_type_12,
38  bha_type_13,
39  clst_0, // 30
40  clst_1,
41  clst_2,
42  clst_3,
43  ecl_bg_0,
44  ecl_bg_1,
45  ecl_bg_2,
46  ecl_active,
47  ecl_timing_fwd,
48  ecl_timing_brl,
49  ecl_timing_bwd, // 40
50  ecl_phys,
51  top_0,
52  top_1,
53  top_2,
54  top_bb,
55  top_active,
56  klm_hit,
57  klm_0,
58  klm_1,
59  klm_2, // 50
60  klm_3,
61  klmb2b_0,
62  klmb2b_1,
63  klmb2b_2,
64  revo,
65  her_kick,
66  ler_kick,
67  bha_delay,
68  pseud_rand,
69  plsin, // 60
70  poissonin,
71  periodin,
72  veto,
73  nclst1_0,
74  nclst1_1,
75  nclst1_2,
76  nclst2_0,
77  nclst2_1,
78  nclst2_2,
79  cdcecl_0, // 70
80  cdcecl_1,
81  cdcecl_2,
82  cdcklm_0,
83  cdcklm_1,
84  cdcklm_2,
85  nimin0,
86  nimin1,
87  nimin2,
88  nimin3,
89  t3_3, // 80
90  t2_3,
91  nclst1_3,
92  nclst2_3,
93  cdcecl_3,
94  cdcklm_3,
95  u2_0,
96  u2_1,
97  u2_2,
98  ecl_oflo,
99  ecl_3dbha, // 90
100  lml_0,
101  lml_1,
102  lml_2,
103  lml_3,
104  lml_4,
105  lml_5,
106  lml_6,
107  lml_7,
108  lml_8,
109  lml_9, // 100
110  lml_10,
111  samhem,
112  opohem,
113  d_b2b3,
114  d_b2b5,
115  d_b2b7,
116  d_b2b9,
117  p_b2b3,
118  p_b2b5,
119  p_b2b7, // 110
120  p_b2b9
121 };