Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
SimCalorimetry
EcalTrigPrimAlgos
interface
EcalFenixStripFormatEE.h
Go to the documentation of this file.
1
#ifndef ECAL_FENIX_STRIP_FORMAT_EE_H
2
#define ECAL_FENIX_STRIP_FORMAT_EE_H
3
4
#include <vector>
5
#include <stdint.h>
6
7
class
EcalTPGSlidingWindow
;
8
18
class
EcalFenixStripFormatEE
{
19
private
:
20
int
inputPeak_
;
21
int
input_
;
22
uint32_t
shift_
;
23
int
fgvb_
;
24
// int buffer_;
25
26
int
setInput
(
int
input
,
int
inputPeak,
int
fgvb);
27
int
process
();
28
29
30
public
:
31
EcalFenixStripFormatEE
();
32
virtual
~EcalFenixStripFormatEE
();
33
34
virtual
void
process
(std::vector<int>& ,std::vector<int>& , std::vector<int>&,std::vector<int>&) ;
35
void
setParameters
(uint32_t
id
,
const
EcalTPGSlidingWindow
*&);
36
};
37
38
#endif
EcalFenixStripFormatEE::shift_
uint32_t shift_
Definition:
EcalFenixStripFormatEE.h:22
EcalFenixStripFormatEE::EcalFenixStripFormatEE
EcalFenixStripFormatEE()
Definition:
EcalFenixStripFormatEE.cc:9
EcalFenixStripFormatEE::input_
int input_
Definition:
EcalFenixStripFormatEE.h:21
EcalFenixStripFormatEE::setInput
int setInput(int input, int inputPeak, int fgvb)
Definition:
EcalFenixStripFormatEE.cc:21
EcalFenixStripFormatEE
Formatting for Fenix strip input: 18 bits + 3x 1bit (fgvb, gapflagbit, output from peakfinder) output...
Definition:
EcalFenixStripFormatEE.h:18
EcalFenixStripFormatEE::~EcalFenixStripFormatEE
virtual ~EcalFenixStripFormatEE()
Definition:
EcalFenixStripFormatEE.cc:15
EcalFenixStripFormatEE::process
int process()
Definition:
EcalFenixStripFormatEE.cc:29
collect_tpl.input
tuple input
Definition:
collect_tpl.py:10
EcalTPGSlidingWindow
Definition:
EcalTPGSlidingWindow.h:7
EcalFenixStripFormatEE::setParameters
void setParameters(uint32_t id, const EcalTPGSlidingWindow *&)
Definition:
EcalFenixStripFormatEE.cc:58
EcalFenixStripFormatEE::inputPeak_
int inputPeak_
Definition:
EcalFenixStripFormatEE.h:20
EcalFenixStripFormatEE::fgvb_
int fgvb_
Definition:
EcalFenixStripFormatEE.h:23
Generated for CMSSW Reference Manual by
1.8.5