Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 /*!
0002 <!-- Substitute EventFilter and DTRawToDigi with the proper names! -->
0003 
0004 \page EventFilter_DTRawToDigi Package EventFilter/DTRawToDigi
0005 <center>
0006 <small>
0007 <a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/EventFilter/DTRawToDigi/?cvsroot=CMSSW&only_with_tag=@CVS_TAG@>Source code (CVS tag: @CVS_TAG@)</a> - 
0008 <a href=http://cmsdoc.cern.ch/swdev/viewcvs/viewcvs.cgi/CMSSW/EventFilter/DTRawToDigi/.admin/developers?rev=HEAD&cvsroot=CMSSW&content-type=text/vnd.viewcvs-markup>Administrative privileges</a>
0009 </small>
0010 </center>
0011 
0012 
0013 \section desc Description
0014 <!-- Short description of what this package is supposed to provide -->
0015 Provides the module DTUnpackingModule, which reads DT raw data and creates DT digis.
0016 
0017 \subsection interface Public interface
0018 <!-- List the classes that are provided for use in other packages (if any) -->
0019 None; this class provides only an EDProducer module.
0020 
0021 \subsection modules Modules
0022 <!-- Describe modules implemented in this package and their parameter set -->
0023 - DTUnpackingModule: can be specified in the configuration with:
0024 \verbatim
0025 es_module = DTUnpackingModule {
0026  string dataType = "ROS8"  
0027 }
0028 \endverbatim
0029 The parameter dataType can be "ROS8", "ROS25" or "DDU".
0030 
0031 \subsection tests Unit tests and examples
0032 <!-- Describe cppunit tests and example configuration files -->
0033 -testUnpacker.cfg:  example of parameters to use DTUnpackingModule.
0034 <!--FIXME: also testDTUnpackingModule -->
0035 
0036 \section status Status and planned development
0037 <!-- e.g. completed, stable, missing features -->
0038 Completed, stable.
0039 DDU format is untested since no real data file has been available up to now.
0040 
0041 <hr>
0042 Last updated:
0043 @DATE@ Author: Nicola Amapane
0044 */