ATLAS Offline Software
Loading...
Searching...
No Matches
CollectionNames.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef COLLECTIONSVC_COLLECTIONNAMES_H
6#define COLLECTIONSVC_COLLECTIONNAMES_H
7
8namespace pool {
9
15 namespace CollectionNames
16 {
18 static constexpr const char* tokenTypeName {"Token"};
19
20
22 static constexpr const char* defaultEventReferenceColumnName {"Token"};
23 };
24
25}
26
27#endif
CollectionNames.h Collection/CollectionNames.h.
static constexpr const char * tokenTypeName
The type name for objects of type pool::Token.
static constexpr const char * defaultEventReferenceColumnName
The default name assigned to the event reference Token column of a collection.
pool namespace
Definition libname.h:15