Warning, /CalibFormats/SiStripObjects/doc/SiStripObjects.doc is written in an unsupported language. File is not indexed.
0001
0002 /*!
0003
0004 \page CalibFormats_SiStripObjects Package CalibFormats/SiStripObjects
0005
0006 <center>
0007 <small>
0008
0009 <!-- @PROJ_VERS@ will be substituted at build time, no need to touch -->
0010 <a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/CalibFormats/SiStripObjects/?cvsroot=CMSSW&only_with_tag=@PROJ_VERS@>CVS</a> -
0011 <a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/CalibFormats/SiStripObjects/.admin/developers?rev=HEAD&cvsroot=CMSSW&content-type=text/vnd.viewcvs-markup>Administrative privileges</a>
0012 </small>
0013 </center>
0014
0015 \section desc Description
0016 <!-- Short description of what this package is supposed to provide -->
0017
0018 This package provides the classes that define the calibration objects
0019 that are (usually) built from condition objects that are available via
0020 the EventSetup interface. An example is the SiStripFecCabling object,
0021 which provides information of the logical structure of the strip
0022 tracker control system, as well and the FED cabling connections. This
0023 is built from the SiStripFedCabling condition object (defined in
0024 CondFormats/SiStripObjects).
0025
0026 \subsection interface Public interface
0027 <!-- List the classes that are provided for use in other packages (if any) -->
0028
0029 SiStripControlConnectivity (Will be deprecated soon.)
0030 SiStripDetCabling This class contains the same information as provided
0031 by the SiStripFedCabling condition object, manipulated to represent
0032 the "DET" (or "geometrical") view of the detector. The class handles
0033 FedChannelConnection objects (just as the SiStripFedCabling class).
0034
0035 SiStripFecCabling This class contains the same information as provided
0036 by the SiStripFedCabling condition object, manipulated to represent
0037 the "FEC" (or "control") view of the detector. The different levels
0038 within the logical structure of the control system (FEC, ring, CCU,
0039 front-end module) are each represented by a class (SiStripFec,
0040 SiStripRing, SiStripCcu, SiStripModule) and a user can "drill down"
0041 into the structure from the top-level SiStripFecCabling class. The
0042 SiStripModule class contains all information relating to a given
0043 front-end module and its connections.
0044
0045 SiStripReverseReadoutCabling (Will be deprecated soon.)
0046 SiStripStructure (Will be deprecated soon.)
0047
0048 \subsection modules Modules
0049 <!-- Describe modules implemented in this package and their parameter set -->
0050
0051 No plug-in modules.
0052
0053 \subsection tests Unit tests and examples
0054 <!-- Describe cppunit tests and example configuration files -->
0055
0056 None.
0057
0058 \section status Status and planned development
0059 <!-- e.g. completed, stable, missing features -->
0060
0061 FED cabling classes are essentially complete and stable.
0062
0063 <hr>
0064 Last updated:
0065 @DATE@ Author: computer-generated.
0066 */
0067