|
||||
File indexing completed on 2024-04-06 12:24:03
0001 ## import skeleton process 0002 from PhysicsTools.PatAlgos.patTemplate_cfg import * 0003 0004 from PhysicsTools.PatAlgos.tools.coreTools import * 0005 removeCleaning(process) 0006 0007 ## let it run 0008 process.p = cms.Path( 0009 process.patDefaultSequence 0010 ) 0011 0012 process.maxEvents.input = 1000 0013 process.options.wantSummary = True
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |