9KalFitSuper_Mdc::_neighborsMask[6] = {452,420,340,172,92,60};
18 const int firstLayerID,
const int NLayer,
19 const int superLayerID)
20 : _superLayerId(superLayerID),
21 _firstWireId(firstWireID),
23 _firstLayerId(firstLayerID),
41 if(_wireHits.length()){
42 register KalFitWire ** hptr = _wireHits.firstPtr();
43 KalFitWire **
const last = _wireHits.lastPtr();
44 do {(**hptr).state(
WireHitInvalid);}
while((
long)(hptr++)^(
long)last);
const int localMaxId(void) const
returns local max ID
KalFitSuper_Mdc(const int firstWireID, const int NWire, const int firstLayerID, const int NLayer, const int superLayerID)
Constructors and destructor.
const int superLayerId(void) const
returns super-layer ID
const int nLayer(void) const
returns number of layers
const int nWire(void) const
returns number of wires
const int layerMaxId(void) const
returns layer max ID
void clear(void)
clear object
Description of a Wire class.