Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 
0002 /*!
0003 
0004 \page RecoMuon_L3MuonProducer Package RecoMuon/L3MuonProducer
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/L3MuonProducer/?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/L3MuonProducer/.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 for the HLT to construct Muons from tracker Tracks and L2Muons.
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 - L3MuonProducer : Creates the L3MuonProducer framework module
0028 that associates L2Muons with Tracker Tracks and performs a
0029 global refit of all hits.  L3MuonProducer 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 L3Muons.cfi
0038 </pre>
0039 
0040 <b>Inputs</b>:
0041 - MuonCollectionLabel : the TrackCollection of L2Muons
0042 
0043 <b>Products</b>: 
0044 - reco::Muon Collection: label L3Muons 
0045 - reco::Track Collection: label L3Muons 
0046 - reco::Track Collection: label L3Muons:L2Seeded -- These are the
0047 tracker tracks which are regionally reconstructed from seeds inspired by
0048 L2Muons.
0049 
0050 Note: For the HLT, the tracker tracks are regionally reconstructed based on the L2Muons.  Thus the TrackerSeedGenerator parameters must be configured.
0051 
0052 \subsection tests Unit tests and examples
0053 <!-- Describe cppunit tests and example configuration files -->
0054 Unknown
0055 
0056 \section status Status and planned development
0057 <!-- e.g. completed, stable, missing features -->
0058 Unknown
0059 
0060 <hr>
0061 Last updated:
0062 @DATE@  Author: Adam Everett
0063 */
0064