|
BmnRoot
|
#include <UniDetector.h>
Public Member Functions | |
| virtual | ~UniDetector () |
| TString | GetDetectorName () |
| get detector name of the current detector | |
| TString * | GetDetectorDesc () |
| get detector description of the current detector | |
| int | SetDetectorName (TString detector_name) |
| set detector name of the current detector | |
| int | SetDetectorDesc (TString *detector_desc) |
| set detector description of the current detector | |
| void | Print () |
| print information about current detector | |
| ClassDef (UniDetector, 1) | |
| virtual | ~UniDetector () |
| TString | GetDetectorName () |
| get detector name of the current detector | |
| TString * | GetDetectorDesc () |
| get detector description of the current detector | |
| int | SetDetectorName (TString detector_name) |
| set detector name of the current detector | |
| int | SetDetectorDesc (TString *detector_desc) |
| set detector description of the current detector | |
| void | Print () |
| print information about current detector | |
| ClassDef (UniDetector, 1) | |
Static Public Member Functions | |
| static UniDetector * | CreateDetector (TString detector_name, TString *detector_desc) |
| add new detector to the database | |
| static UniDetector * | GetDetector (TString detector_name) |
| get detector from the database | |
| static int | CheckDetectorExists (TString detector_name) |
| check detector exists in the database: 1- true, 0 - false, <0 - database operation error | |
| static int | DeleteDetector (TString detector_name) |
| delete detector from the database | |
| static int | PrintAll () |
| print all detectors | |
| static UniDetector * | CreateDetector (TString detector_name, TString *detector_desc) |
| add new detector to the database | |
| static UniDetector * | GetDetector (TString detector_name) |
| get detector from the database | |
| static int | CheckDetectorExists (TString detector_name) |
| check detector exists in the database: 1- true, 0 - false, <0 - database operation error | |
| static int | DeleteDetector (TString detector_name) |
| delete detector from the database | |
| static int | PrintAll () |
| print all detectors | |
UniDetector.h Class for the table: detector_
Definition at line 17 of file UniDetector.h.
|
virtual |
Definition at line 25 of file UniDetector.cxx.
|
virtual |
|
static |
check detector exists in the database: 1- true, 0 - false, <0 - database operation error
Definition at line 124 of file UniDetector.cxx.
References UniConnection::GetSQLServer(), and UniConnection::Open().
|
static |
check detector exists in the database: 1- true, 0 - false, <0 - database operation error
| UniDetector::ClassDef | ( | UniDetector | , |
| 1 | |||
| ) |
| UniDetector::ClassDef | ( | UniDetector | , |
| 1 | |||
| ) |
|
static |
add new detector to the database
Definition at line 34 of file UniDetector.cxx.
References UniConnection::GetSQLServer(), and UniConnection::Open().
|
static |
add new detector to the database
|
static |
delete detector from the database
Definition at line 164 of file UniDetector.cxx.
References UniConnection::GetSQLServer(), and UniConnection::Open().
|
static |
delete detector from the database
|
static |
get detector from the database
Definition at line 75 of file UniDetector.cxx.
References UniConnection::GetSQLServer(), and UniConnection::Open().
|
static |
get detector from the database
|
inline |
get detector description of the current detector
Definition at line 53 of file UniDetector.h.
|
inline |
get detector description of the current detector
Definition at line 53 of file UniDetector.h.
|
inline |
get detector name of the current detector
Definition at line 51 of file UniDetector.h.
|
inline |
get detector name of the current detector
Definition at line 51 of file UniDetector.h.
| void UniDetector::Print | ( | ) |
print information about current detector
Definition at line 311 of file UniDetector.cxx.
| void UniDetector::Print | ( | ) |
print information about current detector
|
static |
print all detectors
Definition at line 194 of file UniDetector.cxx.
References UniConnection::GetSQLServer(), and UniConnection::Open().
|
static |
print all detectors
| int UniDetector::SetDetectorDesc | ( | TString * | detector_desc | ) |
set detector description of the current detector
Definition at line 270 of file UniDetector.cxx.
References UniConnection::GetSQLServer().
| int UniDetector::SetDetectorDesc | ( | TString * | detector_desc | ) |
set detector description of the current detector
| int UniDetector::SetDetectorName | ( | TString | detector_name | ) |
set detector name of the current detector
Definition at line 238 of file UniDetector.cxx.
References UniConnection::GetSQLServer().
| int UniDetector::SetDetectorName | ( | TString | detector_name | ) |
set detector name of the current detector