3 #ifndef GCP_RECEIVER_BOLOPIXEL_H
4 #define GCP_RECEIVER_BOLOPIXEL_H
15 #include "gcp/receiver/specific/BoloDevice.h"
55 void setBoloId(std::string
id);
56 void setBoloReadoutChannel(std::string channel);
57 void setSquidId(std::string
id);
58 void setSquidReadoutChannel(std::string channel);
59 void setPixelIndex(
unsigned number);
60 void setPixelXY(std::vector<double>& xy);
62 std::string getBoloName();
63 std::string getSquidName();
64 std::string getBoloReadoutChannel();
65 std::string getSquidReadoutChannel();
66 unsigned getPixelIndex() {
return iPix_;}
67 std::vector<double> getPixelXY() {
return xy_;}
79 std::vector<double> xy_;
87 #endif // End #ifndef GCP_RECEIVER_BOLOPIXEL_H
BoloPixel()
Definition: BoloPixel.cc:13
void operator=(const BoloPixel &objToBeAssigned)
Definition: BoloPixel.cc:34
Definition: BoloDevice.h:20
friend std::ostream & operator<<(std::ostream &os, BoloPixel &obj)
virtual ~BoloPixel()
Definition: BoloPixel.cc:53
Definition: BoloPixel.h:22