Warning, /RecoLocalTracker/SiPixelClusterizer/doc/SiPixelClusterizer.doc is written in an unsupported language. File is not indexed.
0001
0002 /*!
0003
0004 \page RecoLocalTracker_SiPixelClusterizer Package RecoLocalTracker/SiPixelClusterizer
0005
0006 <center>
0007 <small>
0008
0009 <!-- @CVS_TAG@ will be substituted at build time, no need to touch -->
0010 <a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/RecoLocalTracker/SiPixelClusterizer/?cvsroot=CMSSW&only_with_tag=@CVS_TAG@>Source code (CVS tag: @CVS_TAG@)</a> -
0011 <a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/RecoLocalTracker/SiPixelClusterizer/.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 creates clusters using adjacent pixels above threshold. The SiPixelClusterProducer module
0019 reads a edm::DetSetVector<PixelDigi> and produces a SiPixelClusterCollection.
0020
0021 \subsection interface Public interface
0022 <!-- List the classes that are provided for use in other packages (if any) -->
0023
0024 - PixelClusterizerBase Base class for clusterizer algorithm
0025 - PixelThresholdClusterizer Threshold-based clusterizer algorithm
0026 - SiPixelArrayBuffer
0027 - SiPixelClusterProducer
0028
0029 \subsection modules Modules
0030 <!-- Describe modules implemented in this package and their parameter set -->
0031
0032 - SiPixelClusterProducer EDProducer of a SiPixelClusterCollection. The configuration parameters are defined in data/SiPixelClusterizer.cfi.
0033
0034 \subsection tests Unit tests and examples
0035 <!-- Describe cppunit tests and example configuration files -->
0036 An example of configuration file is available in test/runPxClust.cfg. To example to read back
0037 the stored clusters is available in test/readAndRunPxClust.cfg.
0038
0039 \section status Status and planned development
0040 <!-- e.g. completed, stable, missing features -->
0041 Stable. Implements the functionalities available in ORCA. Missing fatures: Read calibration constants from offline DB (e.g. pedestals and gains).
0042
0043 <hr>
0044 Last updated:
0045 @DATE@ Author: V.Chiochia
0046 */
0047