src
L1Trigger
DemonstratorTools
interface
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
{
11
std::string
interface
;
12
size_t
channel
{0};
13
};
14
15
bool
operator<
(
const
LinkId&,
const
LinkId&);
16
17
}
// namespace l1t::demo
18
19
#endif
l1t::demo::LinkId
Logical ID for link within any given time slice (e.g. ["tracks", 0] -> ["tracks", 17] for links from ...
Definition:
LinkId.h:10
l1t::demo::operator<
bool operator<(const LinkId &, const LinkId &)
Definition:
LinkId.cc:6
l1t::demo::LinkId::channel
size_t channel
Definition:
LinkId.h:12
l1t::demo::LinkId::interface
std::string interface
Definition:
LinkId.h:11
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
l1t::demo
Definition:
BoardData.h:10
Generated for CMSSW Reference Manual by
1.8.14