1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
/*!
\page Validation_TrackerRecHits Package Validation/TrackerRecHits
<center>
<small>
<!-- @CVS_TAG@ will be substituted at build time, no need to touch -->
<a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/Validation/TrackerRecHits/?cvsroot=CMSSW&only_with_tag=@CVS_TAG@>Source code (CVS tag: @CVS_TAG@)</a> -
<a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/Validation/TrackerRecHits/.admin/developers?rev=HEAD&cvsroot=CMSSW&content-type=text/vnd.viewcvs-markup>Administrative privileges</a>
</small>
</center>
\section desc Description
<!-- Short description of what this package is supposed to provide -->
This package is part of the DQM suite. It monitors the Pixel RecHits
and produces appropriate histograms.
\subsection interface Public interface
<!-- List the classes that are provided for use in other packages (if any) -->
- SiPixelMonitorRecHit
\subsection modules Modules
<!-- Describe modules implemented in this package and their parameter set -->
- SiPixelMonitorRecHit - pixel rec hit data monitoring class
\subsection tests Unit tests and examples
<!-- Describe cppunit tests and example configuration files -->
To run the pixel rechit DQM: cmsRun test/SiPixelMonitorRecHit.cfg.
\section status Status and planned development
<!-- e.g. completed, stable, missing features -->
In progress. First modification from Validation
Second modification from existing Pixel Monitor Digi code
<hr>
Last updated: Jul. 21 2007
@DATE@ Author: K. Rose
*/
|