CMS 3D CMS Logo

PixelBarrelLinkMaker.h
Go to the documentation of this file.
1 #ifndef PixelBarrelLinkMaker_H
2 #define PixelBarrelLinkMaker_H
3 
8 #include <vector>
9 
11 
12 class PixelModuleName;
13 class PixelBarrelName;
16 #include <cstdint>
17 
19 public:
23 
24  typedef std::vector<PixelModuleName*> Names;
25  typedef std::vector<uint32_t> DetUnits;
27  typedef TRange<int> Range;
28 
31 
37  Links links(const Names& n, const DetUnits& u) const;
38 
39 private:
41 
46  struct Item {
48  uint32_t unit;
50  };
51 
57  struct Order {
58  bool operator()(const Item&, const Item&) const;
59  };
60 
61 private:
62 };
63 
64 #endif
std::vector< uint32_t > DetUnits
const PixelBarrelName * name
Links links(const Names &n, const DetUnits &u) const
PixelFEDCabling::Links Links
sipixelobjects::PixelROC PixelROC
PixelBarrelLinkMaker(const PixelFEDCabling *o)
ctor from owner
bool operator()(const Item &, const Item &) const
const PixelFEDCabling * theOwner
sipixelobjects::PixelFEDLink PixelFEDLink
std::vector< PixelFEDLink > Links
std::vector< PixelModuleName * > Names
sipixelobjects::PixelFEDCabling PixelFEDCabling