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{
19  class PixelFEDParameters;
20  std::ostream& operator <<(std::ostream& s ,const PixelFEDParameters &pFEDp);
21 
23 
24  public:
25 
28 
29  unsigned int getFEDNumber() const;
30  unsigned int getCrate() const;
31  unsigned int getVMEBaseAddress() const;
32  void setFEDParameters( unsigned int fednumber , unsigned int crate , unsigned int vmebaseaddress);
33  void setFEDNumber(unsigned int fednumber);
34  void setCrate(unsigned int crate);
35  void setVMEBaseAddress(unsigned int vmebaseaddress) ;
36  friend std::ostream& pos::operator <<(std::ostream& s,const PixelFEDParameters &pFEDp);
37  private :
38 
39  unsigned int fednumber_;
40  unsigned int crate_;
41  unsigned int vmebaseaddress_;
42 
43  };
44 }
45 #endif
void setFEDParameters(unsigned int fednumber, unsigned int crate, unsigned int vmebaseaddress)
void setVMEBaseAddress(unsigned int vmebaseaddress)
std::ostream & operator<<(std::ostream &s, const PixelCalibConfiguration &calib)
void setFEDNumber(unsigned int fednumber)
unsigned int getFEDNumber() const
unsigned int getCrate() const
void setCrate(unsigned int crate)
This class implements..
unsigned int getVMEBaseAddress() const