ATLAS Offline Software
Expo.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef EXPO_H
6 #define EXPO_H
7 
8 #include <string>
9 #include <vector>
10 #include <unordered_map>
12 
13 namespace TSU {
14  struct Expo{
15  static const std::unordered_map<int,std::string> E;
16  };
17 }
18 #endif
TSU
Definition: Conversions.h:11
TSU::Expo::E
static const std::unordered_map< int, std::string > E
Definition: Expo.h:15
TSU::Expo
Definition: Expo.h:14
L1TopoDataTypes.h