CMS 3D CMS Logo

LinkId.h
Go to the documentation of this file.
1 #ifndef L1Trigger_DemonstratorTools_LinkId_h
2 #define L1Trigger_DemonstratorTools_LinkId_h
3 
4 #include <cstddef>
5 #include <string>
6 
7 namespace l1t::demo {
8 
10  struct LinkId {
12  size_t channel{0};
13  };
14 
15  bool operator<(const LinkId&, const LinkId&);
16 
17 } // namespace l1t::demo
18 
19 #endif
Logical ID for link within any given time slice (e.g. ["tracks", 0] -> ["tracks", 17] for links from ...
Definition: LinkId.h:10
bool operator<(const LinkId &, const LinkId &)
Definition: LinkId.cc:6
size_t channel
Definition: LinkId.h:12
std::string interface
Definition: LinkId.h:11