|
My Project
|
Public Member Functions | |
| BoloPixel () | |
| BoloPixel (const BoloPixel &objToBeCopied) | |
| BoloPixel (BoloPixel &objToBeCopied) | |
| void | operator= (const BoloPixel &objToBeAssigned) |
| void | operator= (BoloPixel &objToBeAssigned) |
| virtual | ~BoloPixel () |
| void | setBoloId (std::string id) |
| void | setBoloReadoutChannel (std::string channel) |
| void | setSquidId (std::string id) |
| void | setSquidReadoutChannel (std::string channel) |
| void | setPixelIndex (unsigned number) |
| void | setPixelXY (std::vector< double > &xy) |
| std::string | getBoloName () |
| std::string | getSquidName () |
| std::string | getBoloReadoutChannel () |
| std::string | getSquidReadoutChannel () |
| unsigned | getPixelIndex () |
| std::vector< double > | getPixelXY () |
Friends | |
| std::ostream & | operator<< (std::ostream &os, BoloPixel &obj) |
| BoloPixel::BoloPixel | ( | ) |
Constructor.
....................................................................... Constructor.
| BoloPixel::BoloPixel | ( | const BoloPixel & | objToBeCopied | ) |
Copy Constructor.
....................................................................... Const Copy Constructor.
| BoloPixel::BoloPixel | ( | BoloPixel & | objToBeCopied | ) |
Copy Constructor.
....................................................................... Copy Constructor.
|
virtual |
Destructor.
....................................................................... Destructor.
| void BoloPixel::operator= | ( | const BoloPixel & | objToBeAssigned | ) |
Const Assignment Operator.
....................................................................... Const Assignment Operator.
| void BoloPixel::operator= | ( | BoloPixel & | objToBeAssigned | ) |
Assignment Operator.
....................................................................... Assignment Operator.
|
friend |
Output Operator.