Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 
0002 /*!
0003 
0004 \page RecoMuon_L3MuonIsolationProducer Package RecoMuon/L3MuonIsolationProducer
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/L3MuonIsolationProducer/?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/L3MuonIsolationProducer/.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 Package provides L3MuonIsolationProducer and analyzer (in /test) code.
0018 To be used in HLT for track-based isolation of L3 muons.
0019 
0020 
0021 
0022 \subsection interface Public interface
0023 <!-- List the classes that are provided for use in other packages (if any) -->
0024 None.
0025 
0026 \subsection modules Modules
0027 <!-- Describe modules implemented in this package and their parameter set -->
0028 
0029 - L3MuonIsolationProducer
0030 Provide track-based isolation information for L3 muons.
0031 Uses TrackExtractor.
0032 Input: reco::TrackCollection of muons and reco::TrackCollection of "other" tracks (Ctf or PXLS).
0033 Output: 
0034   -# IsoDepositMap [typedef ValueMap<IsoDeposit>] (optional) with track pt's
0035   -# edm::ValueMap<bool>  [typedef ValueMap<bool> ] : "is isolated" flags associated to the input muons 
0036   .
0037 Thresholds for these flags are set in the cff/i via 
0038   -# "SimpleCuts" Cuts : diff sumEtMin, coneSize for a given muon_eta range
0039   -# NominalEfficiencyConfigurator: based on effs derived from a nominal signal sample (read from a LUT
0040 previously written out by the L3MuonIsolationAnalyzer).
0041 Up-to date configuration is located in HLTrigger/Muon.
0042 
0043 \subsection tests Unit tests and examples
0044 <!-- Describe cppunit tests and example configuration files -->
0045 - L3MuonIsolationAnalyzer
0046 Makes muon isolation-related plots based on the output from L3MuonIsolationProducer:
0047 sumPt, eff vs. pt, coneSize.
0048 
0049 
0050 \section status Status and planned development
0051 <!-- e.g. completed, stable, missing features -->
0052 Nominal efficiency configuration will migrate to using dBase when available.
0053 
0054 <hr>
0055 Last updated:
0056 @DATE@  Author: Slava Krutelyov.
0057 */
0058