Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /Geometry/DTGeometryBuilder/doc/DTGeometryBuilder.doc is written in an unsupported language. File is not indexed.

0001 /*!
0002 <!-- Substitute Geometry and DTGeometryBuilder with the proper names! -->
0003 
0004 \page Geometry_DTGeometryBuilder Package Geometry/DTGeometryBuilder
0005 <center>
0006 <small>
0007 <a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/Geometry/DTGeometryBuilder/?cvsroot=CMSSW&only_with_tag=@CVS_TAG@>Source code (CVS tag: @CVS_TAG@)</a> - 
0008 <a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/Geometry/DTGeometryBuilder/.admin/developers?rev=HEAD&cvsroot=CMSSW&content-type=text/vnd.viewcvs-markup>Administrative privileges</a>
0009 </small>
0010 </center>
0011 
0012 
0013 \section desc Description
0014 <!-- Short description of what this package is supposed to provide -->
0015 Provides the module DTGeometryESModule, which builds the DT geometry model
0016 (cf. \ref Geometry_DTGeometry).
0017 
0018 \subsection interface Public interface
0019 <!-- List the classes that are provided for use in other packages (if any) -->
0020 None; this class provides only an EventSetup module.
0021 
0022 \subsection modules Modules
0023 <!-- Describe modules implemented in this package and their parameter set -->
0024 - DTGeometryESModule: specified in the configuration with:
0025 \verbatim
0026 es_module = DTGeometryESModule { }
0027 \endverbatim
0028 
0029 
0030 \subsection tests Unit tests and examples
0031 <!-- Describe cppunit tests and example configuration files -->
0032 - DTGeometryAnalyzer: test module, prints summary information about the DT geometry. Parameter set cards:
0033 \verbatim
0034 module prod =  DTGeometryAnalyzer { }
0035 \endverbatim
0036 - testDTGeometry.cfg: example of parameters to create the DT geometry and run 
0037 DTGeometryAnalyzer
0038 
0039 \section status Status and planned development
0040 <!-- e.g. completed, stable, missing features -->
0041 Completed.
0042 
0043 <hr>
0044 Last updated: @DATE@
0045 Author: N. Amapane
0046 */