ATLAS Offline Software
Loading...
Searching...
No Matches
pool::CollectionNames Namespace Reference

Variables

static constexpr const char * tokenTypeName {"Token"}
 The type name for objects of type pool::Token.
static constexpr const char * defaultEventReferenceColumnName {"Token"}
 The default name assigned to the event reference Token column of a collection.

Variable Documentation

◆ defaultEventReferenceColumnName

const char* pool::CollectionNames::defaultEventReferenceColumnName {"Token"}
staticconstexpr

The default name assigned to the event reference Token column of a collection.

Definition at line 22 of file CollectionNames.h.

22{"Token"};

◆ tokenTypeName

const char* pool::CollectionNames::tokenTypeName {"Token"}
staticconstexpr

The type name for objects of type pool::Token.

Definition at line 18 of file CollectionNames.h.

18{"Token"};