1 |
edwenger |
1.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.4 $'),
|
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_3XY_V25::All'
|
46 |
|
|
process.recoMuonPostProcessors.remove(process.postProcessorRecoMuon) #until timing is fixed
|
47 |
|
|
process.recoMuonPostProcessors.remove(process.postProcessorRecoMuonComp)
|
48 |
|
|
|
49 |
|
|
# Path and EndPath definitions
|
50 |
|
|
process.edmtome_step = cms.Path(process.EDMtoME)
|
51 |
|
|
process.validationHarvesting = cms.Path(process.recoMuonPostProcessors
|
52 |
|
|
+process.postProcessorTrack)
|
53 |
|
|
process.dqmsave_step = cms.Path(process.DQMSaver)
|
54 |
|
|
|
55 |
|
|
# Schedule definition
|
56 |
|
|
process.schedule = cms.Schedule(process.edmtome_step,
|
57 |
|
|
process.validationHarvesting,
|
58 |
|
|
process.dqmsave_step)
|