Warning, /RecoMuon/L2MuonIsolationProducer/doc/L2MuonIsolationProducer.doc is written in an unsupported language. File is not indexed.
0001
0002 /*!
0003
0004 \page RecoMuon_L2MuonIsolationProducer Package RecoMuon/L2MuonIsolationProducer
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/L2MuonIsolationProducer/?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/L2MuonIsolationProducer/.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 L2MuonIsolationProducer and analyzer (in /test) code.
0018 To be used in HLT for calorimeter-based isolation of standAlone (L2 in fact) muons.
0019
0020
0021 \subsection interface Public interface
0022 <!-- List the classes that are provided for use in other packages (if any) -->
0023 None.
0024
0025 \subsection modules Modules
0026 <!-- Describe modules implemented in this package and their parameter set -->
0027
0028 - L2MuonIsolationProducer
0029 Provide calorimeter-based isolation information for L2 (StandAlone) muons.
0030 Uses CaloExtractor.
0031 Input: reco::TrackCollection and CaloTowers
0032 Output:
0033 - IsoDepositMap [typedef ValueMap<IsoDeposit> ] (optional)
0034 - edm::ValueMap<bool> [typedef ValueMap<bool> ]: "is isolated" flags associated to the input muons
0035 (thresholds for these flags are set in the cff/i via Cuts: diff sumEtMin, coneSize for a given muon_eta range)
0036 .
0037 Up-to date configuration is located in HLTrigger/Muon.
0038
0039 \subsection tests Unit tests and examples
0040 <!-- Describe cppunit tests and example configuration files -->
0041 - L2MuonIsolationAnalyzer
0042 Makes muon isolation-related plots based on the output from L2MuonIsolationProducer:
0043 sumEt, eff vs. et, coneSize.
0044
0045 \section status Status and planned development
0046 <!-- e.g. completed, stable, missing features -->
0047 The code works in general. Future improvement possible but not specified (yet).
0048
0049 <hr>
0050 Last updated:
0051 @DATE@ Author: Slava Krutelyov.
0052 */
0053