Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /RecoMuon/Configuration/doc/RecoMuon_Configuration.doc is written in an unsupported language. File is not indexed.

0001 /*!
0002 
0003 \page RecoMuon_Configuration Package RecoMuon/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/RecoMuon/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/RecoMuon/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 RecoMuon Sequences and Event Content definitions
0016 
0017 \subsection files Configuration Fragments
0018 
0019 - \b RecoMuon.cff : configuration fragment which defines the sequence
0020 
0021 - \b RecoMuon_EventContent.cff : configuration fragment which contains blocks definitions for FullEvent, \ref RecoData "RECO" and \ref AodData "AOD"
0022 
0023 \subsection seq Sequence
0024 
0025 - \b muonreco : sequence to perform the whole muon reconstruction. 
0026 
0027 <pre>
0028 \htmlinclude RecoMuon.cff
0029 </pre>
0030 .
0031 \b inputs are:
0032 - DT's segments: InputTag: \b dt4DSegments
0033 - CSC's segments: InputTag: \b cscSegments
0034 - RPC' hits:  InputTags: \b rpcRecHits
0035 
0036 \b Note. The following inputs are automatically taken into account inside the reconstruction's chain:
0037 
0038 - The seed producer needs the DT and(or) CSC's segments
0039 - The stand alone producer needs the DT and CSC's segments, RPC's rechits and the seed
0040 - The global producer needs the DT and CSC's segments, RPC's rechits and the standalone track (trajectory if present in the event)
0041 
0042 products are:
0043  - Seed: TrajectorySeedCollection. InputTag: \b MuonSeed
0044  - Stand Alone: TrackCollection. InputTag: \b standAloneMuons 
0045  - Global: TrackCollection and a MuonCollection. InputTag: \b globalMuons
0046 
0047 \subsection eventc EventContent
0048 
0049 - \b the FEVT (Full Event), \ref RecoData "RECO" and \ref AodData "AOD" Tier save the following products:
0050 
0051 The main output of the Stand Alone muon reconstruction is a TrackCollection, but to upload all the information in the event, two other collections are created:
0052 - TrackExtraCollection
0053 - TrackingRecHitCollection
0054 
0055 The main output of the Global muon reconstruction are a MuonCollection and a TrackCollection. The TrackCollection contains the muon's tracks with both the 
0056 information from the tracker and the muon's systems (matching and refit of the two independent tracks). The MuonCollection contains the three reference at 
0057 the three Tracks: stand alone track, matched track in the tracker, combined track. 
0058 As for the stand alone reco two collections are uploaded in the event.
0059 
0060 <pre>
0061 \htmlinclude RecoMuon_EventContent.cff
0062 </pre>
0063 
0064 <hr>
0065 
0066 Last updated: @DATE@ Riccardo Bellan
0067 
0068 
0069 */