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 
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 
40  unsigned int crate_;
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:21
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
This class implements..
void setType(std::string type)
void setAddress(unsigned int address)
friend std::ostream & operator<<(std::ostream &s, const PixelTKFECParameters &pTKFECp)