Belle II Software development
TrgBitOutput.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 **************************************************************************/
8enum output {
9 zzz,
10 zzzo,
11 fff,
12 fffo,
13 zz,
14 zzo,
15 ffb,
16 ffo,
17 hie,
18 lowe,
19 lume, // 10
20 c2,
21 c3,
22 c4,
23 c5,
24 bhabha,
25 bhabha_trk,
26 bhabha_brl,
27 bhabha_ecp,
28 g_high,
29 g_c1, // 20
30 gg,
31 mu_pair,
32 mu_b2b,
33 revolution,
34 random,
35 bg,
36 ecltiming,
37 nim0,
38 nima03,
39 nimo03, // 30
40 period,
41 eclnima03,
42 eclnimo03,
43 pls,
44 poisson,
45 klmhit,
46 f,
47 fe,
48 ffe,
49 fc, // 40
50 ffc,
51 cdctiming,
52 cdcbb,
53 nim1c,
54 c1n0,
55 c1n1,
56 c1n2,
57 c1n3,
58 c1n4,
59 c2n1, // 50
60 c2n2,
61 c2n3,
62 c2n4,
63 cdcecl1,
64 cdcecl2,
65 cdcecl3,
66 cdcecl4,
67 cdcklm1,
68 cdcklm2,
69 cdcklm3, // 60
70 cdcklm4,
71 ff,
72 uuu,
73 uuuo,
74 uub,
75 uuo,
76 c1hie,
77 c1lume,
78 n1hie,
79 n1lume, // 70
80 c3hie,
81 c3lume,
82 n3hie,
83 n3lume,
84 eed,
85 fed,
86 fp,
87 bha3d,
88 shem,
89 ohem, // 80
90 lml0,
91 lml1,
92 lml2,
93 lml3,
94 lml4,
95 lml5,
96 lml6,
97 lml7,
98 lml8,
99 lml9,
100 lml10,
101 oup92,
102 oup93,
103 oup94,
104 oup95
105};