We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c42b82 commit d5857b6Copy full SHA for d5857b6
demoanalyzer_cfg.py
@@ -21,7 +21,6 @@
21
process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(20000000) )
22
23
# set the number of events to be skipped (if any) at end of file below
24
-
25
# define JSON file
26
goodJSON = '/home/cms-opendata/CMSSW_4_2_8/src/Validation/TrackVertex/datasets/Cert_136033-149442_7TeV_Apr21ReReco_Collisions10_JSON_v2.txt'
27
@@ -56,7 +55,7 @@
56
55
process.source.skipEvents = cms.untracked.uint32(0)
57
58
59
-process.demo = cms.EDAnalyzer('TrackVertex')
+process.demo = cms.EDAnalyzer('TrackVertex_2010')
60
# ***********************************************************
61
# output file name *
62
# change this according to input file, or according to wish *
0 commit comments