#include <HcalTestNumberingScheme.h>
|
static uint32_t | packHcalIndex (int det, int z, int depth, int eta, int phi, int lay) |
|
static void | unpackHcalIndex (const uint32_t &idx, int &det, int &z, int &depth, int &eta, int &phi, int &lay) |
|
|
int | verbosity |
| Verbosity field: Zero = quiet, increasing integers mean more output. More...
|
|
Definition at line 11 of file HcalTestNumberingScheme.h.
HcalTestNumberingScheme::HcalTestNumberingScheme |
( |
bool |
forTB | ) |
|
HcalTestNumberingScheme::~HcalTestNumberingScheme |
( |
| ) |
|
|
virtual |
HcalTestNumberingScheme::HcalTestNumberingScheme |
( |
| ) |
|
|
private |
Reimplemented from HcalNumberingScheme.
Definition at line 21 of file HcalTestNumberingScheme.cc.
References TauDecayModes::dec, HLT_25ns14e33_v1_cff::depth, forTBH2, HcalBarrel, cmsHarvester::index, LogDebug, HcalTestNumbering::packHcalIndex(), phi, DetId::rawId(), and ecaldqm::zside().
Referenced by HcalTestAnalysis::fill(), SimG4HcalValidation::fill(), and HcalTestAnalysis::qieAnalysis().
32 if (etaR > 4 && etaR < 10)
40 id.etaR,
id.phis,
id.lay);
43 LogDebug(
"HcalSim") <<
"HcalTestNumberingScheme det = " <<
id.subdet
44 <<
" depth/lay = " <<
id.depth <<
"/" <<
id.lay
45 <<
" zside = " <<
id.zside <<
" eta/R = " <<
id.etaR
46 <<
" phi = " <<
id.phis <<
" packed index = 0x"
uint32_t rawId() const
get the raw id
static uint32_t packHcalIndex(int det, int z, int depth, int eta, int phi, int lay)
uint32_t HcalTestNumberingScheme::packHcalIndex |
( |
int |
det, |
|
|
int |
z, |
|
|
int |
depth, |
|
|
int |
eta, |
|
|
int |
phi, |
|
|
int |
lay |
|
) |
| |
|
static |
void HcalTestNumberingScheme::unpackHcalIndex |
( |
const uint32_t & |
idx, |
|
|
int & |
det, |
|
|
int & |
z, |
|
|
int & |
depth, |
|
|
int & |
eta, |
|
|
int & |
phi, |
|
|
int & |
lay |
|
) |
| |
|
static |
bool HcalTestNumberingScheme::forTBH2 |
|
private |