7 |
|
using namespace mithep; |
8 |
|
|
9 |
|
//-------------------------------------------------------------------------------------------------- |
10 |
< |
const BitMask48 StableData::MissedHits() const |
10 |
> |
const BitMask48 StableData::MissedLayers() const |
11 |
|
{ |
12 |
|
// Construct layer mask of missed hits |
13 |
|
|
22 |
|
} |
23 |
|
|
24 |
|
//-------------------------------------------------------------------------------------------------- |
25 |
< |
const BitMask48 StableData::WrongHits() const |
25 |
> |
const BitMask48 StableData::WrongLayers() const |
26 |
|
{ |
27 |
|
// Construct layer mask of wrong (before decay vertex) hits |
28 |
|
|