Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Extent.hpp File Reference
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Utilities/BinningType.hpp"
#include "Acts/Utilities/Enumerate.hpp"
#include "Acts/Utilities/Range1D.hpp"
#include "Acts/Utilities/RangeXD.hpp"
#include <array>
#include <bitset>
#include <ostream>
#include <string>
#include <vector>
+ Include dependency graph for Extent.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Acts::Extent
 

Namespaces

namespace  Acts
 Acts includes to create all necessary definitions.
 

Typedefs

using Acts::Envelope = std::array< ActsScalar, 2 >
 
using Acts::ExtentEnvelope = std::array< Envelope, binValues >
 

Functions

std::ostream & Acts::operator<< (std::ostream &sl, const Extent &rhs)
 Overload of << operator for std::ostream for debug output.
 

Variables

constexpr Envelope Acts::zeroEnvelope = {0, 0}
 
constexpr ExtentEnvelope Acts::zeroEnvelopes