FairRoot/PandaRoot
Functions | Variables
PndRestGas.cxx File Reference
#include <stdlib.h>
#include "PndRestGas.h"

Go to the source code of this file.

Functions

Double_t GetDDValue (Double_t *zval, Double_t *)
 

Variables

TGraph * fDensityGraph
 

Function Documentation

Double_t GetDDValue ( Double_t zval,
Double_t  
)

Definition at line 48 of file PndRestGas.cxx.

References Double_t, fDensityGraph, and y.

Referenced by PndRestGas::LoadDD().

48  { // p //[R.K.03/2017] unused variable(s)
49 
50  Double_t y = fDensityGraph->Eval(zval[0]);
51  return y;
52 
53 }
TGraph * fDensityGraph
Definition: PndRestGas.cxx:47
Double_t
Double_t y

Variable Documentation

TGraph* fDensityGraph

Definition at line 47 of file PndRestGas.cxx.

Referenced by GetDDValue(), and PndRestGas::LoadDD().