#include <TkDetMap.h>
|
int16_t | FindLayer (uint32_t &detid, uint32_t &cached_detid, int16_t &cached_layer, TkLayerMap::XYbin &cached_XYbin) const |
|
void | getComponents (int layer, int &nchX, double &lowX, double &highX, int &nchY, double &lowY, double &highY) const |
|
uint32_t | getDetFromBin (int layer, int ix, int iy) const |
|
uint32_t | getDetFromBin (const std::string &layerName, int ix, int iy) const |
|
void | getDetsForLayer (int layer, std::vector< uint32_t > &output) const |
|
std::string | getLayerName (int &in) const |
|
int | getLayerNum (const std::string &in) const |
|
void | getSubDetLayerSide (int &in, SiStripDetId::SubDetector &, uint32_t &layer, uint32_t &side) const |
|
const TkLayerMap::XYbin & | getXY (uint32_t &, uint32_t &cached_detid, int16_t &cached_layer, TkLayerMap::XYbin &cached_XYbin) const |
|
| TkDetMap () |
|
| TkDetMap (const edm::ParameterSet &, const edm::ActivityRegistry &) |
|
| ~TkDetMap () |
|
Definition at line 110 of file TkDetMap.h.
int16_t TkDetMap::FindLayer |
( |
uint32_t & |
detid, |
|
|
uint32_t & |
cached_detid, |
|
|
int16_t & |
cached_layer, |
|
|
TkLayerMap::XYbin & |
cached_XYbin |
|
) |
| const |
void TkDetMap::getComponents |
( |
int |
layer, |
|
|
int & |
nchX, |
|
|
double & |
lowX, |
|
|
double & |
highX, |
|
|
int & |
nchY, |
|
|
double & |
lowY, |
|
|
double & |
highY |
|
) |
| const |
uint32_t TkDetMap::getDetFromBin |
( |
int |
layer, |
|
|
int |
ix, |
|
|
int |
iy |
|
) |
| const |
|
inline |
uint32_t TkDetMap::getDetFromBin |
( |
const std::string & |
layerName, |
|
|
int |
ix, |
|
|
int |
iy |
|
) |
| const |
|
inline |
void TkDetMap::getDetsForLayer |
( |
int |
layer, |
|
|
std::vector< uint32_t > & |
output |
|
) |
| const |
std::string TkDetMap::getLayerName |
( |
int & |
in | ) |
const |
int TkDetMap::getLayerNum |
( |
const std::string & |
in | ) |
const |