CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  public:
20 
23 
24  unsigned int getFECNumber() const;
25  unsigned int getCrate() const;
26  unsigned int getVMEBaseAddress() const;
27  void setFECParameters( unsigned int fecnumber , unsigned int crate , unsigned int vmebaseaddress);
28  void setFECNumber(unsigned int fecnumber);
29  void setCrate(unsigned int crate);
30  void setVMEBaseAddress(unsigned int vmebaseaddress) ;
31  friend std::ostream& pos::operator <<(std::ostream& s,const PixelFECParameters &pFECp);
32  private :
33 
34  unsigned int fecnumber_;
35  unsigned int crate_;
36  unsigned int vmebaseaddress_;
37 
38  };
39  std::ostream& operator <<(std::ostream& s ,const PixelFECParameters &pFECp);
40 }
41 #endif
std::ostream & operator<<(std::ostream &s, const PixelFECParameters &pFECp)
void setCrate(unsigned int crate)
This class implements..
unsigned int getFECNumber() const
void setVMEBaseAddress(unsigned int vmebaseaddress)
void setFECNumber(unsigned int fecnumber)
unsigned int getCrate() const
string s
Definition: asciidump.py:422
void setFECParameters(unsigned int fecnumber, unsigned int crate, unsigned int vmebaseaddress)
unsigned int getVMEBaseAddress() const