Back to home page

Project CMSSW displayed by LXR

 
 

    


Warning, /EventFilter/CastorRawToDigi/doc/CastorRawToDigi.doc is written in an unsupported language. File is not indexed.

0001 /*!
0002 
0003 
0004 \page EventFilter_CastorRawToDigi Package EventFilter/CastorRawToDigi
0005 
0006 <center>
0007 <small>
0008 
0009 
0010 <!-- @PROJ_VERS@ will be substituted at build time, no need to touch -->
0011 <a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/EventFilter/CastorRawToDigi/?cvsroot=CMSSW&only_with_tag=@PROJ_VERS@>CVS</a> - 
0012 <a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/EventFilter/CastorRawToDigi/.admin/developers?rev=HEAD&cvsroot=CMSSW&content-type=text/vnd.viewcvs-markup>Administrative privileges</a>
0013 </small>
0014 </center>
0015 
0016 
0017 \section desc Description
0018 
0019 Unpacking module and classes for reading CASTOR raw data and converting it into
0020 digis.  Essentially a copy of HcalRawToDigi by J.Mans.
0021 
0022 For reference, the hardware is documentated at
0023 http://cmsdoc.cern.ch/cms/HCAL/document/.  The information on the
0024 readout chain and electronics may be useful for understanding the
0025 unpacking code and functions.
0026 
0027 Both of the unpackers require access to the CastorElectronicsMap which
0028 is accessed from the CastorDbService in the CastorDbRecord.
0029 
0030 \subsection interface Public interface
0031 
0032  - HcalDCCHeader : Interpret the raw HCAL data from the HCAL FED (DCC)
0033  - HcalHTRData : Helper class for interpretation of sub-fragments from a single main FPGA on a HTR board
0034 
0035 \subsection modules Modules
0036 
0037  - CastorRawToDigi : Unpacker (RawToDigi) module for data taken in normal mode.  Produces collections of CastorDataFrame.
0038 
0039 <pre>
0040 \htmlinclude CastorRawToDigi-tb.cfi
0041 </pre>
0042 
0043 <!-- \subsection tests Unit tests and examples
0044  Describe cppunit tests and example configuration files -->
0045 
0046 
0047 \section status Status and planned development
0048 
0049 - CastorRawToDigi is complete and tested.
0050 - Additional functions are expected for 2009 readout hardware.
0051 
0052 <hr>
0053 Last updated:
0054 @DATE@ A. Campbell
0055 */