Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
EventFilter
EcalTBRawToDigi
src
DCCTrailerBlock.h
Go to the documentation of this file.
1
// Date : 30/05/2005
2
// Author : N.Almeida (LIP)
3
4
#ifndef DCCTBTRAILERBLOCK_HH
5
#define DCCTBTRAILERBLOCK_HH
6
7
8
#include "
DCCBlockPrototype.h
"
9
class
DCCDataParser;
10
11
class
DCCTBTrailerBlock
:
public
DCCTBBlockPrototype
{
12
13
public
:
14
15
DCCTBTrailerBlock
(
16
DCCTBDataParser
*
parser
,
17
uint32_t * buffer,
18
uint32_t numbBytes,
19
uint32_t wToEnd,
20
uint32_t wordEventOffset,
21
uint32_t expectedLength,
22
uint32_t expectedCRC
23
);
24
25
void
dataCheck
();
26
27
28
protected
:
29
30
enum
traillerFields
{
EOE
= 0xA};
31
uint32_t
expectedLength_
;
32
uint32_t
expectedCRC_
;
33
34
35
};
36
37
#endif
38
geometryXMLtoCSV.parser
tuple parser
Definition:
geometryXMLtoCSV.py:78
DCCTBTrailerBlock::expectedCRC_
uint32_t expectedCRC_
Definition:
DCCTrailerBlock.h:32
DCCTBTrailerBlock::traillerFields
traillerFields
Definition:
DCCTrailerBlock.h:30
DCCBlockPrototype.h
DCCTBTrailerBlock::dataCheck
void dataCheck()
Definition:
DCCTrailerBlock.cc:32
DCCTBTrailerBlock
Definition:
DCCTrailerBlock.h:11
DCCTBTrailerBlock::DCCTBTrailerBlock
DCCTBTrailerBlock(DCCTBDataParser *parser, uint32_t *buffer, uint32_t numbBytes, uint32_t wToEnd, uint32_t wordEventOffset, uint32_t expectedLength, uint32_t expectedCRC)
Definition:
DCCTrailerBlock.cc:4
DCCTBTrailerBlock::expectedLength_
uint32_t expectedLength_
Definition:
DCCTrailerBlock.h:31
DCCTBBlockPrototype
Definition:
DCCBlockPrototype.h:23
DCCTBTrailerBlock::EOE
Definition:
DCCTrailerBlock.h:30
DCCTBDataParser
Definition:
DCCDataParser.h:27
Generated for CMSSW Reference Manual by
1.8.5