CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
22  public:
23 
26 
27  std::string getTKFECID() const;
28  unsigned int getCrate() const;
29  std::string getType() const;
30  unsigned int getAddress() const;
31  void setTKFECParameters( std::string TKFECID , unsigned int crate , std::string type, unsigned int address);
32  void setTKFECID(std::string TKFECID);
33  void setCrate(unsigned int crate);
34  void setType(std::string type);
35  void setAddress(unsigned int address) ;
36  friend std::ostream& operator <<(std::ostream& s,const PixelTKFECParameters &pTKFECp);
37  private :
38 
39  std::string TKFECID_;
40  unsigned int crate_;
41  std::string type_;
42  unsigned int address_;
43 
44  };
45  std::ostream& operator <<(std::ostream& s ,const PixelTKFECParameters &pTKFECp);
46 
47 }
48 /* @} */
49 #endif
type
Definition: HCALResponse.h:22
void setCrate(unsigned int crate)
char * address
Definition: mlp_lapack.h:14
void setTKFECID(std::string TKFECID)
void setTKFECParameters(std::string TKFECID, unsigned int crate, std::string type, unsigned int address)
std::string getType() const
std::ostream & operator<<(std::ostream &s, const PixelCalibConfiguration &calib)
std::string getTKFECID() const
unsigned int getCrate() const
unsigned int getAddress() const
This class implements..
void setType(std::string type)
void setAddress(unsigned int address)
friend std::ostream & operator<<(std::ostream &s, const PixelTKFECParameters &pTKFECp)