Jpp
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.hh
"
10
11
12
/**
13
* \author mdejong
14
*/
15
namespace
JDATABASE {}
16
namespace
JPP {
using namespace
JDATABASE; }
17
18
namespace
JDATABASE {
19
20
struct
JProductIntegration
:
21
public
TObject
22
{
23
static
const
char
*
const
getName
() {
return
"integration"
; }
//!< Table name
24
25
std::string
OPERATIONID
;
26
std::string
CITY
;
27
std::string
LOCATIONID
;
28
std::string
LOGIN
;
29
std::string
USERID
;
30
std::string
STARTD
;
31
std::string
ENDD
;
32
JUPI
CONTAINER_UPI
;
33
int
POSITION
;
34
JUPI
CONTENT_UPI
;
35
36
ClassDef
(
JProductIntegration
, 1);
37
};
38
}
39
40
#endif
JDATABASE::JProductIntegration::CONTENT_UPI
JUPI CONTENT_UPI
Definition:
JProductIntegration.hh:34
JDATABASE::JProductIntegration::CONTAINER_UPI
JUPI CONTAINER_UPI
Definition:
JProductIntegration.hh:32
JDATABASE::JProductIntegration::USERID
std::string USERID
Definition:
JProductIntegration.hh:29
JDATABASE::JProductIntegration::POSITION
int POSITION
Definition:
JProductIntegration.hh:33
TObject
Definition:
JRoot.hh:19
JDATABASE::JProductIntegration::LOGIN
std::string LOGIN
Definition:
JProductIntegration.hh:28
JDATABASE::JProductIntegration::CITY
std::string CITY
Definition:
JProductIntegration.hh:26
JDATABASE::JProductIntegration::OPERATIONID
std::string OPERATIONID
Definition:
JProductIntegration.hh:25
JDATABASE::JProductIntegration::STARTD
std::string STARTD
Definition:
JProductIntegration.hh:30
JDATABASE::JProductIntegration::ClassDef
ClassDef(JProductIntegration, 1)
JUPI.hh
JDATABASE::JUPI
Universal product identifier (UPI).
Definition:
JUPI.hh:30
JDATABASE::JProductIntegration
Definition:
JProductIntegration.hh:20
JDATABASE::JProductIntegration::getName
static const char *const getName()
Table name.
Definition:
JProductIntegration.hh:23
JDATABASE::JProductIntegration::ENDD
std::string ENDD
Definition:
JProductIntegration.hh:31
JDATABASE::JProductIntegration::LOCATIONID
std::string LOCATIONID
Definition:
JProductIntegration.hh:27
Generated by
1.8.5