ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/JulyExercise/python/highPtAnalysisSkim.py
(Generate patch)

Comparing UserCode/CmsHi/JulyExercise/python/highPtAnalysisSkim.py (file contents):
Revision 1.6 by nart, Mon Jul 26 11:31:16 2010 UTC vs.
Revision 1.7 by frankma, Wed Aug 4 16:13:38 2010 UTC

# Line 58 | Line 58 | process.output.outputCommands.extend([
58      "keep recoTracks_hiSelectedTracks__RECO",
59      "keep recoPhotons_*_*_*" ,
60      "keep edmTriggerResults_TriggerResults__*" ,
61 <    "keep triggerTriggerEvent_hltTriggerSummaryAOD__*"
61 >    "keep triggerTriggerEvent_hltTriggerSummaryAOD__*",
62 >    "keep *_hiGenParticles_*_*",
63      ])
64  
65   process.prod = cms.Path(
66 +    process.heavyIon +
67      process.siPixelRecHits +
68      process.iterativeConePu5CaloJets +
69      process.kt4CaloJets +
70      process.ak5CaloJets +
71      process.hiCentrality +
72      process.makeHeavyIonJets
71    
73      )
74  
75 < #from CmsHi.JulyExercise.DisableMC_cff import *
75 > from CmsHi.JulyExercise.DisableMC_cff import *
76   #disableMC(process)
77  
78   process.out_step = cms.EndPath(process.output)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines