Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FluidCellInfo.h File Reference
#include "RealType.h"
+ Include dependency graph for FluidCellInfo.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Jetscape::FluidCellInfo
 

Namespaces

namespace  Jetscape
 

Functions

FluidCellInfo Jetscape::operator+ (FluidCellInfo a, const FluidCellInfo &b)
 adds $ c = a + b $
 
FluidCellInfo Jetscape::operator* (Jetscape::real a, FluidCellInfo b)
 multiply $ c = a * b $
 
FluidCellInfo Jetscape::operator* (FluidCellInfo a, Jetscape::real b)
 multiply $ c = a * b $
 
FluidCellInfo Jetscape::operator/ (FluidCellInfo a, Jetscape::real b)
 division $ c = a / b $