-- JustasBalcas - 22 Apr 2014

Data Analysis

Private MC

from WMCore.Configuration import Configuration import os

config = Configuration()

## General options for the client config.section_("General") config.General.requestName = 'requestName_to_update' config.General.instance = 'preprod' config.General.saveLogs = False ## Specific option of the job type ## these options are directly readable from the job type plugin config.section_("JobType") config.JobType.pluginName = 'PrivateMC' config.JobType.psetName = 'MCprod1.py'

## Specific data options config.section_("Data") config.Data.totalUnits = 5000 config.Data.splitting = 'EventBased' config.Data.unitsPerJob = 500 config.Data.inputDataset = '/GenericTTbar/HC-CMSSW_5_3_1_START53_V5-v1/GEN-SIM-RECO'

## User options config.section_("User") config.User.email = 'justas.balcas@cern.ch'

config.section_("Site") config.Site.storageSite = 'T2_CH_CERN' #config.Site.whitelist = ['']

Edit | Attach | Watch | Print version | History: r1 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r1 - 2014-04-22 - JustasBalcas
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Main All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback