/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
RecoLocalCalo/Configuration/doc/ecalLocalReco_Configuration.doc
65 строк
2 KB
Andrea Bocci
Add missing newline at the end of file
27 фев 2024, 16:27
Не верифицирован
27 фев 2024, 16:27
26817e9
Код
Авторство
О чём код?
/*! \page ecalLocalReco_Configuration Package RecoLocalCalo/Configuration/ecalLocalReco <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/RecoLocalCalo/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/RecoLocalCalo/Configuration/.admin/developers?rev=HEAD&cvsroot=CMSSW&content-type=text/vnd.viewcvs-markup>Administrative privileges</a> </small> </center> \section desc Configuration Package for RecoLocalCalo Ecal specific (EB + EE + ES) sequences and event content definitions \subsection files Configuration Fragments - \b ecalLocalRecoSequence.cff : configuration fragment which defines the sequences - \b ecalLocalRecoSequence_frontier.cff : reconstruction using default conditions from frontier - \b ecalLocalRecoSequence_orcoffint2r.cff : reconstruction using conditions from Oracle integration DB - \b ecalLocalReco_EventContent.cff : configuration fragment which contains blocks definitions for FullEvent, \ref RecoData "RECO" and \ref AodData "AOD" \subsection seq Sequences - \b ecalLocalReco : sequence to perform Ecal local reconstruction from Digis (EB + EE + ES) <pre> \htmlinclude ecalLocalRecoSequence.cff </pre> . \b inputs are: - EB + EE Digis for the uncalibrated EB+EE Rec Hits (amplitude, jitter & chi2 reconstruction) producer - From simulated data: \b InputTag = ecalDigis:ebDigis, \b InputTag = ecalDigis:eeDigis - From real data: \b InputTag = ecalunpacker - EB + EE uncalibrated RecHits for the EB + EE calibrated Rec Hits (energy reconstruction) producer - \b InputTag = ecalWeightUncalibRecHit:EcalUncalibRecHitsEB, \b InputTag = ecalWeightUncalibRecHit:EcalUncalibRecHitsEE - ES digis for the calibrated ES Rec Hits (energy reconstruction) producer - \b InputTag = ecalPreshowerDigis products are: - EB + EE InputTag: \b ecalWeightUncalibRecHit:EcalUncalibRecHitsEB, \b ecalWeightUncalibRecHit:EcalUncalibRecHitsEE, \b ecalRecHit:EcalRecHitsEB, \b ecalRecHit:EcalRecHitsEE - ES InputTag: \b ecalPreshowerRecHit:EcalRecHitsES \subsection eventc EventContent - \b the FEVT (Full Event), \ref RecoData "RECO" and \ref AodData "AOD" Tier save the following products: <pre> \htmlinclude ecalLocalReco_EventContent.cff </pre> <hr> Last updated: @DATE@ Paolo Meridiani */