![]() |
|
|||
File indexing completed on 2024-04-06 12:10:20
0001 ## import skeleton process 0002 from PhysicsTools.PatAlgos.patTemplate_cfg import * 0003 0004 ## to run in scheduled mode uncomment the following lines 0005 #process.load("PhysicsTools.PatAlgos.patSequences_cff") 0006 #process.p = cms.Path( 0007 # process.patDefaultSequence 0008 # ) 0009 0010 ## to run in un-scheduled mode uncomment the following lines 0011 process.load("PhysicsTools.PatAlgos.producersLayer1.patCandidates_cff") 0012 patAlgosToolsTask.add(process.patCandidatesTask) 0013 0014 process.load("PhysicsTools.PatAlgos.selectionLayer1.selectedPatCandidates_cff") 0015 0016 #process.Tracer = cms.Service("Tracer") 0017 process.p = cms.Path( 0018 process.selectedPatCandidates 0019 ) 0020 0021 process.out.outputCommands.append( 'keep *_offlinePrimaryVertices_*_*' ) 0022 process.out.outputCommands.append( 'keep double_kt6PFJets_rho_RECO' ) 0023 0024 ## ------------------------------------------------------ 0025 # In addition you usually want to change the following 0026 # parameters: 0027 ## ------------------------------------------------------ 0028 # 0029 # process.GlobalTag.globaltag = ... ## (according to https://twiki.cern.ch/twiki/bin/view/CMS/SWGuideFrontierConditions) 0030 # ## 0031 from PhysicsTools.PatAlgos.patInputFiles_cff import filesRelValProdTTbarAODSIM 0032 process.source.fileNames = filesRelValProdTTbarAODSIM 0033 # ## 0034 process.maxEvents.input = 100 0035 # ## 0036 # process.out.outputCommands = [ ... ] ## (e.g. taken from PhysicsTools/PatAlgos/python/patEventContent_cff.py) 0037 # ## 0038 process.out.fileName = 'patTuple_standard.root' 0039 # ## 0040 # process.options.wantSummary = False ## (to suppress the long output at the end of the job) 0041
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |