CMS 3D CMS Logo

PixelTKFECParameters.h
Go to the documentation of this file.
1 #ifndef PixelTKFECParameters_h
2 #define PixelTKFECParameters_h
3 
11 #include <iosfwd>
12 #include <string>
13 
14 namespace pos {
21  public:
24 
25  std::string getTKFECID() const;
26  unsigned int getCrate() const;
27  std::string getType() const;
28  unsigned int getAddress() const;
29  void setTKFECParameters(std::string TKFECID, unsigned int crate, std::string type, unsigned int address);
30  void setTKFECID(std::string TKFECID);
31  void setCrate(unsigned int crate);
32  void setType(std::string type);
33  void setAddress(unsigned int address);
34  friend std::ostream& operator<<(std::ostream& s, const PixelTKFECParameters& pTKFECp);
35 
36  private:
38  unsigned int crate_;
40  unsigned int address_;
41  };
42  std::ostream& operator<<(std::ostream& s, const PixelTKFECParameters& pTKFECp);
43 
44 } // namespace pos
45 /* @} */
46 #endif
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)
This class implements..
std::string getTKFECID() const
void setType(std::string type)
unsigned int getCrate() const
void setAddress(unsigned int address)
friend std::ostream & operator<<(std::ostream &s, const PixelTKFECParameters &pTKFECp)
unsigned int getAddress() const