CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/CalibTracker/SiStripLorentzAngle/python/MeasureLA_cfg.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 process = cms.Process("MACRO")
00004 process.add_(cms.Service("MessageLogger"))
00005 process.source = cms.Source("EmptySource")
00006 process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(1) )
00007 
00008 process.load("CalibTracker.SiStripLorentzAngle.MeasureLA_cfi")
00009 process.MeasureLA.InputFiles += ["/d2/bbetchar/LA_calibration/craft09ALCA/res/calibTree_peak_*.root"]
00010 process.MeasureLA.MaxEvents = cms.untracked.uint32(100000)