/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoLocalTracker/Configuration/doc/RecoLocalTracker_Configuration.doc
72 строки
2 KB
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
/*! \page RecoLocalTracker_Configuration Package RecoLocalTracker/Configuration <center> <small> <!-- @CVS_TAG@ will be substituted at build time, no need to touch --> <a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/RecoLocalTracker/Configuration/?cvsroot=CMSSW&only_with_tag=@CVS_TAG@>Source code (CVS tag: @CVS_TAG@)</a> - <a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/RecoLocalTracker/Configuration/.admin/developers?rev=HEAD&cvsroot=CMSSW&content-type=text/vnd.viewcvs-markup>Administrative privileges</a> </small> </center> \section desc Configuration Package for RecoLocalTracker Sequences and Event Content definitions \subsection files Configuration Fragments - \b RecoLocalTracker.cff : configuration fragment which defines the sequences - \b RecoLocalTracker_EventContent.cff : configuration fragment which contains blocks definitions for FullEvent, \ref RecoData "RECO" and \ref AodData "AOD" \subsection seq Sequences - \b trackerlocalreco : gloabl sequence to perform pixel and strip local reconstruction. - \b striptrackerlocalreco : performs clusterization and global rechit production for strip tracker. Default (sensible) parameters used are - clusterization <pre> \htmlinclude SiStripClusterizer_SimData.cfi </pre> - global tracking rechits <pre> \htmlinclude SiStripRecHitConverter.cfi </pre> . inputs are: - Strip Digis: InputTag = \b siStripDigis products are: - Strip Clusters: InputTag: \b siStripClusters - Strip RecHits: InputTags: \b siStripRecHits \b siStripMatchedRecHits - \b pixeltrackerlocalreco : performs clusterization and global rechit production for pixel tracker. Seinsible default parameters are - clusterization <pre> \htmlinclude SiPixelClusterizer.cfi </pre> - global tracking rechits <pre> \htmlinclude SiPixelRecHits.cfi </pre> . inputs are: - Pixel Digis: Inputag = \b siPixelDigis products are: - Pixel Clusters: InputTag: \b siPixelClusters - Pixel RecHits: InputTag: \b siPixlRecHits \subsection eventc EventContent - \b the FEVT (Full Event), \ref RecoData "RECO" and \ref AodData "AOD" Tier save the following products: <pre> \htmlinclude RecoLocalTracker_EventContent.cff </pre> <hr> Last updated: @DATE@ Someone */