ATLAS Offline Software
Loading...
Searching...
No Matches
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
13namespace TSU {
14 struct Expo{
15 static const std::unordered_map<int,std::string> E;
16 };
17}
18#endif
static const std::unordered_map< int, std::string > E
Definition Expo.h:8