Variables | |
tuple | m |
Register DCMQuery model. | |
tuple | m |
Register RSMonteCarlo model. |
tuple minos::register_user_models::m [static] |
Initial value:
This model extends Task so that it incorporates a DCM query.
Other roles are unchanged.
"""GBSModel("DCMquery","The DCM Query",description)
Definition at line 20 of file register_user_models.py.
tuple minos::register_user_models::m [static] |
Initial value:
The Run Seeded Monte Carlo (RSMonteCarlo) model is one in which the Monte Carlo random number seed is determined by the run and subrun numbers. Job names are of the form:- job_rrrrrrrr_ssss where rrrrrrrr is an 8 digit zero padded run number ssss is a 4 digit zero padded subrun number The local job environment always includes:- run=<run-number> subrun=<subrun-number> The JobAnalyser supports the request: NEW_SEED which involves renaming the job to the next free subrun number for the job's run number. """GBSModel("RSMonteCarlo","The Run Seeded Monte Carlo",description)
Definition at line 51 of file register_user_models.py.