ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/JetFitAnalyzer/test/QCD_cfg.py
(Generate patch)

Comparing UserCode/JetFitAnalyzer/test/QCD_cfg.py (file contents):
Revision 1.1 by dnisson, Sat Feb 6 00:10:52 2010 UTC vs.
Revision 1.2 by dnisson, Mon Feb 8 04:24:35 2010 UTC

# Line 20 | Line 20 | process.source = cms.Source("PoolSource"
20  
21   process.analyze = cms.EDAnalyzer('JetFinderAnalyzer',
22                                   infoType = cms.untracked.int32(0), # using gen particles
23 <                                 P_cutoff_val = cms.untracked.double(1.1),
23 >                                 P_cutoff_val = cms.untracked.double(0.001),
24                                   smear = cms.untracked.double(0.05),
25                                   jet_algo = cms.string(
26 <    "selectedcambridgeGenJetsPt250Cumulative"
27 <    )
26 >    "cambridge10GenJets"
27 >    ),
28 >                                 maxGaussians = cms.untracked.int32(1)
29   )
30  
31   process.p = cms.Path(process.genParticlesForJets*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines