CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PixelFEDParameters.h
Go to the documentation of this file.
1 #ifndef PixelFEDParameters_h
2 #define PixelFEDParameters_h
3 
11 #include <iosfwd>
12 
13 namespace pos{
20 
21  public:
22 
25 
26  unsigned int getFEDNumber() const;
27  unsigned int getCrate() const;
28  unsigned int getVMEBaseAddress() const;
29  void setFEDParameters( unsigned int fednumber , unsigned int crate , unsigned int vmebaseaddress);
30  void setFEDNumber(unsigned int fednumber);
31  void setCrate(unsigned int crate);
32  void setVMEBaseAddress(unsigned int vmebaseaddress) ;
33  friend std::ostream& pos::operator <<(std::ostream& s,const PixelFEDParameters &pFEDp);
34  private :
35 
36  unsigned int fednumber_;
37  unsigned int crate_;
38  unsigned int vmebaseaddress_;
39 
40  };
41  std::ostream& operator <<(std::ostream& s ,const PixelFEDParameters &pFEDp);
42 }
43 #endif
void setFEDParameters(unsigned int fednumber, unsigned int crate, unsigned int vmebaseaddress)
std::ostream & operator<<(std::ostream &s, const PixelFECParameters &pFECp)
void setVMEBaseAddress(unsigned int vmebaseaddress)
void setFEDNumber(unsigned int fednumber)
unsigned int getFEDNumber() const
unsigned int getCrate() const
void setCrate(unsigned int crate)
This class implements..
string s
Definition: asciidump.py:422
unsigned int getVMEBaseAddress() const