CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/Alignment/LaserAlignment/python/LaserTracksInput_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # use event sample containing laser tracks
00004 #
00005 source = cms.Source("PoolSource",
00006     debugVerbosity = cms.untracked.uint32(10),
00007     debugFlag = cms.untracked.bool(True),
00008     fileNames = cms.untracked.vstring('castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.0.SIM-DIGI-RECO.root', 
00009         'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.1.SIM-DIGI-RECO.root', 
00010         'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.2.SIM-DIGI-RECO.root', 
00011         'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.3.SIM-DIGI-RECO.root', 
00012         'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.4.SIM-DIGI-RECO.root', 
00013         'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.6.SIM-DIGI-RECO.root', 
00014         'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.7.SIM-DIGI-RECO.root', 
00015         'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.8.SIM-DIGI-RECO.root', 
00016         'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.9.SIM-DIGI-RECO.root', 
00017         'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.11.SIM-DIGI-RECO.root', 
00018         'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.12.SIM-DIGI-RECO.root', 
00019         'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.13.SIM-DIGI-RECO.root', 
00020         'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.16.SIM-DIGI-RECO.root')
00021 )
00022 
00023 maxEvents = cms.untracked.PSet(
00024     input = cms.untracked.int32(-1)
00025 )
00026