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
|
/*!
\page CalibTracker_SiPixelConnectivity Package CalibTracker/SiPixelConnectivity
<center>
<small>
<!-- @CVS_TAG@ will be substituted at build time, no need to touch -->
<a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/CalibTracker/SiPixelConnectivity/?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/CalibTracker/SiPixelConnectivity/.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 -->
Read the pixel tracker geometry and assing modules to FED links, building the
readout structure for Raw2Digi conversions
\subsection interface Public interface
<!-- List the classes that are provided for use in other packages (if any) -->
- <b> PixelBarrelLinkMaker <\b>
Create a link structure (links and ROCs) for a set of modules in one FED (barrel) <br>
- <b> PixelEndcapLinkMaker <\b>
Create a link structure (links and ROCs) for a set of modules in one FED (endcaps) <br>
- <b> PixelToFEDAssociate <\b>
for a given module name provide to which FED it belongs <br>
- SiPixelFedCablingMapBuilder
The main algorithm to produce cabling
- TRange
minor utility class
\subsection modules Modules
<!-- Describe modules implemented in this package and their parameter set -->
none, mam created on fly
\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 -->
stable, changes needed to allow for cabling map persistency
<hr>
Last updated:
@DATE@ Author: konec
*/
|