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), |