CMS 3D CMS Logo

LaserTracksInput_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # use event sample containing laser tracks
4 #
5 source = cms.Source("PoolSource",
6  debugVerbosity = cms.untracked.uint32(10),
7  debugFlag = cms.untracked.bool(True),
8  fileNames = cms.untracked.vstring('castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.0.SIM-DIGI-RECO.root',
9  'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.1.SIM-DIGI-RECO.root',
10  'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.2.SIM-DIGI-RECO.root',
11  'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.3.SIM-DIGI-RECO.root',
12  'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.4.SIM-DIGI-RECO.root',
13  'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.6.SIM-DIGI-RECO.root',
14  'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.7.SIM-DIGI-RECO.root',
15  'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.8.SIM-DIGI-RECO.root',
16  'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.9.SIM-DIGI-RECO.root',
17  'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.11.SIM-DIGI-RECO.root',
18  'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.12.SIM-DIGI-RECO.root',
19  'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.13.SIM-DIGI-RECO.root',
20  'castor:/castor/cern.ch/user/m/mthomas/CMSSW_1_3_1/LaserAlignment/LaserAlignmentAnalytical.16.SIM-DIGI-RECO.root')
21 )
22 
23 maxEvents = cms.untracked.PSet(
24  input = cms.untracked.int32(-1)
25 )
26