CORSIKA  @c8_version@
The framework to simulate particle cascades for astroparticle physics
FourVector.hpp File Reference

General FourVector object. More...

#include <corsika/framework/core/PhysicalUnits.hpp>
#include <corsika/framework/core/PhysicalGeometry.hpp>
#include <type_traits>
#include <corsika/detail/framework/geometry/FourVector.inl>
Include dependency graph for FourVector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  corsika::FourVector< TTimeType, TSpaceVecType >
 Description of physical four-vectors. More...
 

Namespaces

 corsika
 `, since they are used everywhere as integral part of the framework.
 

Typedefs

typedef FourVector< HEPEnergyType, MomentumVector > corsika::FourMomentum
 

Functions

template<typename TTimeType , typename TSpaceVecType >
std::ostream & corsika::operator<< (std::ostream &os, corsika::FourVector< TTimeType, TSpaceVecType > const &qv)
 streaming operator
 

Detailed Description

General FourVector object.

Author
Ralf Ulrich
Date
2021-10-16

Definition in file FourVector.hpp.