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.8 by dnisson, Tue Apr 6 03:10:26 2010 UTC vs.
Revision 1.9 by dnisson, Mon Apr 19 03:05:23 2010 UTC

# Line 7 | Line 7 | process.load("RecoJets.Configuration.Gen
7   process.load("UserCode.JetFitAnalyzer.cambridgeGenJetProducer_cff")
8  
9   process.maxEvents = cms.untracked.PSet(
10 <    input = cms.untracked.int32(10000)
10 >    input = cms.untracked.int32(10)
11   )
12  
13   process.TFileService = cms.Service("TFileService",
14                                     fileName = cms.string("histo_QCD.root"))
15 # change this to a ROOT file containing events and jet clustering info
16 process.source = cms.Source("PoolSource",
17                            fileNames = cms.untracked.vstring(
18    'rfio:/castor/cern.ch/user/d/dnisson/dijets.root'                    )
19 )
15  
16 + # change this to a ROOT file containing events
17 + process.source = cms.Source("PoolSource",
18 +                           fileNames = cms.untracked.vstring(
19 +    'rfio:/castor/cern.ch/user/d/dnisson/dijets.root'
20 +    )
21 +                           )
22   process.analyze = cms.EDAnalyzer('JetFinderAnalyzer',
23                                   infoType = cms.untracked.int32(0), # using gen particles
24                                   P_cutoff_val = cms.untracked.double(0.001),
# Line 25 | Line 26 | process.analyze = cms.EDAnalyzer('JetFin
26                                   jet_algo = cms.string(
27      "selectedcambridgeGenJetsPt100Cumulative"
28      ),
29 <                                 maxGaussians = cms.untracked.int32(4),
29 >                                 maxGaussians = cms.untracked.int32(1),
30                                   gausSpread = cms.untracked.double(0.053)
31                                   )
32  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines