CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiPixelFrameConverter.h
Go to the documentation of this file.
1 #ifndef SiPixelObjects_SiPixelFrameConverter_H
2 #define SiPixelObjects_SiPixelFrameConverter_H
3 
4 
5 
9 
10 #include <boost/cstdint.hpp>
11 
13 public:
14 
15  SiPixelFrameConverter(const SiPixelFedCabling* map, int fedId);
16 
17  bool hasDetUnit(uint32_t radId) const;
18 
19  int toDetector(const sipixelobjects::ElectronicIndex & cabling,
20  sipixelobjects::DetectorIndex & detector) const;
21 
23  const sipixelobjects::DetectorIndex & detector) const;
24 
25 private:
26 
27  int theFedId;
29 
30 };
31 #endif
SiPixelFrameConverter(const SiPixelFedCabling *map, int fedId)
int toCabling(sipixelobjects::ElectronicIndex &cabling, const sipixelobjects::DetectorIndex &detector) const
const SiPixelFedCabling * theMap
bool hasDetUnit(uint32_t radId) const
int toDetector(const sipixelobjects::ElectronicIndex &cabling, sipixelobjects::DetectorIndex &detector) const