Jpp
pmt_effective_area_update
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
JUPI.hh
Go to the documentation of this file.
1
#ifndef __JDB_JUPI__
2
#define __JDB_JUPI__
3
4
#include <TROOT.h>
5
#include <TObject.h>
6
7
#include <string>
8
9
#include "
JDB/JPBS_t.hh
"
10
11
/**
12
* \author mdejong
13
*/
14
namespace
JDATABASE {}
15
namespace
JPP {
using namespace
JDATABASE; }
16
17
namespace
JDATABASE {
18
19
struct
JUPI
:
20
public
TObject
21
{
22
static
const
char
*
const
getName
() {
return
"upi"
; }
//!< Table name
23
24
JPBS_t
PBS
;
///< constraint
25
std::string
VARIANT
;
26
int
VERSION
;
27
int
SERIALNUMBER
;
28
std::string
PRODUCER_SERIAL
;
29
30
ClassDef
(
JUPI
, 1);
31
};
32
}
33
34
#endif
JDATABASE::JUPI::getName
static const char *const getName()
Table name.
Definition:
JUPI.hh:22
TObject
Definition:
JRoot.hh:19
JPBS_t.hh
JDATABASE::JUPI::PRODUCER_SERIAL
std::string PRODUCER_SERIAL
Definition:
JUPI.hh:28
JDATABASE::JUPI::ClassDef
ClassDef(JUPI, 1)
JDATABASE::JUPI::SERIALNUMBER
int SERIALNUMBER
Definition:
JUPI.hh:27
JDATABASE::JUPI
Definition:
JUPI.hh:19
JDATABASE::JUPI::VERSION
int VERSION
Definition:
JUPI.hh:26
JDATABASE::JUPI::VARIANT
std::string VARIANT
Definition:
JUPI.hh:25
JDATABASE::JPBS_t
Product breakdown structure (PBS).
Definition:
JPBS_t.hh:25
JDATABASE::JUPI::PBS
JPBS_t PBS
constraint
Definition:
JUPI.hh:24
Generated by
1.8.5