#include <JDatalog.hh>
Definition at line 17 of file JDatalog.hh.
◆ JDatalog() [1/2]
JDATABASE::JDatalog::JDatalog |
( |
| ) |
|
|
inline |
◆ JDatalog() [2/2]
JDATABASE::JDatalog::JDatalog |
( |
const int | run, |
|
|
const int | string, |
|
|
const int | floor, |
|
|
const int | position, |
|
|
const std::string & | parameter, |
|
|
const long long int | time, |
|
|
const double | value ) |
|
inline |
Constructor.
- Parameters
-
run | run |
string | string |
floor | floor |
position | position |
parameter | parameter |
time | time |
value | value |
Definition at line 44 of file JDatalog.hh.
◆ getTime()
double JDATABASE::JDatalog::getTime |
( |
| ) |
const |
|
inline |
Get time.
- Returns
- time [s]
Definition at line 65 of file JDatalog.hh.
66 {
67 return time * 1.0e-3;
68 }
◆ ClassDef()
JDATABASE::JDatalog::ClassDef |
( |
JDatalog | , |
|
|
2 | ) |
◆ run
int JDATABASE::JDatalog::run |
◆ string
int JDATABASE::JDatalog::string |
◆ floor
int JDATABASE::JDatalog::floor |
◆ position
int JDATABASE::JDatalog::position |
◆ parameter
std::string JDATABASE::JDatalog::parameter |
◆ time
long long int JDATABASE::JDatalog::time |
◆ value
double JDATABASE::JDatalog::value |
The documentation for this struct was generated from the following file: