1 |
# Auto generated configuration file
|
2 |
# using:
|
3 |
# Revision: 1.165
|
4 |
# Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/PyReleaseValidation/python/ConfigBuilder.py,v
|
5 |
# with command line options: step3 -s HARVESTING:validationHarvesting --harvesting AtRunEnd --conditions MC_3XY_V25::All --filein file:step2_RAW2DIGI_RECO_VALIDATION_DQM.root --mc --no_exec
|
6 |
import FWCore.ParameterSet.Config as cms
|
7 |
|
8 |
process = cms.Process('HARVESTING')
|
9 |
|
10 |
# import of standard configurations
|
11 |
process.load('Configuration.StandardSequences.Services_cff')
|
12 |
process.load('SimGeneral.HepPDTESSource.pythiapdt_cfi')
|
13 |
process.load('FWCore.MessageService.MessageLogger_cfi')
|
14 |
process.load('Configuration.StandardSequences.MixingNoPileUp_cff')
|
15 |
process.load('Configuration.StandardSequences.GeometryExtended_cff')
|
16 |
process.load('Configuration.StandardSequences.MagneticField_38T_cff')
|
17 |
process.load('Configuration.StandardSequences.EDMtoMEAtRunEnd_cff')
|
18 |
process.load('Configuration.StandardSequences.Harvesting_cff')
|
19 |
process.load('Configuration.StandardSequences.FrontierConditions_GlobalTag_cff')
|
20 |
process.load('Configuration.EventContent.EventContent_cff')
|
21 |
|
22 |
process.Timing = cms.Service("Timing")
|
23 |
|
24 |
process.configurationMetadata = cms.untracked.PSet(
|
25 |
version = cms.untracked.string('$Revision: 1.2 $'),
|
26 |
annotation = cms.untracked.string('step3 nevts:1'),
|
27 |
name = cms.untracked.string('PyReleaseValidation')
|
28 |
)
|
29 |
process.maxEvents = cms.untracked.PSet(
|
30 |
input = cms.untracked.int32(1)
|
31 |
)
|
32 |
process.options = cms.untracked.PSet(
|
33 |
Rethrow = cms.untracked.vstring('ProductNotFound'),
|
34 |
fileMode = cms.untracked.string('FULLMERGE')
|
35 |
)
|
36 |
# Input source
|
37 |
process.source = cms.Source("PoolSource",
|
38 |
fileNames = cms.untracked.vstring('file:step2_RAW2DIGI_RECO_VALIDATION.root'),
|
39 |
processingMode = cms.untracked.string('RunsAndLumis')
|
40 |
)
|
41 |
|
42 |
# Additional output definition
|
43 |
|
44 |
# Other statements
|
45 |
process.GlobalTag.globaltag = 'MC_36Y_V3::All'
|
46 |
|
47 |
# Path and EndPath definitions
|
48 |
process.edmtome_step = cms.Path(process.EDMtoME)
|
49 |
process.validationHarvesting = cms.Path(process.recoMuonPostProcessors
|
50 |
+process.postProcessorTrack)
|
51 |
process.dqmsave_step = cms.Path(process.DQMSaver)
|
52 |
|
53 |
# Schedule definition
|
54 |
process.schedule = cms.Schedule(process.edmtome_step,
|
55 |
process.validationHarvesting,
|
56 |
process.dqmsave_step)
|