9#include <svd/online/SVDIgnoredStripsMap.h>
10#include <vxd/dataobjects/VxdID.h>
15main(
int argc,
char** argv)
19 printf(
"Usage: %s filename.xml\n read filename.xml\n", argv[0]);
24 for (
int plane = 3; plane < 7; ++ plane) {
26 printf(
"Plane %i, side v:\n", plane);
27 for (
unsigned short ignored : test.getIgnoredStrips(sensorID))
28 printf(
"Ignored: %i\n", ignored);
29 sensorID.setSegmentNumber(1);
30 printf(
"Plane %i, side u:\n", plane);
31 for (
unsigned short ignored : test.getIgnoredStrips(sensorID))
32 printf(
"Ignored: %i\n", ignored);
This class provides a list of ignored (=cold, hot or otherwise deffective) strips for the use in SVD ...
Class to uniquely identify a any structure of the PXD and SVD.