Jpp
17.2.1-pre0
the software that should make you happy
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
software
JDB
JProductIntegration.hh
Go to the documentation of this file.
1
#ifndef __JDB_JPRODUCTINTEGRATION__
2
#define __JDB_JPRODUCTINTEGRATION__
3
4
#include <TROOT.h>
5
#include <TObject.h>
6
7
#include <string>
8
9
#include "
JDB/JUPI_t.hh
"
10
#include "
JDB/JDBString.hh
"
11
12
13
/**
14
* \author mdejong
15
*/
16
namespace
JDATABASE {}
17
namespace
JPP {
using namespace
JDATABASE; }
18
19
namespace
JDATABASE {
20
21
struct
JProductIntegration
:
22
public
TObject
23
{
24
static
const
char
*
const
getName
() {
return
"integration"
; }
//!< Table name
25
26
std::string
OPERATIONID
;
27
JDBString
CITY
;
28
std::string
LOCATIONID
;
29
std::string
LOGIN
;
30
std::string
USERID
;
31
std::string
STARTD
;
32
std::string
ENDD
;
33
JUPI_t
CONTAINER_UPI
;
34
int
POSITION
;
35
JUPI_t
CONTENT_UPI
;
36
37
ClassDef
(
JProductIntegration
, 1);
38
};
39
}
40
41
#endif
JDATABASE::JProductIntegration::CITY
JDBString CITY
Definition:
JProductIntegration.hh:27
JDATABASE::JProductIntegration::USERID
std::string USERID
Definition:
JProductIntegration.hh:30
JDATABASE::JProductIntegration::POSITION
int POSITION
Definition:
JProductIntegration.hh:34
JDATABASE::JDBString
Wrapper class to read string until end-of-line.
Definition:
JDBString.hh:19
TObject
Definition:
JRoot.hh:19
JDATABASE::JUPI_t
Universal product identifier (UPI).
Definition:
JUPI_t.hh:29
JDATABASE::JProductIntegration::LOGIN
std::string LOGIN
Definition:
JProductIntegration.hh:29
JDATABASE::JProductIntegration::OPERATIONID
std::string OPERATIONID
Definition:
JProductIntegration.hh:26
string
then awk string
Definition:
pre-calibration.sh:45
JDATABASE::JProductIntegration::CONTAINER_UPI
JUPI_t CONTAINER_UPI
Definition:
JProductIntegration.hh:33
JDATABASE::JProductIntegration::STARTD
std::string STARTD
Definition:
JProductIntegration.hh:31
JDATABASE::JProductIntegration::ClassDef
ClassDef(JProductIntegration, 1)
JDATABASE::JProductIntegration
Definition:
JProductIntegration.hh:21
JUPI_t.hh
JDATABASE::JProductIntegration::getName
static const char *const getName()
Table name.
Definition:
JProductIntegration.hh:24
JDATABASE::JProductIntegration::ENDD
std::string ENDD
Definition:
JProductIntegration.hh:32
JDATABASE::JProductIntegration::CONTENT_UPI
JUPI_t CONTENT_UPI
Definition:
JProductIntegration.hh:35
JDBString.hh
JDATABASE::JProductIntegration::LOCATIONID
std::string LOCATIONID
Definition:
JProductIntegration.hh:28
Generated by
1.8.5