Warning, /FastSimulation/MuonSimHitProducer/doc/MuonSimHitProducer.doc is written in an unsupported language. File is not indexed.
0001
0002 /*!
0003
0004 \page FastSimulation_MuonSimHitProducer Package FastSimulation/MuonSimHitProducer
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/FastSimulation/MuonSimHitProducer/?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/FastSimulation/MuonSimHitProducer/.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 The MuonSimHitProducer package propagates the muon particle through the muon chambers, and generates the same objects as the corresponnding g4SimHit producer, namely:
0019 - A collection of PSimHit with label "MuonCSCHits";
0020 - A collection of PSimHit with label "MuonDTHits";
0021 - A collection of PSimHit with label "MuonRPCHits".
0022
0023 The following material effects can be switched on in the muon chambers:
0024 - dE/dx (default: ON);
0025 - multiple scattering (default: ON);
0026 - bremssstrahlung (not yet fully implemented, default: OFF).
0027
0028 An emulation of the RecHit reconstruction inefficiency due to delta-ray emission is implemented (at the level of SimHit's),
0029 and it is customizable separately in CSC and DT through the parameters simHitCSCIneffParameters and simHitDTIneffParameters
0030
0031 \endhtmlonly
0032
0033
0034 \subsection interface Public interface
0035 <!-- List the classes that are provided for use in other packages (if any) -->
0036
0037 - MuonSimHitProducer
0038
0039
0040 \subsection pluginai Plugins
0041 <!-- List the plugins that are provided for use in other packages (if any) -->
0042
0043
0044
0045
0046 \subsection modules Modules
0047 <!-- Describe modules implemented in this package and their parameter set -->
0048
0049 - MuonSimHitProducer
0050
0051 \subsection tests Unit tests and examples
0052 <!-- Describe cppunit tests and example configuration files -->
0053 For all test of Fast Simulation packages, please rely on usual cmsDriver commands, or on the script in FastSimulation/Configuration/test
0054
0055 \section status Status and planned development
0056 <!-- e.g. completed, stable, missing features -->
0057 Almost completed (missing muon bremsstrahlung)
0058
0059 <hr>
0060 Last updated:
0061 @DATE@ Author: computer-generated.
0062 */
0063