1 #ifndef PixelTKFECParameters_h 2 #define PixelTKFECParameters_h
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::string getType() const
std::string getTKFECID() const
unsigned int getCrate() const
unsigned int getAddress() const
void setType(std::string type)
void setAddress(unsigned int address)
friend std::ostream & operator<<(std::ostream &s, const PixelTKFECParameters &pTKFECp)