Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /RecoLocalMuon/DTSegment/doc/DTSegment.doc is written in an unsupported language. File is not indexed.

0001 
0002 /*!
0003 
0004 \page RecoLocalMuon_DTSegment Package RecoLocalMuon/DTSegment
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/RecoLocalMuon/DTSegment/?cvsroot=CMSSW&only_with_tag=@PROJ_VERS@>CVS</a> - 
0011 <a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/RecoLocalMuon/DTSegment/.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 This package contains the EDProducer of 2D and 4D DTRecSegment. The producer modules access the various reconstruction
0018 algorithms through Seal Plugins Factories.
0019 
0020 
0021 \subsection interface Public interface
0022 <!-- List the classes that are provided for use in other packages (if any) -->
0023 
0024 <!-- DTLinearFit -->
0025 
0026 
0027 \subsection modules Modules
0028 <!-- Describe modules implemented in this package and their parameter set -->
0029 The producers are:
0030 
0031 - <b>DTRecSegment2DProducer</b>: module for the DTSLRecSegment2D reconstruction
0032 - <b>DTRecSegment4DProducer</b>: module for the DTSLRecSegment4D reconstruction
0033 
0034 The available plugins for reconstruction algorithms are:
0035 - <b>DTCombinatorialPatternReco</b>: combinatorial reconstruction of the 2D segments. It can use both the Linear and the Parametrized Drift Velocity (1D reco alogorithms)
0036 - <b>DTCombinatorialPatternReco4D</b>: combinatorial reconstruction of the 4D segments. It can use both the Linear and the Parametrized Drift Velocity (1D reco alogorithms)
0037 - <b>DTRefitAndCombineReco4D</b>: combinatorial reconstruction of the 4D segments. It makes the possible combinations starting from the 2D segments. (Unofficial and untested)
0038 
0039 Some predefined configuration files for this module are available in the <verbatim>data</verbatim> directory:
0040 
0041 - <b>2DAlgo_LinearDrift.cfi</b>: 2D-segments reco algo, uses the linear drift velocity to do the DTRecHit1D update. 
0042 - <b>2DAlgo_ParamDrift.cfi</b>: 2D-segments reco algo, uses the parametrized drift velocity to do the DTRecHit1D update.
0043 - <b>dt2DRecHit_LinearDrift.cfi</b>: contains the 2D-segments producer configured with LinearDrift updating.
0044 - <b>dt2DRecHit_ParamDrift.cfi</b>: contains the 2D-segments producer configured with ParamDrift updating.
0045 - <b>2DAlgo_CosmicData.cfi</b>: 
0046 
0047 - <b>4DAlgo_RefitAndCombine.cfi</b>:
0048 - <b>4DAlgo_CombPatternReco_ParamDrift.cfi</b>:
0049 - <b>4DAlgo_CombPatternReco_LinearDrift.cfi</b>:
0050 - <b>dt4DRecHit_CombPatternReco_LinearDrift.cfi</b>:
0051 - <b>dt4DRecHit_CombPatternReco_ParamDrift.cfi</b>:
0052 - <b>dt4DRecHit_CombPatternReco_CosmicData.cfi</b>:
0053 - <b>dt2DRecHit_CosmicData.cfi</b>:
0054 - <b>4DAlgo_CombPatternReco_CosmicData.cfi</b>:
0055 
0056 - <b>dt4DRecHit_RefitAndCombine.cfi</b>:
0057 
0058 
0059 \subsection tests Unit tests and examples
0060 <!-- Describe cppunit tests and example configuration files -->
0061 Unknown
0062 
0063 \section status Status and planned development
0064 <!-- e.g. completed, stable, missing features -->
0065 Unknown
0066 
0067 <hr>
0068 Last updated:
0069 @DATE@  Author: R.Bellan.
0070 */
0071