Warning, /RecoTracker/TrackProducer/doc/TrackProducer.doc is written in an unsupported language. File is not indexed.
0001 /*!
0002 \page RecoTracker_TrackProducer Package RecoTracker/TrackProducer
0003
0004 <center>
0005 <small>
0006
0007
0008 <!-- @PROJ_VERS@ will be substituted at build time, no need to touch -->
0009 <a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/RecoTracker/TrackProducer/?cvsroot=CMSSW&only_with_tag=@PROJ_VERS@>CVS</a> -
0010 <a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/RecoTracker/TrackProducer/.admin/developers?rev=HEAD&cvsroot=CMSSW&content-type=text/vnd.viewcvs-markup>Administrative privileges</a>
0011 </small>
0012 </center>
0013
0014
0015 \section desc Description
0016
0017 This package provides a module to construct Tracks and TrackExtra from
0018 TrackCandidate.
0019
0020 <!--
0021 \subsection interface Public interface
0022 List the classes that are provided for use in other packages (if any) -->
0023
0024
0025 \subsection modules Modules
0026
0027 - TrackProducer : Create the TrackProducer framework module
0028 The track producer module build Track and TrackExtra from TrackCandidate. The TrackCandidate
0029 can be generated both from Combinatorial Track Finder then from Road Search Track Finder.
0030 To propagate the track throught the detector during the fitting phase the TrackProducer can
0031 use two different propagator: the analytical propagator and the propagator with material.
0032 The following cfi configuration files allow to run the TrackProducer with the standard
0033 reconstruction chain using different options
0034
0035 Combinatorial track finder with analytical propagator
0036 <pre>
0037 \htmlinclude CTFFinalFitAnalytical.cfi
0038 </pre>
0039
0040 Combinatorial track finder with material propagator
0041 <pre>
0042 \htmlinclude CTFFinalFitWithMaterial.cfi
0043 </pre>
0044
0045 Road search track finder with analytical propagator
0046 <pre>
0047 \htmlinclude RSFinalFitAnalytical.cfi
0048 </pre>
0049
0050 Road search track finder with material propagator
0051 <pre>
0052 \htmlinclude RSFinalFitWithMaterial.cfi
0053 </pre>
0054
0055 <!--
0056 \subsection tests Unit tests and examples
0057 Describe cppunit tests and example configuration files -->
0058
0059
0060 \section status Status and planned development
0061
0062 - TrackProducer is complete. Bug fixing and code optimization are in progress
0063
0064 <hr>
0065 Last updated:
0066 @DATE@ S. Magni
0067 */