CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/FWCore/ParameterSet/examples/varParsingExample.py

Go to the documentation of this file.
00001 #! /usr/bin/env python
00002 
00003 from FWCore.ParameterSet.VarParsing import VarParsing
00004 options = VarParsing ('python')
00005 options.inputFiles = 'bob','peter'
00006 #options.setNoDefaultClear ('inputFiles')
00007 #options.setNoCommaSplit ('inputFiles')
00008 options.parseArguments()
00009 
00010 print options.inputFiles