26 unsigned int address) {
42 s <<
"TKFEC ID:" << pTKFECp.
TKFECID_ << std::endl;
43 s <<
"Crate Number:" << pTKFECp.
crate_ << std::endl;
44 s << pTKFECp.
type_ << std::endl;
45 s <<
"Address:" << pTKFECp.
address_ << std::endl;
void setCrate(unsigned int crate)
void setTKFECID(std::string TKFECID)
void setTKFECParameters(std::string TKFECID, unsigned int crate, std::string type, unsigned int address)
std::ostream & operator<<(std::ostream &s, const PixelCalibConfiguration &calib)
std::string getTKFECID() const
void setType(std::string type)
std::string getType() const
unsigned int getCrate() const
void setAddress(unsigned int address)
unsigned int getAddress() const