EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicToyModel/blob/master/include/EicPOD.h>
Public Member Functions | |
EicPOD () | |
~EicPOD () | |
int | SetDoubleVariable (const char *vname, double value) const |
double | GetDoubleVariable (const char *vname) const |
int | SetTStringVariable (const char *vname, const char *value) const |
const TString * | GetTStringVariable (const char *vname) const |
Private Member Functions | |
char * | GetVariableOffset (const char *vname, const char *vtype) const |
Definition at line 8 of file EicPOD.h.
View newest version in sPHENIX GitHub at line 8 of file EicPOD.h
|
inline |
|
inline |
double EicPOD::GetDoubleVariable | ( | const char * | vname | ) | const |
Definition at line 30 of file EicPOD.cc.
View newest version in sPHENIX GitHub at line 30 of file EicPOD.cc
References GetVariableOffset().
const TString * EicPOD::GetTStringVariable | ( | const char * | vname | ) | const |
Definition at line 50 of file EicPOD.cc.
View newest version in sPHENIX GitHub at line 50 of file EicPOD.cc
References GetVariableOffset().
|
private |
Definition at line 59 of file EicPOD.cc.
View newest version in sPHENIX GitHub at line 59 of file EicPOD.cc
References data.
Referenced by GetDoubleVariable(), GetTStringVariable(), SetDoubleVariable(), and SetTStringVariable().
int EicPOD::SetDoubleVariable | ( | const char * | vname, |
double | value | ||
) | const |
Definition at line 15 of file EicPOD.cc.
View newest version in sPHENIX GitHub at line 15 of file EicPOD.cc
References GetVariableOffset().
int EicPOD::SetTStringVariable | ( | const char * | vname, |
const char * | value | ||
) | const |
Definition at line 40 of file EicPOD.cc.
View newest version in sPHENIX GitHub at line 40 of file EicPOD.cc
References GetVariableOffset().