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: step1 -s HLT:HIon -n 1 --filein file.root --eventcontent FEVTDEBUGHLT --conditions MC_3XY_V25::All --mc --scenario HeavyIons --no_exec
|
6 |
|
|
import FWCore.ParameterSet.Config as cms
|
7 |
|
|
|
8 |
|
|
process = cms.Process('HLT')
|
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.GeometryExtended_cff')
|
15 |
|
|
process.load('Configuration.StandardSequences.MagneticField_38T_cff')
|
16 |
|
|
process.load('HLTrigger.Configuration.HLT_HIon_cff')
|
17 |
|
|
process.load('Configuration.StandardSequences.EndOfProcess_cff')
|
18 |
|
|
process.load('Configuration.StandardSequences.FrontierConditions_GlobalTag_cff')
|
19 |
|
|
process.load('Configuration.EventContent.EventContentHeavyIons_cff')
|
20 |
|
|
|
21 |
|
|
process.Timing = cms.Service("Timing")
|
22 |
|
|
|
23 |
|
|
process.configurationMetadata = cms.untracked.PSet(
|
24 |
frankma |
1.2 |
version = cms.untracked.string('$Revision: 1.1 $'),
|
25 |
edwenger |
1.1 |
annotation = cms.untracked.string('step2 nevts:10'),
|
26 |
|
|
name = cms.untracked.string('PyReleaseValidation')
|
27 |
|
|
)
|
28 |
|
|
process.maxEvents = cms.untracked.PSet(
|
29 |
|
|
input = cms.untracked.int32(1)
|
30 |
|
|
)
|
31 |
|
|
process.options = cms.untracked.PSet(
|
32 |
|
|
|
33 |
|
|
)
|
34 |
|
|
# Input source
|
35 |
|
|
process.source = cms.Source("PoolSource",
|
36 |
|
|
fileNames = cms.untracked.vstring(
|
37 |
|
|
#'/store/relval/CMSSW_3_5_2/RelValQCD_Pt_80_120/GEN-SIM-DIGI-RAW-HLTDEBUG/MC_3XY_V21-v1/0015/FA48FEA0-191E-DF11-9B68-003048679076.root'
|
38 |
|
|
'/store/relval/CMSSW_3_5_2/RelValPyquen_DiJet_pt80to120_4TeV/GEN-SIM-RECO/MC_3XY_V21-v1/0001/FA961928-A01F-DF11-85F6-0030487CD7C0.root'
|
39 |
|
|
)
|
40 |
|
|
)
|
41 |
|
|
|
42 |
|
|
# Output definition
|
43 |
|
|
process.output = cms.OutputModule("PoolOutputModule",
|
44 |
|
|
splitLevel = cms.untracked.int32(0),
|
45 |
|
|
outputCommands = process.FEVTDEBUGHLTEventContent.outputCommands,
|
46 |
|
|
fileName = cms.untracked.string('step1_HLT.root'),
|
47 |
|
|
dataset = cms.untracked.PSet(
|
48 |
|
|
dataTier = cms.untracked.string(''),
|
49 |
|
|
filterName = cms.untracked.string('')
|
50 |
|
|
)
|
51 |
|
|
)
|
52 |
|
|
|
53 |
|
|
# Additional output definition
|
54 |
|
|
|
55 |
|
|
# Other statements
|
56 |
|
|
#process.mix.playback = True
|
57 |
frankma |
1.2 |
process.GlobalTag.globaltag = 'MC_36Y_V3::All'
|
58 |
edwenger |
1.1 |
|
59 |
|
|
# Path and EndPath definitions
|
60 |
|
|
process.endjob_step = cms.Path(process.endOfProcess)
|
61 |
|
|
process.out_step = cms.EndPath(process.output)
|
62 |
|
|
|
63 |
|
|
# Schedule definition
|
64 |
|
|
process.schedule = cms.Schedule()
|
65 |
|
|
process.schedule.extend(process.HLTSchedule)
|
66 |
|
|
process.schedule.extend([process.endjob_step,process.out_step])
|