Line Code
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 45 46 47
/*!
\page DataFormats_HcalDigi Package DataFormats/HcalDigi

<center>
<small>


<!-- @PROJ_VERS@ will be substituted at build time, no need to touch -->
<a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/DataFormats/HcalDigi/?cvsroot=CMSSW&only_with_tag=@PROJ_VERS@>CVS</a> - 
<a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/DataFormats/HcalDigi/.admin/developers?rev=HEAD&cvsroot=CMSSW&content-type=text/vnd.viewcvs-markup>Administrative privileges</a>
</small>
</center>


\section desc Description

This package contains the digitized data for individual channels of
HCAL.  In general, these data types are produced either by simulation
(from HcalDigiProducer) or from unpacking of raw data (via HcalRawToDigi).

\subsection interface Public interface

- HcalQIESample : Single 16-bit word of precision data from HCAL
- HcalTriggerPrimitiveSample : Single trigger primitive sample from HCAL
- HBHEDataFrame, HODataFrame, HFDataFrame : Precision digis for HCAL
- HcalTriggerPrimitiveDigi : One or more trigger primitive samples
- HcalCalibDataFrame : Digi from a calibration box channel
- HcalHistogramDigi : Digi read out in histogramming calibration mode (never in normal data taking)

\subsection collections Collections (Products)

- HBHEDigiCollection
- HODigiCollection
- HFDigiCollection
- HcalCalibDigiCollection
- HcalTrigPrimDigiCollection
- HcalHistogramDigiCollection



\section status Status and planned development
<!-- e.g. completed, stable, missing features -->

<hr>
Last updated:
@DATE@ J. Mans
*/