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
|
/*!
<!-- Substitute DataFormats and DTRecHit with the proper names! -->
\page DataFormats_DTRecHit Package DataFormats/DTRecHit
<center>
<small>
<a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/DataFormats/DTRecHit/?cvsroot=CMSSW&only_with_tag=@CVS_TAG@>Source code (CVS tag: @CVS_TAG@)</a> -
<a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/DataFormats/DTRecHit/.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 -->
This package contains the definition of rechits and rechit collections for the DTs.
\subsection interface Public interface
<!-- List the classes that are provided for use in other packages (if any) -->
1D Hits:
- DTRecHit1D
- DTRecHit1DPair
- DTRecHitCollection
2D Hits:
- DTRecSegment2DCollection
- DTRecSegment2D
- DTSLRecSegment2D
4D Segments and ancillary classes:
- DTRecSegment4D
- DTChamberRecSegment2D
- DTRecSegment4DCollection
Other classes:
- DTEnums
- DTRangeMapAccessor
\subsection modules Modules
<!-- Describe modules implemented in this package and their parameter set -->
None.
\subsection tests Unit tests and examples
<!-- Describe cppunit tests and example configuration files -->
None.
\section status Status and planned development
<!-- e.g. completed, stable, missing features -->
Being developed.
<hr>
Last updated: @DATE@
Author: N. Amapane
*/
|