Skip to content

Commit

Permalink
Fixing file to access parameter via the command line
Browse files Browse the repository at this point in the history
  • Loading branch information
borrello committed Jun 27, 2014
1 parent 38d18d2 commit c996b5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DQM/Integration/python/test/fileinputsource_cfi.py
Expand Up @@ -10,9 +10,12 @@
)

# Parameters for runType
import FWCore.ParameterSet.VarParsing as VarParsing
import sys
from dqmPythonTypes import *

options = VarParsing.VarParsing('analysis')

options.register('runtype',
'cosmic_run',
VarParsing.VarParsing.multiplicity.singleton,
Expand Down

0 comments on commit c996b5d

Please sign in to comment.