Jpp
19.1.0-rc.1
the software that should make you happy
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
JDBString.hh
JUPI_t.hh
JDATABASE
Auxiliary classes and methods for database I/O.
Definition:
JAHRS.hh:14
JPP
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Definition:
JAAnetToolkit.hh:43
JDATABASE::JDBString
Wrapper class to read string until end-of-line.
Definition:
JDBString.hh:22
JDATABASE::JProductIntegration
Definition:
JProductIntegration.hh:23
JDATABASE::JProductIntegration::CITY
JDBString CITY
Definition:
JProductIntegration.hh:27
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::STARTD
std::string STARTD
Definition:
JProductIntegration.hh:31
JDATABASE::JProductIntegration::USERID
std::string USERID
Definition:
JProductIntegration.hh:30
JDATABASE::JProductIntegration::OPERATIONID
std::string OPERATIONID
Definition:
JProductIntegration.hh:26
JDATABASE::JProductIntegration::ClassDef
ClassDef(JProductIntegration, 1)
JDATABASE::JProductIntegration::CONTENT_UPI
JUPI_t CONTENT_UPI
Definition:
JProductIntegration.hh:35
JDATABASE::JProductIntegration::LOCATIONID
std::string LOCATIONID
Definition:
JProductIntegration.hh:28
JDATABASE::JProductIntegration::LOGIN
std::string LOGIN
Definition:
JProductIntegration.hh:29
JDATABASE::JProductIntegration::CONTAINER_UPI
JUPI_t CONTAINER_UPI
Definition:
JProductIntegration.hh:33
JDATABASE::JProductIntegration::POSITION
int POSITION
Definition:
JProductIntegration.hh:34
JDATABASE::JUPI_t
Universal product identifier (UPI).
Definition:
JUPI_t.hh:32
TObject
Definition:
JRoot.hh:19
Generated by
1.9.1