Main Page
Namespaces
Classes
Package Documentation
src
EventFilter
EcalRawToDigi
interface
DCCEBTCCBlock.h
Go to the documentation of this file.
1
#ifndef DCCEBTCCBLOCK_HH
2
#define DCCEBTCCBLOCK_HH
3
4
/*
5
*\ Class DCCEBTCCBlock
6
*
7
* Class responsible for the EB Trigger Tower primitives unpacking.
8
*
9
* \file DCCEBTCCBlock.h
10
*
11
*
12
* \author N. Almeida
13
* \author G. Franzoni
14
*
15
*/
16
17
#include <iostream>
18
#include <string>
19
#include <vector>
20
#include <map>
21
#include <utility>
22
23
24
25
#include <
DataFormats/EcalDigi/interface/EcalTriggerPrimitiveDigi.h
>
26
#include <
DataFormats/EcalDigi/interface/EcalTriggerPrimitiveSample.h
>
27
#include <
DataFormats/EcalDigi/interface/EcalDigiCollections.h
>
28
#include <
DataFormats/EcalDetId/interface/EcalTrigTowerDetId.h
>
29
30
#include "
DCCTCCBlock.h
"
31
32
class
DCCDataUnpacker
;
33
34
class
DCCEBTCCBlock
:
public
DCCTCCBlock
{
35
36
public
:
40
DCCEBTCCBlock
(
DCCDataUnpacker
* u,
EcalElectronicsMapper
*
m
,
DCCEventBlock
*
e
,
bool
unpack
);
41
42
void
updateCollectors
()
override
;
43
44
void
addTriggerPrimitivesToCollection
()
override
;
45
46
protected
:
47
48
bool
checkTccIdAndNumbTTs
()
override
;
49
50
};
51
52
#endif
EcalTriggerPrimitiveDigi.h
DCCEBTCCBlock::checkTccIdAndNumbTTs
bool checkTccIdAndNumbTTs() override
Definition:
DCCEBTCCBlock.cc:17
DCCTCCBlock::unpack
int unpack(const uint64_t **data, unsigned int *dwToEnd, short tccChId=0)
Definition:
DCCTCCBlock.cc:11
EcalTriggerPrimitiveSample.h
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
DCCEBTCCBlock::addTriggerPrimitivesToCollection
void addTriggerPrimitivesToCollection() override
Definition:
DCCEBTCCBlock.cc:48
DCCDataUnpacker
Definition:
DCCDataUnpacker.h:50
DCCTCCBlock
Definition:
DCCTCCBlock.h:34
DCCEBTCCBlock::DCCEBTCCBlock
DCCEBTCCBlock(DCCDataUnpacker *u, EcalElectronicsMapper *m, DCCEventBlock *e, bool unpack)
Definition:
DCCEBTCCBlock.cc:6
EcalDigiCollections.h
DCCEBTCCBlock::updateCollectors
void updateCollectors() override
Definition:
DCCEBTCCBlock.cc:13
DCCEBTCCBlock
Definition:
DCCEBTCCBlock.h:34
funct::m
m
Definition:
Factorize.h:56
EcalElectronicsMapper
Definition:
EcalElectronicsMapper.h:39
EcalTrigTowerDetId.h
DCCEventBlock
Definition:
DCCEventBlock.h:31
DCCTCCBlock.h
Generated for CMSSW Reference Manual by
1.8.11