ATLAS Offline Software
CollectionBaseNames.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef COLLECTIONBASE_COLLECTIONBASENAMES_H
6 #define COLLECTIONBASE_COLLECTIONBASENAMES_H
7 
8 namespace pool {
9 
16  {
18  static constexpr const char* tokenTypeName {"Token"};
19 
20 
22  static constexpr const char* defaultEventReferenceColumnName {"Token"};
23  };
24 
25 }
26 
27 #endif
pool
pool namespace
Definition: libname.h:15
CollectionBaseNames