/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimTracker/TrackAssociation/doc/TrackAssociation.doc
42 строки
2 KB
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
/*! \page SimTracker_TrackAssociation Package SimTracker/TrackAssociation <center> <small> <!-- @CVS_TAG@ will be substituted at build time, no need to touch --> <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> - <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> </small> </center> \section desc Description <!-- Short description of what this package is supposed to provide --> 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. Two kind of associators are implemented: by hits and by chi2. \subsection interface Public interface <!-- List the classes that are provided for use in other packages (if any) --> - TrackAssociatorBase - TrackAssociatorByChi2 - TrackAssociatorByHits \subsection modules Modules <!-- Describe modules implemented in this package and their parameter set --> \subsection tests Unit tests and examples <!-- Describe cppunit tests and example configuration files --> In data/TrackAssociatorByChi2.cfi and data/TrackAssociatorByHits.cfi es_modules are defined \section status Status and planned development <!-- e.g. completed, stable, missing features --> missing feature: association by chi2 for tracks not defined at point of closest approach <hr> Last updated: @DATE@ Author: G.Cerati */