Skip to content

Commit d5857b6

Browse files
authored
Update demoanalyzer_cfg.py
1 parent 9c42b82 commit d5857b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

demoanalyzer_cfg.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(20000000) )
2222

2323
# set the number of events to be skipped (if any) at end of file below
24-
2524
# define JSON file
2625
goodJSON = '/home/cms-opendata/CMSSW_4_2_8/src/Validation/TrackVertex/datasets/Cert_136033-149442_7TeV_Apr21ReReco_Collisions10_JSON_v2.txt'
2726

@@ -56,7 +55,7 @@
5655
process.source.skipEvents = cms.untracked.uint32(0)
5756

5857

59-
process.demo = cms.EDAnalyzer('TrackVertex')
58+
process.demo = cms.EDAnalyzer('TrackVertex_2010')
6059
# ***********************************************************
6160
# output file name *
6261
# change this according to input file, or according to wish *

0 commit comments

Comments
 (0)