|
FEDRA emulsion software from the OPERA Collaboration
|
#include <TOracleServerE2.h>


Public Member Functions | |
| Int_t | ConvertMicrotracksDataSetToEdb (const char *query, const char *outdir, int major=0, int minor=0, bool structure_only=false) |
| Int_t | ConvertMicrotracksParentProcessToEdb (ULong64_t parentprocessoperation, const char *outdir, int major=0, int minor=0, bool structure_only=false) |
| Int_t | ConvertMicrotracksProcessToEdb (ULong64_t processoperation, const char *outdir, int major=0, int minor=0, bool structure_only=false) |
| Int_t | ConvertMicrotracksVolumeToEdb (ULong64_t id_volume, const char *outdir, int major=0, int minor=0, bool structure_only=false) |
| Int_t | ConvertMicrotracksZoneToEdb (Int_t id_eventbrick, ULong64_t id_zone, EdbRun &run) |
| Int_t | ConvertScanbackPathToEdb (Int_t id_eventbrick, Int_t path, const char *outdir, int major, int minor) |
| Int_t | DumpBrickVolumesID (char *id_eventbrick) |
| Int_t | DumpEventsID (char *id_eventbrick) |
| Int_t | DumpProcessOperations (char *id_eventbrick, char *id_programsettings) |
| Int_t | DumpProcessOperations (char *id_eventbrick, Int_t driverlevel) |
| Int_t | GetId_EventBrick (const char *id_brick, const char *id_set, char *id) |
| Int_t | GetId_ScanbackPath (char *id_eventbrick, char *id_process_operation, int path, char *id) |
| ULong64_t | GetId_ScanbackPath (ULong64_t id_eventbrick, ULong64_t id_process_operation, int path) |
| Int_t | GetId_Volume (char *id_eventbrick, char *id_process_operation, int ivolume, char *id) |
| Int_t | GetId_Zone (char *id_eventbrick, char *id_plate, char *id_process_operation, char *series, char *id) |
| Int_t | GetProcessOperationID (char *id_eventbrick, char *id_parent_operation, char *id_programsettings, char *id_plate, char *id) |
| Int_t | GetProcessOperationID (char *id_eventbrick, char *id_programsettings, char *id) |
| ULong64_t | GetProcessOperationID (ULong64_t id_eventbrick, ULong64_t id_parent_operation, ULong64_t id_programsettings, int id_plate) |
| Int_t | GetProcessType (char *IDPROCESS) |
| const char * | Ostr (Int_t num) |
| const char * | Ostr (ULong64_t num) |
| void | Print () |
| void | PrintBrickInfo (Long_t id_eventbrick, int level) |
| void | PrintBrickInfoFull (Long_t id_eventbrick, int level) |
| Int_t | ReadBasetracksPattern (char *selection, EdbPattern &pat) |
| Int_t | ReadBrickOffset (Int_t id_brick, EdbMarksSet &ms) |
| Int_t | ReadCSPredictions (Int_t id_brick, EdbPattern &pred) |
| Int_t | ReadCSPredictions2 (Int_t id_brick, EdbPattern &pred) |
| Int_t | ReadCSPredictions_remote_v2 (Int_t id_brick, EdbPattern &pred, int csid) |
| Int_t | ReadDataSet (ULong64_t id_parent_op, int id_brick, ULong64_t path, EdbPatternsVolume &vol) |
| Int_t | ReadMicrotracksPattern (int id_eventbrick, char *selection, EdbPattern &pat) |
| Int_t | ReadMicrotracksZone (Int_t id_eventbrick, ULong64_t id_zone, int side, TObjArray &edbviews) |
| Int_t | ReadScanbackPath (Int_t id_eventbrick, Int_t path, EdbTrackP &t) |
| Int_t | ReadTemplateMarks (Int_t id_brick, EdbMarksSet &ms) |
| Int_t | ReadVetoTracks (Int_t id_brick, EdbPattern &pred) |
| Int_t | ReadViewsZone (ULong64_t id_zone, int side, TObjArray &edbviews) |
| Int_t | ReadVolume (char *id_volume, EdbPatternsVolume &vol) |
| Int_t | ReadVolume (char *id_volume, EdbPatternsVolume &vol, Int_t min, Int_t max) |
| Int_t | ReadVolume (ULong64_t id_volume, EdbPatternsVolume &vol) |
| Int_t | ReadVolume (ULong64_t id_volume, EdbPatternsVolume &vol, Int_t min_pl, Int_t max_pl) |
| bool | ReadZplate (int id_plate, int id_eventbrick, EdbPattern &pat) |
| bool | ReadZplate_nominal (int id_plate, int id_eventbrick, EdbPattern &pat) |
| TOracleServerE2 (const char *db, const char *uid, const char *pw) | |
| ~TOracleServerE2 () | |
Public Member Functions inherited from TOracleServer | |
| void | Close (Option_t *opt="") |
| Int_t | CreateDataBase (const char *dbname) |
| Int_t | DropDataBase (const char *dbname) |
| TSQLResult * | GetColumns (const char *dbname, const char *table, const char *wild=0) |
| TSQLResult * | GetDataBases (const char *wild=0) |
| TSQLResult * | GetTables (const char *dbname, const char *wild=0) |
| Int_t | PrintResult () |
| Int_t | PrintResultStr (TString &result) |
| TSQLResult * | Query (const char *sql) |
| Int_t | QueryTree (char *query, TTree *tree, char *leafs=0) |
| Int_t | Reload () |
| Int_t | SelectDataBase (const char *dbname) |
| const char * | ServerInfo () |
| Int_t | Shutdown () |
| TOracleServer (const char *db, const char *uid, const char *pw) | |
| ~TOracleServer () | |
Public Attributes | |
| TString | eRTS |
|
inline |
| Int_t TOracleServerE2::ConvertMicrotracksDataSetToEdb | ( | const char * | query, |
| const char * | outdir, | ||
| int | major = 0, |
||
| int | minor = 0, |
||
| bool | structure_only = false |
||
| ) |
| Int_t TOracleServerE2::ConvertMicrotracksParentProcessToEdb | ( | ULong64_t | parentprocessoperation, |
| const char * | outdir, | ||
| int | major = 0, |
||
| int | minor = 0, |
||
| bool | structure_only = false |
||
| ) |
| Int_t TOracleServerE2::ConvertMicrotracksProcessToEdb | ( | ULong64_t | processoperation, |
| const char * | outdir, | ||
| int | major = 0, |
||
| int | minor = 0, |
||
| bool | structure_only = false |
||
| ) |
| Int_t TOracleServerE2::ConvertMicrotracksVolumeToEdb | ( | ULong64_t | id_volume, |
| const char * | outdir, | ||
| int | major = 0, |
||
| int | minor = 0, |
||
| bool | structure_only = false |
||
| ) |
| Int_t TOracleServerE2::ConvertMicrotracksZoneToEdb | ( | Int_t | id_eventbrick, |
| ULong64_t | id_zone, | ||
| EdbRun & | run | ||
| ) |
| Int_t TOracleServerE2::ConvertScanbackPathToEdb | ( | Int_t | id_eventbrick, |
| Int_t | path, | ||
| const char * | outdir, | ||
| int | major, | ||
| int | minor | ||
| ) |
| Int_t TOracleServerE2::DumpBrickVolumesID | ( | char * | id_eventbrick | ) |
| Int_t TOracleServerE2::DumpEventsID | ( | char * | id_eventbrick | ) |
| Int_t TOracleServerE2::DumpProcessOperations | ( | char * | id_eventbrick, |
| char * | id_programsettings | ||
| ) |
| Int_t TOracleServerE2::DumpProcessOperations | ( | char * | id_eventbrick, |
| Int_t | driverlevel | ||
| ) |
| Int_t TOracleServerE2::GetId_EventBrick | ( | const char * | id_brick, |
| const char * | id_set, | ||
| char * | id | ||
| ) |
| Int_t TOracleServerE2::GetId_ScanbackPath | ( | char * | id_eventbrick, |
| char * | id_process_operation, | ||
| int | path, | ||
| char * | id | ||
| ) |
| ULong64_t TOracleServerE2::GetId_ScanbackPath | ( | ULong64_t | id_eventbrick, |
| ULong64_t | id_process_operation, | ||
| int | path | ||
| ) |
| Int_t TOracleServerE2::GetId_Volume | ( | char * | id_eventbrick, |
| char * | id_process_operation, | ||
| int | ivolume, | ||
| char * | id | ||
| ) |
| Int_t TOracleServerE2::GetId_Zone | ( | char * | id_eventbrick, |
| char * | id_plate, | ||
| char * | id_process_operation, | ||
| char * | series, | ||
| char * | id | ||
| ) |
| Int_t TOracleServerE2::GetProcessOperationID | ( | char * | id_eventbrick, |
| char * | id_parent_operation, | ||
| char * | id_programsettings, | ||
| char * | id_plate, | ||
| char * | id | ||
| ) |
| Int_t TOracleServerE2::GetProcessOperationID | ( | char * | id_eventbrick, |
| char * | id_programsettings, | ||
| char * | id | ||
| ) |
| ULong64_t TOracleServerE2::GetProcessOperationID | ( | ULong64_t | id_eventbrick, |
| ULong64_t | id_parent_operation, | ||
| ULong64_t | id_programsettings, | ||
| int | id_plate | ||
| ) |
| Int_t TOracleServerE2::GetProcessType | ( | char * | IDPROCESS | ) |
| const char * TOracleServerE2::Ostr | ( | Int_t | num | ) |
| const char* TOracleServerE2::Ostr | ( | ULong64_t | num | ) |
| void TOracleServerE2::Print | ( | ) |
| void TOracleServerE2::PrintBrickInfo | ( | Long_t | id_eventbrick, |
| int | level | ||
| ) |
| void TOracleServerE2::PrintBrickInfoFull | ( | Long_t | id_eventbrick, |
| int | level | ||
| ) |
| Int_t TOracleServerE2::ReadBasetracksPattern | ( | char * | selection, |
| EdbPattern & | pat | ||
| ) |
| Int_t TOracleServerE2::ReadBrickOffset | ( | Int_t | id_brick, |
| EdbMarksSet & | ms | ||
| ) |
| Int_t TOracleServerE2::ReadCSPredictions | ( | Int_t | id_brick, |
| EdbPattern & | pred | ||
| ) |
| Int_t TOracleServerE2::ReadCSPredictions2 | ( | Int_t | id_brick, |
| EdbPattern & | pred | ||
| ) |
| Int_t TOracleServerE2::ReadCSPredictions_remote_v2 | ( | Int_t | id_brick, |
| EdbPattern & | pred, | ||
| int | csid | ||
| ) |
| Int_t TOracleServerE2::ReadDataSet | ( | ULong64_t | id_parent_op, |
| int | id_brick, | ||
| ULong64_t | path, | ||
| EdbPatternsVolume & | vol | ||
| ) |
| Int_t TOracleServerE2::ReadMicrotracksPattern | ( | int | id_eventbrick, |
| char * | selection, | ||
| EdbPattern & | pat | ||
| ) |
| Int_t TOracleServerE2::ReadMicrotracksZone | ( | Int_t | id_eventbrick, |
| ULong64_t | id_zone, | ||
| int | side, | ||
| TObjArray & | edbviews | ||
| ) |
| Int_t TOracleServerE2::ReadScanbackPath | ( | Int_t | id_eventbrick, |
| Int_t | path, | ||
| EdbTrackP & | t | ||
| ) |
| Int_t TOracleServerE2::ReadTemplateMarks | ( | Int_t | id_brick, |
| EdbMarksSet & | ms | ||
| ) |
| Int_t TOracleServerE2::ReadVetoTracks | ( | Int_t | id_brick, |
| EdbPattern & | pred | ||
| ) |
| Int_t TOracleServerE2::ReadViewsZone | ( | ULong64_t | id_zone, |
| int | side, | ||
| TObjArray & | edbviews | ||
| ) |
| Int_t TOracleServerE2::ReadVolume | ( | char * | id_volume, |
| EdbPatternsVolume & | vol | ||
| ) |
| Int_t TOracleServerE2::ReadVolume | ( | char * | id_volume, |
| EdbPatternsVolume & | vol, | ||
| Int_t | min, | ||
| Int_t | max | ||
| ) |
| Int_t TOracleServerE2::ReadVolume | ( | ULong64_t | id_volume, |
| EdbPatternsVolume & | vol | ||
| ) |
| Int_t TOracleServerE2::ReadVolume | ( | ULong64_t | id_volume, |
| EdbPatternsVolume & | vol, | ||
| Int_t | min_pl, | ||
| Int_t | max_pl | ||
| ) |
| bool TOracleServerE2::ReadZplate | ( | int | id_plate, |
| int | id_eventbrick, | ||
| EdbPattern & | pat | ||
| ) |
| bool TOracleServerE2::ReadZplate_nominal | ( | int | id_plate, |
| int | id_eventbrick, | ||
| EdbPattern & | pat | ||
| ) |
| TString TOracleServerE2::eRTS |