#include <CaloCellManager.h>
Definition at line 15 of file CaloCellManager.h.
CaloCellManager::CaloCellManager |
( |
unsigned int |
theVerbosity | ) |
|
CaloCellManager::~CaloCellManager |
( |
| ) |
|
|
virtual |
void CaloCellManager::builder |
( |
| ) |
|
|
private |
Definition at line 108 of file CaloCellManager.cc.
References CaloCellId::Barrel, gather_cfg::cout, CaloCellId::Endcap, etaLim, CaloCellId::Forward, i, nBarrelEta, nBarrelPhi, nCaloCell, nEndcapEta, nEndcapPhi, nForwardEta, nForwardPhi, phiLimBar, phiLimEnd, phiLimFor, theCellCollection, and verbosity.
Referenced by CaloCellManager().
116 for (
unsigned int iphi = 0; iphi <
nBarrelPhi; iphi++) {
117 for (
unsigned int ieta = 0; ieta <
nBarrelEta; ieta++) {
121 for (
unsigned int ieta = 0; ieta <
nBarrelEta; ieta++) {
131 for (
unsigned int iphi = 0; iphi <
nEndcapPhi; iphi++) {
132 for (
unsigned int ieta = nBarrelEta; ieta < nBarrelEta+
nEndcapEta; ieta++) {
136 for (
unsigned int ieta = nBarrelEta; ieta < nBarrelEta+
nEndcapEta; ieta++) {
146 for (
unsigned int iphi = 0; iphi <
nForwardPhi; iphi++) {
147 for (
unsigned int ieta = nBarrelEta+nEndcapEta; ieta < nBarrelEta+nEndcapEta+
nForwardEta; ieta++) {
151 for (
unsigned int ieta = nBarrelEta+nEndcapEta; ieta < nBarrelEta+nEndcapEta+
nForwardEta; ieta++) {
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
CaloCellId * CaloCellManager::getCellFromIndex |
( |
unsigned int |
id | ) |
|
unsigned int CaloCellManager::getCellIndexFromAngle |
( |
double |
eta, |
|
|
double |
phi |
|
) |
| |
std::vector< double > CaloCellManager::getEtaRanges |
( |
| ) |
|
void CaloCellManager::init |
( |
void |
| ) |
|
|
private |
Definition at line 37 of file CaloCellManager.cc.
References gather_cfg::cout, etaLim, i, nBarrelEta, nBarrelPhi, nEndcapEta, nEndcapPhi, nForwardEta, nForwardPhi, phiLimBar, phiLimEnd, phiLimFor, and verbosity.
Referenced by CaloCellManager().
47 double etaBarrelBin = 0.087;
48 for (
unsigned int ietabin = 0; ietabin <=
nBarrelEta; ietabin++) {
49 etaLim.push_back(firstEta+ietabin*etaBarrelBin);
52 double firstPhi = -180.;
54 for (
unsigned int iphibin = 0; iphibin <=
nBarrelPhi; iphibin++) {
55 phiLimBar.push_back((firstPhi+iphibin*phiBarrelBin)*CLHEP::degree);
61 double etaEndcapBin = 0.131;
62 for (
unsigned int ietabin = 1; ietabin <=
nEndcapEta; ietabin++) {
63 etaLim.push_back(firstEta+ietabin*etaEndcapBin);
66 for (
unsigned int iphibin = 0; iphibin <=
nEndcapPhi; iphibin++) {
67 phiLimEnd.push_back((firstPhi+iphibin*phiEndcapBin)*CLHEP::degree);
86 for (
unsigned int iphibin = 0; iphibin <=
nForwardPhi; iphibin++) {
87 phiLimFor.push_back((firstPhi+iphibin*phiForwardBin)*CLHEP::degree);
92 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
std::vector<double> CaloCellManager::etaLim |
|
private |
const unsigned int CaloCellManager::nBarrelEta = 16 |
|
static |
const unsigned int CaloCellManager::nBarrelPhi = 72 |
|
static |
const unsigned int CaloCellManager::nEndcapEta = 12 |
|
static |
const unsigned int CaloCellManager::nEndcapPhi = 36 |
|
static |
const unsigned int CaloCellManager::nForwardEta = 12 |
|
static |
const unsigned int CaloCellManager::nForwardPhi = 36 |
|
static |
std::vector<double> CaloCellManager::phiLimBar |
|
private |
std::vector<double> CaloCellManager::phiLimEnd |
|
private |
std::vector<double> CaloCellManager::phiLimFor |
|
private |
unsigned int CaloCellManager::verbosity |
|
private |