|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SetStorageURL(self,
dataset,
steering)
Update status of dataset |
source code
|
|
|
get_simcat_categories(self)
Get list of sim_cat names |
source code
|
|
|
getNewSets(self)
Get a list of new datasets. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
load_tasks(self,
dataset_id,
steering)
Load tasks in steering element to database, used for multi-part
simulation jobs |
source code
|
|
|
|
|
load_project(self,
project,
dataset_id,
metaproject_id,
tray_index,
load_index)
Load project to database |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
load_pre(self,
dataset_id,
i3config,
tray_index)
Load IceProd pre modules into the database. |
source code
|
|
|
load_post(self,
dataset_id,
i3config,
tray_index)
Load IceProd post modules into the database. |
source code
|
|
|
|
|
|
|
load_module(self,
module,
dataset_id,
load_index,
tray_index,
i3config,
type=' module ' ,
iptype=' tray ' )
Load individual module into the database given a run ID. |
source code
|
|
|
fetch_module_id(self,
module,
project_id,
type=' module ' )
retrive id for module with matching name, and project_id (there
should only be one) |
source code
|
|
|
fetch_service_id(self,
service,
project_id)
retrive id for service with matching name, and project_id (there
should only be one) |
source code
|
|
|
load_service(self,
service,
dataset_id,
load_index,
tray_index,
i3config)
Load individual service into the database given a run ID. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
download_config(self,
dataset_id,
include_defaults=False,
include_description=False)
DOWNLOAD icetray configuration FROM database |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_steering_parameter(self,
dataset_id,
param) |
source code
|
|
|
|
|
|
|
|
|
|
|
download_modules(self,
dataset_id,
tray_index,
i3config,
type=' module ' ,
iptype=' tray ' ,
include_defaults=False,
include_description=False)
Get modules from the database. |
source code
|
|
|
download_services(self,
dataset_id,
tray_index,
i3config,
include_defaults=False,
include_description=False)
Download services from the database. |
source code
|
|
|
download_pre(self,
dataset_id,
tray_index,
i3config,
include_defaults=False,
include_description=False)
Download IceProdPre modules from the database. |
source code
|
|
|
download_post(self,
dataset_id,
tray_index,
i3config,
include_defaults=False,
include_description=False)
Download IceProdPost modules from the database. |
source code
|
|
|
|
|
|
|
|
|
download_params(self,
module,
mod_id,
dataset_id,
include_defaults=False,
include_description=False)
Download module parameters from the database. |
source code
|
|
|
GetGridId(self,
grid_name,
module_name,
on,
institution=' unknown ' ,
batchsys=' unknown ' ,
url='
' )
Retrieve the key for grid_name |
source code
|
|
|
CheckVersion(self)
Check latest version of software and see if we need to upgrade |
source code
|
|
|
|
|
InitializeJobTable(self,
maxjobs,
dataset_id,
priority=0,
stepsize=1000,
start_qid=0)
Create job monitoring entries in database |
source code
|
|
|
validate(self,
dataset_id,
status=' TRUE ' )
Mark dataset as visible and valid. |
source code
|
|
|
|
|
|
|
set_metadata_subcat(self,
dataset_id,
sub_cat)
Change Plus:subcategory in DIFPlus metadata |
source code
|
|
|
|
Inherited from IceProdDB :
SetAuthFunc ,
authenticate ,
authenticate2 ,
commit ,
connect ,
defang ,
disconnect ,
execute ,
fetch_metaproject_id ,
get ,
getcursor ,
insert_id ,
intcast ,
isconnected ,
mkkey ,
nonify ,
nullify ,
ping ,
rollback ,
set_auto
|