|
BmnRoot
|
#include <ElogBeam.h>
Public Member Functions | |
| virtual | ~ElogBeam () |
| TString | GetBeam () |
| get beam of the current beam | |
| bool | GetIsActive () |
| get is active of the current beam | |
| int | SetBeam (TString beam) |
| set beam of the current beam | |
| int | SetIsActive (bool is_active) |
| set is active of the current beam | |
| void | Print () |
| print information about current beam | |
| ClassDef (ElogBeam, 1) | |
| virtual | ~ElogBeam () |
| TString | GetBeam () |
| get beam of the current beam | |
| bool | GetIsActive () |
| get is active of the current beam | |
| int | SetBeam (TString beam) |
| set beam of the current beam | |
| int | SetIsActive (bool is_active) |
| set is active of the current beam | |
| void | Print () |
| print information about current beam | |
| ClassDef (ElogBeam, 1) | |
Static Public Member Functions | |
| static ElogBeam * | CreateBeam (TString beam, bool is_active) |
| add new beam to the database | |
| static ElogBeam * | GetBeam (TString beam) |
| get beam from the database | |
| static int | CheckBeamExists (TString beam) |
| check beam exists in the database: 1- true, 0 - false, <0 - database operation error | |
| static int | DeleteBeam (TString beam) |
| delete beam from the database | |
| static int | PrintAll () |
| print all beams | |
| static ElogBeam * | CreateBeam (TString beam, bool is_active) |
| add new beam to the database | |
| static ElogBeam * | GetBeam (TString beam) |
| get beam from the database | |
| static int | CheckBeamExists (TString beam) |
| check beam exists in the database: 1- true, 0 - false, <0 - database operation error | |
| static int | DeleteBeam (TString beam) |
| delete beam from the database | |
| static int | PrintAll () |
| print all beams | |
ElogBeam.h Class for the table: beam_
Definition at line 17 of file ElogBeam.h.
|
virtual |
Definition at line 25 of file ElogBeam.cxx.
|
virtual |
|
static |
check beam exists in the database: 1- true, 0 - false, <0 - database operation error
Definition at line 113 of file ElogBeam.cxx.
References ElogConnection::GetSQLServer(), and ElogConnection::Open().
|
static |
check beam exists in the database: 1- true, 0 - false, <0 - database operation error
| ElogBeam::ClassDef | ( | ElogBeam | , |
| 1 | |||
| ) |
| ElogBeam::ClassDef | ( | ElogBeam | , |
| 1 | |||
| ) |
|
static |
add new beam to the database
Definition at line 32 of file ElogBeam.cxx.
References ElogConnection::GetSQLServer(), and ElogConnection::Open().
|
static |
add new beam to the database
|
static |
delete beam from the database
Definition at line 153 of file ElogBeam.cxx.
References ElogConnection::GetSQLServer(), and ElogConnection::Open().
|
static |
delete beam from the database
|
inline |
get beam of the current beam
Definition at line 51 of file ElogBeam.h.
|
inline |
get beam of the current beam
Definition at line 51 of file ElogBeam.h.
|
static |
get beam from the database
Definition at line 67 of file ElogBeam.cxx.
References ElogConnection::GetSQLServer(), and ElogConnection::Open().
|
static |
get beam from the database
|
inline |
get is active of the current beam
Definition at line 53 of file ElogBeam.h.
|
inline |
get is active of the current beam
Definition at line 53 of file ElogBeam.h.
| void ElogBeam::Print | ( | ) |
print information about current beam
Definition at line 289 of file ElogBeam.cxx.
| void ElogBeam::Print | ( | ) |
print information about current beam
|
static |
print all beams
Definition at line 183 of file ElogBeam.cxx.
References ElogConnection::GetSQLServer(), and ElogConnection::Open().
|
static |
print all beams
| int ElogBeam::SetBeam | ( | TString | beam | ) |
set beam of the current beam
Definition at line 224 of file ElogBeam.cxx.
References ElogConnection::GetSQLServer().
| int ElogBeam::SetBeam | ( | TString | beam | ) |
set beam of the current beam
| int ElogBeam::SetIsActive | ( | bool | is_active | ) |
set is active of the current beam
Definition at line 256 of file ElogBeam.cxx.
References ElogConnection::GetSQLServer().
| int ElogBeam::SetIsActive | ( | bool | is_active | ) |
set is active of the current beam