1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
|
/*!
\page Fireworks_Core Package Fireworks/Core
<center>
<small>
<!-- @CVS_TAG@ will be substituted at build time, no need to touch -->
<a href=http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/Fireworks/Core/?cvsroot=CMSSW&only_with_tag=@CVS_TAG@>Source code (CVS tag: @CVS_TAG@)</a> -
<a href=http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/Fireworks/Core/.admin/developers?rev=HEAD&cvsroot=CMSSW&content-type=text/vnd.viewcvs-markup>Administrative privileges</a>
</small>
</center>
\section desc Description
<!-- Short description of what this package is supposed to provide -->
(THE PACKAGE ADMINISTATOR SHOULD REPLACE THIS SENTENCE WITH HAND-WRITTEN DOCUMENTATION SAYING WHAT THE PACKAGE DOES.)
\subsection interface Public interface
<!-- List the classes that are provided for use in other packages (if any) -->
- ActionsList
- BuilderUtils
- CSGAction
- CSGActionSupervisor
- CSGContinuousAction
- CmsAnnotation
- CmsShowCommon
- CmsShowCommonPopup
- CmsShowEDI
- CmsShowHelpPopup
- CmsShowMainBase
- CmsShowMainFrame
- CmsShowModelPopup
- CmsShowNavigator
- CmsShowSearchFiles
- CmsShowViewPopup
- Context
- FW3DView
- FW3DViewBase
- FW3DViewGeometry
- FWBeamSpot
- FWBoolParameter
- FWColorManager
- FWCompositeParameter
- FWConfigurable
- FWConfigurableParameterizable
- FWConfiguration
- FWConfigurationManager
- FWCustomIconsButton
- FWDataCategories
- FWDetailView
- FWDetailViewBase
- FWDetailViewCanvas
- FWDetailViewFactory
- FWDetailViewGL
- FWDetailViewManager
- FWDigitSetProxyBuilder
- FWDisplayProperties
- FWDoubleParameter
- FWEDProductRepresentationChecker
- FWEnumParameter
- FWEnumParameterSetter
- FWEveLegoView
- FWEvePtr
- FWEveView
- FWEveViewManager
- FWEventAnnotation
- FWEventItem
- FWEventItemsManager
- FWEventSelector
- FWExpressionEvaluator
- FWExpressionException
- FWFileEntry
- FWFromEveSelectorBase
- FWGLEventHandler
- FWGUIEventFilter
- FWGUIEventSelector
- FWGUIManager
- FWGUISubviewArea
- FWGenericParameter
- FWGenericParameterWithRange
- FWGeoTopNode
- FWGeometry
- FWGeometryTableManagerBase
- FWGeometryTableViewBase
- FWGeometryTableViewManager
- FWGlimpseView
- FWHFView
- FWHLTTriggerTableView
- FWHLTValidator
- FWISpyView
- FWIntValueListener
- FWIntValueListenerBase
- FWInteractionList
- FWInvMassDialog
- FWItemAccessorBase
- FWItemAccessorFactory
- FWItemAccessorRegistry
- FWItemChangeSignal
- FWItemRandomAccessor
- FWItemValueGetter
- FWJobMetadataManager
- FWJobMetadataUpdateRequest
- FWL1TriggerTableView
- FWLegoViewBase
- FWLiteJobMetadataManager
- FWLiteJobMetadataUpdateRequest
- FWLongParameter
- FWMagField
- FWModelChangeManager
- FWModelChangeSignal
- FWModelExpressionSelector
- FWModelFilter
- FWModelId
- FWModelIdFromEveSelector
- FWNavigatorBase
- FWParameterBase
- FWParameterSetterBase
- FWParameterSetterEditorBase
- FWParameterizable
- FWParameters
- FWPhysicsObjectDesc
- FWProxyBuilderBase
- FWProxyBuilderConfiguration
- FWProxyBuilderFactory
- FWProxyBuilderTemplate
- FWRPZView
- FWRPZViewGeometry
- FWRecoGeom
- FWRepresentationCheckerBase
- FWRepresentationInfo
- FWSelectionManager
- FWSimpleProxyBuilder
- FWSimpleProxyBuilderTemplate
- FWSimpleProxyHelper
- FWSimpleRepresentationChecker
- FWStringParameter
- FWSummaryManager
- FWTEventList
- FWTSelectorToEventList
- FWTableView
- FWTableViewManager
- FWTableViewTableManager
- FWTextProjected
- FWTriggerTableView
- FWTriggerTableViewManager
- FWTriggerTableViewTableManager
- FWTypeToRepresentations
- FWViewBase
- FWViewContext
- FWViewContextMenuHandlerBase
- FWViewContextMenuHandlerGL
- FWViewEnergyScale
- FWViewEnergyScaleEditor
- FWViewGeometryList
- FWViewManagerBase
- FWViewManagerManager
- FWViewType
- RootGuiUtils
- TEveElementIter
- TRootXTReq
- fw3dlego_xbins
- fwLog
- fwPaths
- register_dataproxybuilder_macro
- register_itemaccessorbase_macro
\subsection pluginai Plugins
<!-- List the plugins that are provided for use in other packages (if any) -->
\subsection modules Modules
<!-- Describe modules implemented in this package and their parameter set -->
\subsection tests Unit tests and examples
<!-- Describe cppunit tests and example configuration files -->
Unknown
\section status Status and planned development
<!-- e.g. completed, stable, missing features -->
Unknown
<hr>
Last updated:
@DATE@ Author: computer-generated.
*/
|