Jpp  master_rocky-37-gf0c5bc59d
the software that should make you happy
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
JDATABASE::JRuns Struct Reference

#include <JRuns.hh>

Inheritance diagram for JDATABASE::JRuns:
TObject

Public Member Functions

double getRunStartTime () const
 Get start time of run. More...
 
 ClassDef (JRuns, 2)
 

Static Public Member Functions

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

Public Attributes

int DETID
 constraint More...
 
int RUN
 
long long int UNIXSTARTTIME
 
char STARTTIME_DEFINED
 
std::string RUNSETUPID
 
std::string RUNSETUPNAME
 
std::string T0_CALIBSETID
 
std::string POS_CALIBSETID
 
std::string ROT_CALIBSETID
 
std::string RUNJOBID
 
std::string JOBTARGET
 
int JOBPRIORITY
 
long long int UNIXJOBSTART
 
long long int UNIXJOBEND
 

Detailed Description

Definition at line 17 of file JRuns.hh.

Member Function Documentation

◆ getName()

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

Table name.

Definition at line 20 of file JRuns.hh.

◆ getRunStartTime()

double JDATABASE::JRuns::getRunStartTime ( ) const
inline

Get start time of run.

Returns
time [s]

Definition at line 42 of file JRuns.hh.

43  {
44  return UNIXSTARTTIME * 1.0e-3;
45  }
long long int UNIXSTARTTIME
Definition: JRuns.hh:24

◆ ClassDef()

JDATABASE::JRuns::ClassDef ( JRuns  ,
 
)

Member Data Documentation

◆ DETID

int JDATABASE::JRuns::DETID

constraint

Definition at line 22 of file JRuns.hh.

◆ RUN

int JDATABASE::JRuns::RUN

Definition at line 23 of file JRuns.hh.

◆ UNIXSTARTTIME

long long int JDATABASE::JRuns::UNIXSTARTTIME

Definition at line 24 of file JRuns.hh.

◆ STARTTIME_DEFINED

char JDATABASE::JRuns::STARTTIME_DEFINED

Definition at line 25 of file JRuns.hh.

◆ RUNSETUPID

std::string JDATABASE::JRuns::RUNSETUPID

Definition at line 26 of file JRuns.hh.

◆ RUNSETUPNAME

std::string JDATABASE::JRuns::RUNSETUPNAME

Definition at line 27 of file JRuns.hh.

◆ T0_CALIBSETID

std::string JDATABASE::JRuns::T0_CALIBSETID

Definition at line 28 of file JRuns.hh.

◆ POS_CALIBSETID

std::string JDATABASE::JRuns::POS_CALIBSETID

Definition at line 29 of file JRuns.hh.

◆ ROT_CALIBSETID

std::string JDATABASE::JRuns::ROT_CALIBSETID

Definition at line 30 of file JRuns.hh.

◆ RUNJOBID

std::string JDATABASE::JRuns::RUNJOBID

Definition at line 31 of file JRuns.hh.

◆ JOBTARGET

std::string JDATABASE::JRuns::JOBTARGET

Definition at line 32 of file JRuns.hh.

◆ JOBPRIORITY

int JDATABASE::JRuns::JOBPRIORITY

Definition at line 33 of file JRuns.hh.

◆ UNIXJOBSTART

long long int JDATABASE::JRuns::UNIXJOBSTART

Definition at line 34 of file JRuns.hh.

◆ UNIXJOBEND

long long int JDATABASE::JRuns::UNIXJOBEND

Definition at line 35 of file JRuns.hh.


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