Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:26:46

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 ##____________________________________________________________________________||
0004 from PhysicsTools.PatAlgos.tools.cmsswVersionTools import pickRelValInputFiles
0005 # temporary: produce fastsim sample on the fly
0006 # can be restored as soon as relval samples are available with the new fastsim rechits
0007 #recoMETtestInputFiles = pickRelValInputFiles(
0008 #    useDAS = True,
0009 #    cmsswVersion = 'CMSSW_7_6_0_pre3',
0010 #    dataTier = 'GEN-SIM-DIGI-RECO',
0011 #    relVal = 'RelValTTbar_13',
0012 #    globalTag = '75X_mcRun2_asymptotic_v2_FastSim',
0013 #    maxVersions = 2
0014 #    )
0015 recoMETtestInputFiles = "file:ttbarForMetTests.root"
0016 
0017 # recoMETtestInputFiles = [
0018 #     '/store/relval/CMSSW_7_2_0_pre1/RelValTTbar_13/GEN-SIM-RECO/PU50ns_POSTLS172_V2-v1/00000/0AA51FF6-8EFD-E311-B591-0025905A6068.root',
0019 #     ]
0020 ##____________________________________________________________________________||