Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
JDATABASE::JDatalogNumbers Struct Reference

#include <JDatalogNumbers.hh>

Inheritance diagram for JDATABASE::JDatalogNumbers:
TObject

Public Member Functions

double getTime () const
 Get time.
 
 ClassDef (JDatalogNumbers, 1)
 

Static Public Member Functions

static const char *const getName ()
 Table name.
 

Public Attributes

std::string DETID
 constraint
 
int RUN
 
long long int UNIXTIME
 
std::string SOURCE_NAME
 
std::string PARAMETER_NAME
 
double DATA_VALUE
 

Detailed Description

Definition at line 17 of file JDatalogNumbers.hh.

Member Function Documentation

◆ getName()

static const char *const JDATABASE::JDatalogNumbers::getName ( )
inlinestatic

Table name.

Definition at line 20 of file JDatalogNumbers.hh.

◆ getTime()

double JDATABASE::JDatalogNumbers::getTime ( ) const
inline

Get time.

Returns
time [s]

Definition at line 34 of file JDatalogNumbers.hh.

35 {
36 return UNIXTIME * 1.0e-3;
37 }

◆ ClassDef()

JDATABASE::JDatalogNumbers::ClassDef ( JDatalogNumbers ,
1  )

Member Data Documentation

◆ DETID

std::string JDATABASE::JDatalogNumbers::DETID

constraint

Definition at line 22 of file JDatalogNumbers.hh.

◆ RUN

int JDATABASE::JDatalogNumbers::RUN

Definition at line 23 of file JDatalogNumbers.hh.

◆ UNIXTIME

long long int JDATABASE::JDatalogNumbers::UNIXTIME

Definition at line 24 of file JDatalogNumbers.hh.

◆ SOURCE_NAME

std::string JDATABASE::JDatalogNumbers::SOURCE_NAME

Definition at line 25 of file JDatalogNumbers.hh.

◆ PARAMETER_NAME

std::string JDATABASE::JDatalogNumbers::PARAMETER_NAME

Definition at line 26 of file JDatalogNumbers.hh.

◆ DATA_VALUE

double JDATABASE::JDatalogNumbers::DATA_VALUE

Definition at line 27 of file JDatalogNumbers.hh.


The documentation for this struct was generated from the following file: