Warning, /RecoLocalCalo/Configuration/doc/ecalLocalReco_Configuration.doc is written in an unsupported language. File is not indexed.
0001 /*!
0002
0003 \page ecalLocalReco_Configuration Package RecoLocalCalo/Configuration/ecalLocalReco
0004
0005 <center>
0006 <small>
0007
0008 <!-- @CVS_TAG@ will be substituted at build time, no need to touch -->
0009 <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> -
0010 <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>
0011 </small>
0012 </center>
0013
0014
0015 \section desc Configuration Package for RecoLocalCalo Ecal specific (EB + EE + ES) sequences and event content definitions
0016
0017 \subsection files Configuration Fragments
0018
0019 - \b ecalLocalRecoSequence.cff : configuration fragment which defines the sequences
0020
0021 - \b ecalLocalRecoSequence_frontier.cff : reconstruction using default conditions from frontier
0022
0023 - \b ecalLocalRecoSequence_orcoffint2r.cff : reconstruction using conditions from Oracle integration DB
0024
0025 - \b ecalLocalReco_EventContent.cff : configuration fragment which contains blocks definitions for FullEvent, \ref RecoData "RECO" and \ref AodData "AOD"
0026
0027 \subsection seq Sequences
0028
0029 - \b ecalLocalReco : sequence to perform Ecal local reconstruction from Digis (EB + EE + ES)
0030
0031 <pre>
0032 \htmlinclude ecalLocalRecoSequence.cff
0033 </pre>
0034 .
0035 \b inputs are:
0036
0037 - EB + EE Digis for the uncalibrated EB+EE Rec Hits (amplitude, jitter & chi2 reconstruction) producer
0038 - From simulated data: \b InputTag = ecalDigis:ebDigis, \b InputTag = ecalDigis:eeDigis
0039 - From real data: \b InputTag = ecalunpacker
0040
0041 - EB + EE uncalibrated RecHits for the EB + EE calibrated Rec Hits (energy reconstruction) producer
0042 - \b InputTag = ecalWeightUncalibRecHit:EcalUncalibRecHitsEB, \b InputTag = ecalWeightUncalibRecHit:EcalUncalibRecHitsEE
0043
0044 - ES digis for the calibrated ES Rec Hits (energy reconstruction) producer
0045 - \b InputTag = ecalPreshowerDigis
0046
0047 products are:
0048 - EB + EE
0049 InputTag: \b ecalWeightUncalibRecHit:EcalUncalibRecHitsEB, \b ecalWeightUncalibRecHit:EcalUncalibRecHitsEE, \b ecalRecHit:EcalRecHitsEB, \b ecalRecHit:EcalRecHitsEE
0050 - ES
0051 InputTag: \b ecalPreshowerRecHit:EcalRecHitsES
0052
0053 \subsection eventc EventContent
0054
0055 - \b the FEVT (Full Event), \ref RecoData "RECO" and \ref AodData "AOD" Tier save the following products:
0056 <pre>
0057 \htmlinclude ecalLocalReco_EventContent.cff
0058 </pre>
0059
0060 <hr>
0061
0062 Last updated: @DATE@ Paolo Meridiani
0063
0064
0065 */