Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /RecoLocalMuon/Configuration/doc/RecoLocalMuon_Configuration.doc is written in an unsupported language. File is not indexed.

0001 /*!
0002 
0003 \page RecoLocalMuon_Configuration Package RecoLocalMuon/Configuration
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/RecoLocalMuon/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/RecoLocalMuon/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 RecoLocalMuon Sequences and Event Content definitions
0016 
0017 \subsection files Configuration Fragments
0018 
0019 - \b RecoLocalMuon.cff : configuration fragment which defines the sequences
0020 
0021 - \b RecoLocalMuon_EventContent.cff : configuration fragment which contains blocks definitions for FullEvent, \ref RecoData "RECO" and \ref AodData "AOD"
0022 
0023 \subsection seq Sequences
0024 
0025 - \b dtlocalreco : sequence to perform DT local reconstruction. This sequence is used in the standard reconstruction chain. The reconstruction of the 2D segments are not required for the 4D segments reconstruction, they are used only for debuging purpose and for specific studies.
0026 - \b dtlocalreco_with_2DSegments : sequence to perform DT local reconstruction and the 2D segments reconstruction.
0027 - \b csclocalreco : sequence to perform CSC local reconstruction. 
0028 - \b muonlocalreco_with_2DSegments : sequence to perform DT, CSC and RPC local reconstruction (debuging purpose and specific studies).
0029 - \b muonlocalreco : sequence to perform DT, CSC and RPC local reconstruction (sequence to be used for the standard reconstruction chain).
0030 
0031 The RPC local reconstruction doesn't need a sequence. To perform only the RPC reconstruction just use rpcRecHits in
0032 the execution's path.
0033 
0034 <pre>
0035 \htmlinclude RecoLocalMuon.cff
0036 </pre>
0037 .
0038 \b inputs are:
0039 - DT Digis for the 1D rec hits producer (and indeed the starting input for the whole DT local reconstruction's chain):
0040   - From simulated data: \b InputTag = muonDTDigis
0041   - From real data: \b InputTag = dtunpacker
0042 
0043 - CSC Digis for the 2D rec hits (starting input for the whole CSC local reconstruction's chain): 
0044   - Strip's digis: \b string CSCStripDigiProducer = "muonCSCDigis"
0045   - Wire's digis:  \b string CSCWireDigiProducer  = "muonCSCDigis"
0046   Pay attention! Both of them are mandatory for the reconstruction.
0047 
0048 - RPC Digis: 
0049  \b InputTag = muonRPCDigis
0050 
0051 \b Note. The following inputs are automatically taken into account inside the reconstruction's chain:
0052 
0053 - For the 2D and 4D segments reconstruction:
0054   - 2D segments producer needs \b InputTag = dt1DRecHits
0055   - 4D segments producer needs \b InputTag = dt1DRecHits and \b InputTag = dt2DSegments
0056    The 2D segments are used for debugging and performance's studies. They are put in the whole chain by default,
0057    but to perform the whole muon reconstruction (i.e. up to the reco::Muon objects) they are not required. 
0058 
0059 - For the CSC's segments reconstruction:
0060   - Segments producer needs \b InputTag = csc2DRecHits
0061 
0062 products are:
0063  - DT.
0064    InputTag: \b dt1DRecHits, \b dt2DSegments, \b dt4DSegments
0065  - CSC.
0066    InputTag: \b csc2DRecHits, \b cscSegments
0067  - RPC. 
0068    InputTags: \b rpcRecHits
0069 
0070 \subsection eventc EventContent
0071 
0072 - \b the FEVT (Full Event), \ref RecoData "RECO" and \ref AodData "AOD" Tier save the following products:
0073 <pre>
0074 \htmlinclude RecoLocalMuon_EventContent.cff
0075 </pre>
0076 
0077 <hr>
0078 
0079 Last updated: @DATE@ Riccardo Bellan
0080 
0081 
0082 */