9#ifndef SVD_IGNORED_STRIPS_MAP_H_
10#define SVD_IGNORED_STRIPS_MAP_H_
12#include <vxd/dataobjects/VxdID.h>
13#include <unordered_map>
59 std::unordered_map<unsigned short, IgnoredStripsSet>
m_Map;
This class provides a list of ignored (=cold, hot or otherwise deffective) strips for the use in SVD ...
bool stripOK(VxdID id, unsigned short strip)
Check whether a strip on a given sensor is OK or not.
const std::set< unsigned short > & getIgnoredStrips(VxdID id)
Get the set of ignored strips for a sensor.
IgnoredStripsSet m_lastIgnored
Set of ingored strips for the most currently queried sensor.
VxdID m_lastSensorID
The most currently queried sensor number.
std::set< unsigned short > IgnoredStripsSet
A set of ignored strips.
SVDIgnoredStripsMap()=delete
No default constructor.
std::unordered_map< unsigned short, IgnoredStripsSet > m_Map
Structure holiding sets of ingored strips for all sensors.
Class to uniquely identify a any structure of the PXD and SVD.
Abstract base class for different kinds of events.