#include <CaloCellManager.h>
Definition at line 15 of file CaloCellManager.h.
◆ CaloCellCollection
◆ CaloCellManager()
CaloCellManager::CaloCellManager |
( |
unsigned int |
theVerbosity | ) |
|
◆ ~CaloCellManager()
CaloCellManager::~CaloCellManager |
( |
| ) |
|
|
virtual |
◆ builder()
void CaloCellManager::builder |
( |
| ) |
|
|
private |
Definition at line 100 of file CaloCellManager.cc.
References CaloCellId::Barrel, gather_cfg::cout, CaloCellId::Endcap, etaLim, CaloCellId::Forward, mps_fire::i, hcalRecHitTable_cff::ieta, hcalRecHitTable_cff::iphi, nBarrelEta, nBarrelPhi, nCaloCell, nEndcapEta, nEndcapPhi, nForwardEta, nForwardPhi, phiLimBar, phiLimEnd, phiLimFor, theCellCollection, and verbosity.
Referenced by CaloCellManager().
static const unsigned int nForwardPhi
static const unsigned int nForwardEta
std::vector< double > etaLim
static const unsigned int nEndcapEta
std::vector< double > phiLimBar
static const unsigned int nCaloCell
std::vector< double > phiLimFor
static const unsigned int nBarrelEta
CaloCellCollection theCellCollection
std::vector< double > phiLimEnd
static const unsigned int nBarrelPhi
static const unsigned int nEndcapPhi
◆ getCellFromIndex()
CaloCellId * CaloCellManager::getCellFromIndex |
( |
unsigned int |
id | ) |
|
◆ getCellIndexFromAngle()
unsigned int CaloCellManager::getCellIndexFromAngle |
( |
double |
eta, |
|
|
double |
phi |
|
) |
| |
◆ getEtaRanges()
std::vector< double > CaloCellManager::getEtaRanges |
( |
| ) |
|
◆ init()
void CaloCellManager::init |
( |
void |
| ) |
|
|
private |
Definition at line 31 of file CaloCellManager.cc.
References gather_cfg::cout, etaLim, mps_fire::i, nBarrelEta, nBarrelPhi, nEndcapEta, nEndcapPhi, nForwardEta, nForwardPhi, phiLimBar, phiLimEnd, phiLimFor, and verbosity.
Referenced by CaloCellManager().
40 double etaBarrelBin = 0.087;
41 for (
unsigned int ietabin = 0; ietabin <=
nBarrelEta; ietabin++) {
42 etaLim.push_back(firstEta + ietabin * etaBarrelBin);
45 double firstPhi = -180.;
46 double phiBarrelBin = (double)360 /
nBarrelPhi;
47 for (
unsigned int iphibin = 0; iphibin <=
nBarrelPhi; iphibin++) {
48 phiLimBar.push_back((firstPhi + iphibin * phiBarrelBin) * CLHEP::degree);
54 double etaEndcapBin = 0.131;
55 for (
unsigned int ietabin = 1; ietabin <=
nEndcapEta; ietabin++) {
56 etaLim.push_back(firstEta + ietabin * etaEndcapBin);
58 double phiEndcapBin = (double)360 /
nEndcapPhi;
59 for (
unsigned int iphibin = 0; iphibin <=
nEndcapPhi; iphibin++) {
60 phiLimEnd.push_back((firstPhi + iphibin * phiEndcapBin) * CLHEP::degree);
79 for (
unsigned int iphibin = 0; iphibin <=
nForwardPhi; iphibin++) {
80 phiLimFor.push_back((firstPhi + iphibin * phiForwardBin) * CLHEP::degree);
85 for (
unsigned int i = 0;
i <
etaLim.size();
i++) {
static const unsigned int nForwardPhi
static const unsigned int nForwardEta
std::vector< double > etaLim
static const unsigned int nEndcapEta
std::vector< double > phiLimBar
std::vector< double > phiLimFor
static const unsigned int nBarrelEta
std::vector< double > phiLimEnd
static const unsigned int nBarrelPhi
static const unsigned int nEndcapPhi
◆ etaLim
std::vector<double> CaloCellManager::etaLim |
|
private |
◆ nBarrelCell
◆ nBarrelEta
const unsigned int CaloCellManager::nBarrelEta = 16 |
|
static |
◆ nBarrelPhi
const unsigned int CaloCellManager::nBarrelPhi = 72 |
|
static |
◆ nCaloCell
◆ nEndcapCell
◆ nEndcapEta
const unsigned int CaloCellManager::nEndcapEta = 12 |
|
static |
◆ nEndcapPhi
const unsigned int CaloCellManager::nEndcapPhi = 36 |
|
static |
◆ nForwardCell
◆ nForwardEta
const unsigned int CaloCellManager::nForwardEta = 12 |
|
static |
◆ nForwardPhi
const unsigned int CaloCellManager::nForwardPhi = 36 |
|
static |
◆ phiLimBar
std::vector<double> CaloCellManager::phiLimBar |
|
private |
◆ phiLimEnd
std::vector<double> CaloCellManager::phiLimEnd |
|
private |
◆ phiLimFor
std::vector<double> CaloCellManager::phiLimFor |
|
private |
◆ theCellCollection
◆ verbosity
unsigned int CaloCellManager::verbosity |
|
private |