ATLAS Offline Software
|
#include <RegSelLayer.h>
Classes | |
class | PhiCluster |
Public Member Functions | |
RegSelLayer () | |
RegSelLayer (double rmin, double rmax, double zmin, double zmax) | |
void | reset () |
void | addModule (const RegSelModule &module) |
void | setupDisabledModuleList () |
void | getModules (const RegSelRoI &roi, std::vector< const RegSelModule * > &modules) const |
Fixme: This is the completely correct solution, where each module is allowed to be at a completely different radius. More... | |
void | getModules (std::vector< const RegSelModule * > &modules) const |
void | getDisabledModules (const RegSelRoI &roi, std::vector< const RegSelModule * > &modules) const |
int | ID () const |
int | ID (int id) |
int | size () const |
void | createMaps () |
double | phiMin () const |
double | phiMax () const |
double | phiMin (double phimin) |
double | phiMax (double phimax) |
virtual bool | inRoI (const RegSelRoI &roi) const |
double | rMin () const |
double | rMin (double rmin) |
double | rMax () const |
double | rMax (double rmax) |
double | zMin () const |
double | zMin (double zmin) |
double | zMax () const |
double | zMax (double zmax) |
double | z2Min () const |
double | z2Min (double zmin) |
double | z2Max () const |
double | z2Max (double zmax) |
bool | enabled () const |
bool | enable () |
bool | disable () |
double | _etaMin (double z=0) const |
double | _etaMax (double z=0) const |
Protected Attributes | |
double | m_rMin |
double | m_rMax |
double | m_zMin |
double | m_zMax |
double | m_z2Min |
double | m_z2Max |
bool | m_enabled |
Private Member Functions | |
int | clusterModules () const |
Private Attributes | |
bool | m_set |
int | m_ID |
std::vector< const RegSelModule * > | m_modules |
std::vector< const RegSelModule * > | m_disabled |
int | m_Nphi |
double | m_ideltaphi |
double | m_phiMin |
double | m_phiMax |
std::vector< std::vector< const RegSelModule * > > | m_phimaps |
Definition at line 39 of file RegSelLayer.h.
|
inline |
Definition at line 58 of file RegSelLayer.h.
|
inline |
|
inlineinherited |
|
inlineinherited |
void RegSelLayer::addModule | ( | const RegSelModule & | module | ) |
Definition at line 130 of file RegSelLayer.cxx.
|
private |
Definition at line 50 of file RegSelLayer.cxx.
void RegSelLayer::createMaps | ( | ) |
can this really ever happen?
Definition at line 334 of file RegSelLayer.cxx.
|
inlineinherited |
Definition at line 100 of file ZRObject.h.
|
inlineinherited |
Definition at line 99 of file ZRObject.h.
|
inlineinherited |
Definition at line 98 of file ZRObject.h.
void RegSelLayer::getDisabledModules | ( | const RegSelRoI & | roi, |
std::vector< const RegSelModule * > & | modules | ||
) | const |
Definition at line 314 of file RegSelLayer.cxx.
void RegSelLayer::getModules | ( | const RegSelRoI & | roi, |
std::vector< const RegSelModule * > & | modules | ||
) | const |
Fixme: This is the completely correct solution, where each module is allowed to be at a completely different radius.
If we want to approximate that all the modules are at the same radius within a layer, then we only have to calculate the RoI z end points in this layer once and then just do the comparisons. it will save 2 multiplications and two additions per module, but only for those in the RoI in the phi region, since those outside the RoI in phi aren't even considered at the moment. Tried this, hardly quicker.
NB. Using segmentation in phi and (or) z should speed things up. This implements segmentation in phi only as the z didn't appear much faster.
Definition at line 197 of file RegSelLayer.cxx.
void RegSelLayer::getModules | ( | std::vector< const RegSelModule * > & | modules | ) | const |
Definition at line 295 of file RegSelLayer.cxx.
|
inline |
Definition at line 79 of file RegSelLayer.h.
|
inline |
Definition at line 80 of file RegSelLayer.h.
|
inline |
Definition at line 87 of file RegSelLayer.h.
|
inline |
Definition at line 90 of file RegSelLayer.h.
|
inline |
Definition at line 86 of file RegSelLayer.h.
|
inline |
Definition at line 89 of file RegSelLayer.h.
void RegSelLayer::reset | ( | ) |
Definition at line 38 of file RegSelLayer.cxx.
|
inlineinherited |
Definition at line 81 of file ZRObject.h.
|
inlineinherited |
Definition at line 90 of file ZRObject.h.
|
inlineinherited |
Definition at line 80 of file ZRObject.h.
|
inlineinherited |
Definition at line 89 of file ZRObject.h.
void RegSelLayer::setupDisabledModuleList | ( | ) |
Definition at line 166 of file RegSelLayer.cxx.
|
inline |
Definition at line 82 of file RegSelLayer.h.
|
inlineinherited |
Definition at line 87 of file ZRObject.h.
|
inlineinherited |
Definition at line 96 of file ZRObject.h.
|
inlineinherited |
Definition at line 86 of file ZRObject.h.
|
inlineinherited |
Definition at line 95 of file ZRObject.h.
|
inlineinherited |
Definition at line 84 of file ZRObject.h.
|
inlineinherited |
Definition at line 93 of file ZRObject.h.
|
inlineinherited |
Definition at line 83 of file ZRObject.h.
|
inlineinherited |
Definition at line 92 of file ZRObject.h.
|
private |
Definition at line 118 of file RegSelLayer.h.
|
protectedinherited |
Definition at line 122 of file ZRObject.h.
|
private |
Definition at line 115 of file RegSelLayer.h.
|
private |
Definition at line 125 of file RegSelLayer.h.
|
private |
Definition at line 117 of file RegSelLayer.h.
|
private |
Definition at line 123 of file RegSelLayer.h.
|
private |
Definition at line 130 of file RegSelLayer.h.
|
private |
Definition at line 128 of file RegSelLayer.h.
|
private |
Definition at line 127 of file RegSelLayer.h.
|
protectedinherited |
Definition at line 118 of file ZRObject.h.
|
protectedinherited |
Definition at line 118 of file ZRObject.h.
|
private |
Definition at line 114 of file RegSelLayer.h.
|
protectedinherited |
Definition at line 120 of file ZRObject.h.
|
protectedinherited |
Definition at line 120 of file ZRObject.h.
|
protectedinherited |
Definition at line 119 of file ZRObject.h.
|
protectedinherited |
Definition at line 119 of file ZRObject.h.