CMS 3D CMS Logo

PixelEndcapLinkMaker.h
Go to the documentation of this file.
1 #ifndef PixelEndcapLinkMaker_H
2 #define PixelEndcapLinkMaker_H
3 
4 #include <vector>
5 
7 
8 class PixelModuleName;
9 class PixelEndcapName;
12 #include <cstdint>
13 
15 public:
19 
20  typedef std::vector<PixelModuleName*> Names;
21  typedef std::vector<uint32_t> DetUnits;
23  typedef TRange<int> Range;
24 
27 
33  Links links(const Names& n, const DetUnits& u) const;
34 
35 private:
37 
44  struct Item {
46  uint32_t unit;
48  };
49 
57  struct Order {
58  bool operator()(const Item&, const Item&) const;
59  };
60 
61 private:
62 };
63 
64 #endif
const PixelFEDCabling * theOwner
const PixelEndcapName * name
sipixelobjects::PixelFEDCabling PixelFEDCabling
PixelFEDCabling::Links Links
sipixelobjects::PixelROC PixelROC
std::vector< PixelModuleName * > Names
bool operator()(const Item &, const Item &) const
Links links(const Names &n, const DetUnits &u) const
std::vector< uint32_t > DetUnits
PixelEndcapLinkMaker(const PixelFEDCabling *o)
ctor from owner
sipixelobjects::PixelFEDLink PixelFEDLink
std::vector< PixelFEDLink > Links