CMS 3D CMS Logo

PixelFECParameters.h
Go to the documentation of this file.
1 #ifndef PixelFECParameters_h
2 #define PixelFECParameters_h
3 
10 #include <iosfwd>
11 
12 namespace pos {
19  class PixelFECParameters;
20  std::ostream& operator<<(std::ostream& s, const PixelFECParameters& pFECp);
21 
23  public:
26 
27  unsigned int getFECNumber() const;
28  unsigned int getCrate() const;
29  unsigned int getVMEBaseAddress() const;
30  void setFECParameters(unsigned int fecnumber, unsigned int crate, unsigned int vmebaseaddress);
31  void setFECNumber(unsigned int fecnumber);
32  void setCrate(unsigned int crate);
33  void setVMEBaseAddress(unsigned int vmebaseaddress);
34  friend std::ostream& pos::operator<<(std::ostream& s, const PixelFECParameters& pFECp);
35 
36  private:
37  unsigned int fecnumber_;
38  unsigned int crate_;
39  unsigned int vmebaseaddress_;
40  };
41 } // namespace pos
42 #endif
void setCrate(unsigned int crate)
unsigned int getVMEBaseAddress() const
std::ostream & operator<<(std::ostream &s, const PixelCalibConfiguration &calib)
This class implements..
unsigned int getFECNumber() const
void setVMEBaseAddress(unsigned int vmebaseaddress)
void setFECNumber(unsigned int fecnumber)
unsigned int getCrate() const
void setFECParameters(unsigned int fecnumber, unsigned int crate, unsigned int vmebaseaddress)