Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /SimTracker/TrackAssociation/doc/TrackAssociation.doc is written in an unsupported language. File is not indexed.

0001 
0002 /*!
0003 
0004 \page SimTracker_TrackAssociation Package SimTracker/TrackAssociation
0005 
0006 <center>
0007 <small>
0008 
0009 <!-- @CVS_TAG@ will be substituted at build time, no need to touch -->
0010 <a href=http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/SimTracker/TrackAssociation/?cvsroot=CMSSW&only_with_tag=@CVS_TAG@>Source code (CVS tag: @CVS_TAG@)</a> - 
0011 <a href=http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/SimTracker/TrackAssociation/.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 contains the TrackAssociator ES Modules, that perform the associaton of reco::Tracks and TrackingParticles in both ways: reco to sim and sim to reco. 
0019 Two kind of associators are implemented: by hits and by chi2.
0020 
0021 \subsection interface Public interface
0022 <!-- List the classes that are provided for use in other packages (if any) -->
0023 
0024 - TrackAssociatorBase
0025 - TrackAssociatorByChi2
0026 - TrackAssociatorByHits
0027 
0028 \subsection modules Modules
0029 <!-- Describe modules implemented in this package and their parameter set -->
0030 
0031 
0032 \subsection tests Unit tests and examples
0033 <!-- Describe cppunit tests and example configuration files -->
0034 In data/TrackAssociatorByChi2.cfi and data/TrackAssociatorByHits.cfi es_modules are defined
0035 
0036 \section status Status and planned development
0037 <!-- e.g. completed, stable, missing features -->
0038 missing feature: association by chi2 for tracks not defined at point of closest approach
0039 
0040 <hr>
0041 Last updated:
0042 @DATE@  Author: G.Cerati
0043 */
0044