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
|
/*!
\page CondFormats_L1TObjects Package CondFormats/L1TObjects
<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/CondFormats/L1TObjects/?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/CondFormats/L1TObjects/.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) -->
- DTTFBitArray
- L1CaloEcalScale
- L1CaloEtScale
- L1CaloGeometry
- L1CaloHcalScale
- L1GctChannelMask
- L1GctJetFinderParams
- L1GtAlgorithm
- L1GtBoard
- L1GtBoardMaps
- L1GtBptxTemplate
- L1GtCaloTemplate
- L1GtCastorTemplate
- L1GtCondition
- L1GtCorrelationTemplate
- L1GtDefinitions
- L1GtEnergySumTemplate
- L1GtExternalTemplate
- L1GtFwd
- L1GtHfBitCountsTemplate
- L1GtHfRingEtSumsTemplate
- L1GtJetCountsTemplate
- L1GtMuonTemplate
- L1GtParameters
- L1GtPrescaleFactors
- L1GtPsbConfig
- L1GtPsbSetup
- L1GtStableParameters
- L1GtTriggerMask
- L1GtTriggerMenu
- L1GtTriggerMenuFwd
- L1MuCSCPtLut
- L1MuCSCTFAlignment
- L1MuCSCTFConfiguration
- L1MuDTAssParam
- L1MuDTEtaPattern
- L1MuDTEtaPatternLut
- L1MuDTExtLut
- L1MuDTExtParam
- L1MuDTPhiLut
- L1MuDTPtaLut
- L1MuDTQualPatternLut
- L1MuDTTFMasks
- L1MuDTTFParameters
- L1MuGMTChannelMask
- L1MuGMTParameters
- L1MuGMTScales
- L1MuPacking
- L1MuScale
- L1MuTriggerPtScale
- L1MuTriggerScales
- L1RCTChannelMask
- L1RCTNoisyChannelMask
- L1RCTParameters
- L1RPCBxOrConfig
- L1RPCConeDefinition
- L1RPCConfig
- L1RPCHsbConfig
- L1TriggerKey
- L1TriggerKeyList
- L1TriggerLutFile
- RPCPattern
\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.
*/
|