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