Main Page
Namespaces
Classes
Package Documentation
SimCalorimetry
EcalTrigPrimAlgos
interface
EcalFenixEtTot.h
Go to the documentation of this file.
1
#ifndef ECAL_FENIX_ET_TOT_H
2
#define ECAL_FENIX_ET_TOT_H
3
4
#include "
DataFormats/EcalDigi/interface/EBDataFrame.h
"
5
#include <vector>
6
24
class
EcalFenixEtTot
{
25
26
27
public
:
28
EcalFenixEtTot
();
29
virtual
~EcalFenixEtTot
();
30
virtual
std::vector<int>
process
(
const
std::vector<EBDataFrame *> &);
31
32
void
process
(std::vector<std::vector <int> >&,
int
nStr,
int
bitMask , std::vector<int> &
out
);
33
34
private
:
35
};
36
37
38
#endif
EcalFenixEtTot
class for calculation of Et for Fenix tcp calculates the sum
Definition:
EcalFenixEtTot.h:24
EcalFenixEtTot::EcalFenixEtTot
EcalFenixEtTot()
Definition:
EcalFenixEtTot.cc:4
EBDataFrame.h
MillePedeFileConverter_cfg.out
out
Definition:
MillePedeFileConverter_cfg.py:31
EcalFenixEtTot::~EcalFenixEtTot
virtual ~EcalFenixEtTot()
Definition:
EcalFenixEtTot.cc:7
EcalFenixEtTot::process
virtual std::vector< int > process(const std::vector< EBDataFrame * > &)
Definition:
EcalFenixEtTot.cc:10
Generated for CMSSW Reference Manual by
1.8.11