Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef GLOBALSIM_AP_INT_H
6 #define GLOBALSIM_AP_INT_H
22 template <std::
size_t n_dig,
typename T=
int16_t>
41 ap_int k;
k.m_value =
v;
k.test_overflow();
return k;
95 if (
val > (1<< n_dig)) {
const ap_int & operator*=(const ap_int &f)
const ap_int & operator-=(const ap_int &f)
const ap_int & operator+=(const ap_int &f)
const ap_int operator+(const ap_int &f) const
ap_int operator*(const ap_int &f) const
const ap_int & operator/=(const ap_int &f)
AlgTool to obtain a selection of eFex RoIs read in from the event store.
std::string to_string(const DetectorType &type)
ap_int operator/(const ap_int &f) const