ATLAS Offline Software
Variables
Token.cxx File Reference
#include "PersistentDataModel/Token.h"
#include <cstdio>
#include <cstring>
#include <climits>
#include <atomic>
#include <format>
#include <charconv>
#include <string_view>
Include dependency graph for Token.cxx:

Go to the source code of this file.

Variables

constexpr std::string_view LABEL_DB = "[DB="
 
constexpr std::string_view LABEL_CNT = "[CNT="
 
constexpr std::string_view LABEL_CLID = "[CLID="
 
constexpr std::string_view LABEL_TECH = "[TECH="
 
constexpr std::string_view LABEL_OID = "[OID="
 

Variable Documentation

◆ LABEL_CLID

constexpr std::string_view LABEL_CLID = "[CLID="
constexpr

Definition at line 17 of file Token.cxx.

◆ LABEL_CNT

constexpr std::string_view LABEL_CNT = "[CNT="
constexpr

Definition at line 16 of file Token.cxx.

◆ LABEL_DB

constexpr std::string_view LABEL_DB = "[DB="
constexpr

Definition at line 15 of file Token.cxx.

◆ LABEL_OID

constexpr std::string_view LABEL_OID = "[OID="
constexpr

Definition at line 19 of file Token.cxx.

◆ LABEL_TECH

constexpr std::string_view LABEL_TECH = "[TECH="
constexpr

Definition at line 18 of file Token.cxx.