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
|
/*!
<!-- Substitute EventFilter and DTRawToDigi with the proper names! -->
\page EventFilter_DTRawToDigi Package EventFilter/DTRawToDigi
<center>
<small>
<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> -
<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>
</small>
</center>
\section desc Description
<!-- Short description of what this package is supposed to provide -->
Provides the module DTUnpackingModule, which reads DT raw data and creates DT digis.
\subsection interface Public interface
<!-- List the classes that are provided for use in other packages (if any) -->
None; this class provides only an EDProducer module.
\subsection modules Modules
<!-- Describe modules implemented in this package and their parameter set -->
- DTUnpackingModule: can be specified in the configuration with:
\verbatim
es_module = DTUnpackingModule {
string dataType = "ROS8"
}
\endverbatim
The parameter dataType can be "ROS8", "ROS25" or "DDU".
\subsection tests Unit tests and examples
<!-- Describe cppunit tests and example configuration files -->
-testUnpacker.cfg: example of parameters to use DTUnpackingModule.
<!--FIXME: also testDTUnpackingModule -->
\section status Status and planned development
<!-- e.g. completed, stable, missing features -->
Completed, stable.
DDU format is untested since no real data file has been available up to now.
<hr>
Last updated:
@DATE@ Author: Nicola Amapane
*/
|