Jpp  18.6.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
JDATABASE::JDatalogNumbers Struct Reference

#include <JDatalogNumbers.hh>

Inheritance diagram for JDATABASE::JDatalogNumbers:
TObject

Public Member Functions

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

Static Public Member Functions

static const char *const getName ()
 Table name. More...
 

Public Attributes

std::string DETID
 constraint More...
 
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

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

Table name.

Definition at line 20 of file JDatalogNumbers.hh.

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  }
JDATABASE::JDatalogNumbers::ClassDef ( JDatalogNumbers  ,
 
)

Member Data Documentation

std::string JDATABASE::JDatalogNumbers::DETID

constraint

Definition at line 22 of file JDatalogNumbers.hh.

int JDATABASE::JDatalogNumbers::RUN

Definition at line 23 of file JDatalogNumbers.hh.

long long int JDATABASE::JDatalogNumbers::UNIXTIME

Definition at line 24 of file JDatalogNumbers.hh.

std::string JDATABASE::JDatalogNumbers::SOURCE_NAME

Definition at line 25 of file JDatalogNumbers.hh.

std::string JDATABASE::JDatalogNumbers::PARAMETER_NAME

Definition at line 26 of file JDatalogNumbers.hh.

double JDATABASE::JDatalogNumbers::DATA_VALUE

Definition at line 27 of file JDatalogNumbers.hh.


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