Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:23:59

0001 ## import skeleton process
0002 from PhysicsTools.PatAlgos.patTemplate_cfg import *
0003 
0004 #process.Tracer = cms.Service("Tracer")
0005 
0006 process.load("PhysicsTools.PatAlgos.producersLayer1.patCandidates_cff")
0007 patAlgosToolsTask.add(process.patCandidatesTask)
0008 #Temporary customize to the unit tests that fail due to old input samples
0009 process.patTaus.skipMissingTauID = True
0010 
0011 process.load("PhysicsTools.PatAlgos.selectionLayer1.selectedPatCandidates_cff")
0012 patAlgosToolsTask.add(process.selectedPatCandidatesTask)
0013 
0014 ## ------------------------------------------------------
0015 #  In addition you usually want to change the following
0016 #  parameters:
0017 ## ------------------------------------------------------
0018 #
0019 #   process.GlobalTag.globaltag =  ...    ##  (according to https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideFrontierConditions)
0020 #                                         ##
0021 from PhysicsTools.PatAlgos.patInputFiles_cff import filesRelValTTbarPileUpFastSimGENSIMDIGIRECO
0022 process.source.fileNames = filesRelValTTbarPileUpFastSimGENSIMDIGIRECO
0023 #                                         ##
0024 process.maxEvents.input = 100
0025 #                                         ##
0026 #   process.out.outputCommands = [ ... ]  ##  (e.g. taken from PhysicsTools/PatAlgos/python/patEventContent_cff.py)
0027 #                                         ##
0028 process.out.fileName = 'patTuple_fastsim.root'
0029 #                                         ##
0030 #   process.options.wantSummary = False   ##  (to suppress the long output at the end of the job)