Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 
0002 /*!
0003 
0004 \page RecoMuon_GlobalMuonProducer Package RecoMuon/GlobalMuonProducer
0005 
0006 <center>
0007 <small>
0008 
0009 <!-- @CVS_TAG@ will be substituted at build time, no need to touch -->
0010 <a href=http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/RecoMuon/GlobalMuonProducer/?cvsroot=CMSSW&only_with_tag=@CVS_TAG@>Source code (CVS tag: @CVS_TAG@)</a> - 
0011 <a href=http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW/RecoMuon/GlobalMuonProducer/.admin/developers?rev=HEAD&cvsroot=CMSSW&content-type=text/vnd.viewcvs-markup>Administrative privileges</a>
0012 </small>
0013 </center>
0014 
0015 \section desc Description
0016 <!-- Short description of what this package is supposed to provide -->
0017 
0018 This package provides a module to construct Muons from tracker Tracks and StandAloneMuons.
0019 
0020 <!--
0021 \subsection interface Public interface
0022 List the classes that are provided for use in other packages (if any) -->
0023 
0024 \subsection modules Modules
0025 <!-- Describe modules implemented in this package and their parameter set -->
0026 
0027 - GlobalMuonProducer : Creates the GlobalMuonProducer framework module
0028 that associates StandAloneMuon Tracks with Tracker Tracks and performs a
0029 global refit of all hits.  GlobalMuonProducer has two member classes
0030 which must be configured in the module's configuration file.  The first,
0031 GlobalMuonTrajectoryBuilder, is the algorithm class which constructs the
0032 global muon trajectory.  The second, MuonTrackLoader, converts the
0033 product of GlobalMuonTrajectoryBuilder into persistant objects and loads
0034 them into the Event.
0035 
0036 <pre>
0037 \htmlinclude globalMuons.cfi
0038 </pre>
0039 
0040 <b>Inputs</b>:
0041 - MuonCollectionLabel : the TrackCollection of StandAloneMuons
0042 - TrackerCollectionLabel : the TrackCollection of tracker tracks to be searched for a track compatible with the StandAloneMuon 
0043 
0044 <b>Products</b>
0045 - reco::Muon Collection: label globalMuons
0046 - reco::Track Collection: label globalMuons
0047 
0048 \subsection tests Unit tests and examples
0049 <!-- Describe cppunit tests and example configuration files -->
0050 Unknown
0051 
0052 \section status Status and planned development
0053 <!-- e.g. completed, stable, missing features -->
0054 Unknown
0055 
0056 <hr>
0057 Last updated:
0058 @DATE@  Author: Adam Everett
0059 */
0060