ATLAS Offline Software
Hyperbolic.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  * Hyperbolic.h
6  * Created by Ignacio Aracena June 2015
7  * <ignacio.aracena@cern.ch>
8  *
9  * @brief Lookup table for hyperbolic functions.
10  *
11 **********************************/
12 
13 #ifndef L1TopoSimulationUtils_Hyperbolic
14 #define L1TopoSimulationUtils_Hyperbolic
15 
16 #include <string>
17 #include <vector>
18 #include <unordered_map>
20 
21 namespace TSU {
22  struct Hyperbolic{
23  static const std::vector<std::string> Coshleg;
24  static const std::vector<std::string> Cosh;
25  };
26 }
27 #endif
TSU::Hyperbolic::Cosh
static const std::vector< std::string > Cosh
Definition: Hyperbolic.h:38
TSU
Definition: Conversions.h:11
L1TopoDataTypes.h
TSU::Hyperbolic::Coshleg
static const std::vector< std::string > Coshleg
Definition: Hyperbolic.h:37